Replaced instances of Mon### with the Pokemon's name

This commit is contained in:
bitman44 2018-03-20 20:27:28 -05:00
parent 32c371b1d3
commit 8251c6138e
2 changed files with 382 additions and 573 deletions

File diff suppressed because it is too large Load diff

View file

@ -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