mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Replaced instances of Mon### with the Pokemon's name
This commit is contained in:
parent
32c371b1d3
commit
8251c6138e
File diff suppressed because it is too large
Load diff
|
@ -150,7 +150,7 @@ RedrawPartyMenu_:
|
|||
ld l, a
|
||||
ld de, wcd6d
|
||||
ld a, BANK(EvosMovesPointerTable)
|
||||
ld bc, Mon133_EvosEnd - Mon133_EvosMoves
|
||||
ld bc, EEVEE_EvosEnd - EEVEE_EvosMoves
|
||||
call FarCopyData
|
||||
ld hl, wcd6d
|
||||
ld de, .notAbleToEvolveText
|
||||
|
|
Loading…
Reference in a new issue