(mostly) fix the tradeback tutor

This makes it so everything except Rhydon works properly. At this point I'm willing to have Rhydon not work, they can just evolve into Rhyperior instead.
This commit is contained in:
Llinos Evans 2023-05-01 19:39:30 +01:00
parent 6413e7806e
commit d22bb2994b

View file

@ -713,6 +713,7 @@ PrepareTradebackMoveList:: ; I still don't know how the fuck you're a single col
ld hl, wPartySpecies
add hl, bc
ld a, [hl] ; a = mon id
dec a
ld [wd0b5], a ;joenote - put mon id into wram for potential later usage of GetMonHeader
; Get pointer to evos moves data.
dec a