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 cut catsprite from constants 2022-10-01 14:49:57 +01:00
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 Merge branch 'master' of https://github.com/pret/pokered 2023-04-19 20:04:38 -05:00
wild Kokana, Kasanagi and Carapthor! 2023-04-22 12:20:29 +01:00
growth_rates.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
icon_pointers.asm PokeDex is fixed 2022-09-03 19:24:56 -06:00
player_names.asm Removing version differences, and adding Mew 2022-09-25 14:03:04 +01:00
player_names_list.asm Removing version differences, and adding Mew 2022-09-25 14:03:04 +01:00
predef_pointers.asm Talk to Use Cut. Strength and Surf 2022-09-07 17:09:12 -06:00
text_boxes.asm Item Descriptions! 2023-03-08 03:27:32 +00:00
text_predef_pointers.asm Finish the Pewter Museum of Science 2022-12-06 00:20:10 +00:00
tilemaps.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
yes_no_menu_strings.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00