kep-hack/engine/pokemon
May Evans bd23dfa61e Many, many tweaks (Move Relearner!)
- Move Deleter and Move Relearner are added, featuring updated code from Shin Pokered, which took the code from Mateo's Red++ hack. They replace the Trader in Celadon University. The code has been updated quite a bit to fit the modern standards of pokered.
- The Trader has been moved to the trade room in Cinnabar Lab, which is thematically appropriate.
- Eevee's L1 learnset now appropriately features Tail Whip; this was a mistake made by Martha when porting Yellow learnsets.
- Fast Text cursor slot is fixed
- New ROM Bank stores the new maps as it got full when adding the move relearner/deleter - Maps 21 will still have space though.
- WRAM has been fiddled with, please please read the notes if you edit the Move Relearner area, it needs quite a bit of space.
- Wild data for Mt. Moon and Route 22 has been tweaked a little bit.
2023-04-02 19:56:44 +01:00
..
add_mon.asm Adding a stable MissingNo, and fixing a few minor things 2022-10-31 23:09:41 +00:00
bills_pc.asm Refactorize check button pressed (#340) 2021-11-05 15:40:15 -04:00
evos_moves.asm Many, many tweaks (Move Relearner!) 2023-04-02 19:56:44 +01:00
experience.asm Fix file modes 2020-11-14 20:52:10 -06:00
learn_move.asm Fix a bunch of single player battle engine bugs 2022-08-31 14:42:36 +01:00
load_mon_data.asm callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar 2020-07-06 21:18:22 -04:00
remove_mon.asm Use {interpolation} to generate sequences of RAM labels 2021-04-27 15:49:59 -04:00
set_types.asm Fix file modes 2020-11-14 20:52:10 -06:00
status_ailments.asm Rename SLP to SLP_MASK (#361) 2022-06-17 22:25:52 -04:00
status_screen.asm LOTS of things 2023-02-19 06:25:33 +00:00