mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40: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 l, a
|
||||||
ld de, wcd6d
|
ld de, wcd6d
|
||||||
ld a, BANK(EvosMovesPointerTable)
|
ld a, BANK(EvosMovesPointerTable)
|
||||||
ld bc, Mon133_EvosEnd - Mon133_EvosMoves
|
ld bc, EEVEE_EvosEnd - EEVEE_EvosMoves
|
||||||
call FarCopyData
|
call FarCopyData
|
||||||
ld hl, wcd6d
|
ld hl, wcd6d
|
||||||
ld de, .notAbleToEvolveText
|
ld de, .notAbleToEvolveText
|
||||||
|
|
Loading…
Reference in a new issue