kep-hack/data/maps
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
..
headers Groundwork for Tradeback Move Tutor 2023-04-23 06:11:05 +01:00
objects Groundwork for Tradeback Move Tutor 2023-04-23 06:11:05 +01:00
badge_maps.asm Clean up some data, using macros for multiline list entries 2020-07-14 13:32:09 -04:00
dungeon_maps.asm Added Underwater Tunnel! 2023-04-05 12:31:11 +01:00
force_bike_surf.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
hide_show_data.asm Changing order of city maps 2023-04-19 10:31:09 +01:00
map_header_banks.asm Groundwork for Tradeback Move Tutor 2023-04-23 06:11:05 +01:00
map_header_pointers.asm Groundwork for Tradeback Move Tutor 2023-04-23 06:11:05 +01:00
names.asm Polishing Celeste Hill a bit 2023-04-19 10:19:20 +01:00
rest_house_maps.asm Clean up some data, using macros for multiline list entries 2020-07-14 13:32:09 -04:00
songs.asm Groundwork for Tradeback Move Tutor 2023-04-23 06:11:05 +01:00
special_warps.asm Citrine time! 2023-04-11 12:52:53 +01:00
sprite_sets.asm Merge branch 'master' of https://github.com/pret/pokered 2023-04-19 20:04:38 -05:00
town_map_entries.asm Groundwork for Tradeback Move Tutor 2023-04-23 06:11:05 +01:00
town_map_order.asm Polishing Celeste Hill a bit 2023-04-19 10:19:20 +01:00