kep-hack/data
Llinos Evans 2f01628cd9 Groundwork for Tradeback Move Tutor
Currently the move tutor is a little bit broken - the IDs are 1 above how they should be. Shell speculates that it's searching at the table starting from Kangaskhan due to the way the decrements shake up but it may just be making things more complicated than they are.

Big cheese code is `PrepareTradebackMoveList`, it's where things are mucking up.

Also, the code can be significantly optimised, as it's currently being adapted from the function above, `PrepareRelearnableMoveList`; It doesn't need to check levels, for example.

Note that the relearner functions properly, so use it as a reference. I may have removed something important.

Technically, we could have NO_MON as an entry which may make things shake out properly. But I'd rather have a proper fix.
2023-04-23 06:11:05 +01:00
..
battle Verify data table and name list sizes with assertion macros 2021-03-25 16:44:41 -04:00
battle_anims Bug: SUBANIMTYPE_COORDFLIP should be SUBANIMTYPE_HVFLIP (#394) 2022-09-26 11:12:43 -04:00
credits Removing version differences, and adding Mew 2022-09-25 14:03:04 +01:00
events Merge branch 'master' of https://github.com/pret/pokered 2023-04-19 20:04:38 -05:00
items Citrine Rocket House 2023-04-22 20:49:19 +01:00
maps Groundwork for Tradeback Move Tutor 2023-04-23 06:11:05 +01:00
moves Merge branch 'master' of https://github.com/pret/pokered 2023-04-19 20:04:38 -05:00
pokemon Groundwork for Tradeback Move Tutor 2023-04-23 06:11:05 +01:00
sgb Gen 2 cries + Earthtron! 2023-04-20 09:09:46 +01:00
sprites
text Citrine geography rework, Metal Coat 2023-04-17 18:40:30 +01:00
tilesets Citrine Rocket House 2023-04-22 20:49:19 +01:00
trainers Citrine Rocket House 2023-04-22 20:49:19 +01:00
types
wild
growth_rates.asm
icon_pointers.asm
player_names.asm
player_names_list.asm
predef_pointers.asm
text_boxes.asm
text_predef_pointers.asm
tilemaps.asm
yes_no_menu_strings.asm