mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
correct associations for scarlet book & mt moon crater
spaced with actual names, not how it's rendered in-game
This commit is contained in:
parent
280211919e
commit
1b0c9e6f8a
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue