mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

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.
16 lines
272 B
NASM
16 lines
272 B
NASM
_CitrineTradebackHouseGuy::
|
|
text "This man is a"
|
|
line "legend in these"
|
|
cont "parts."
|
|
|
|
para "He taught my"
|
|
line "SNORLAX how to"
|
|
cont "use LOVELY KISS!"
|
|
done
|
|
|
|
_CitrineTradebackHouseBooklet::
|
|
text "It's a book showing"
|
|
line "two strange BIRD"
|
|
cont "#MON."
|
|
done
|