correct associations for scarlet book & mt moon crater

spaced with actual names, not how it's rendered in-game
This commit is contained in:
May Evans 2022-12-05 17:52:14 +00:00
parent 280211919e
commit 1b0c9e6f8a
2 changed files with 4 additions and 4 deletions

View file

@ -8,8 +8,8 @@ MtMoonCraterMons:
db 55, RAICHU db 55, RAICHU
db 55, UMBREON db 55, UMBREON
db 56, ESPEON db 56, ESPEON
db 50, SCREAMTAIL db 50, SCREAM_TAIL
db 50, SANDYSHOX db 50, SANDY_SHOCKS
end_grass_wildmons end_grass_wildmons
def_water_wildmons 10 ; encounter rate def_water_wildmons 10 ; encounter rate

View file

@ -24,12 +24,12 @@ KabutopsFossilText::
ScarletBook:: ScarletBook::
tx_pre ScarletBook1 tx_pre ScarletBook1
ld a, SCREAMTAIL ld a, SCREAM_TAIL
ld [wcf91], a ld [wcf91], a
call PlayCry call PlayCry
jp DisplayMonFrontSpriteInBox jp DisplayMonFrontSpriteInBox
tx_pre ScarletBook2 tx_pre ScarletBook2
ld a, SANDYSHOX ld a, SANDY_SHOCKS
ld [wcf91], a ld [wcf91], a
call PlayCry call PlayCry
jp DisplayMonFrontSpriteInBox jp DisplayMonFrontSpriteInBox