mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Fix case.
hg-commit-id: 1e4e1c35eda0
This commit is contained in:
parent
5d0619435c
commit
ee3e60f041
8
main.asm
8
main.asm
|
@ -46300,7 +46300,7 @@ HiddenObjectPointers: ; 0x46a96
|
||||||
dw SaffronPokecenterHiddenObjects
|
dw SaffronPokecenterHiddenObjects
|
||||||
dw PokemonTower5HiddenObjects
|
dw PokemonTower5HiddenObjects
|
||||||
dw Route13HiddenObjects
|
dw Route13HiddenObjects
|
||||||
dw SafarizoneentranceHiddenObjects
|
dw SafariZoneEntranceHiddenObjects
|
||||||
dw SafariZoneWestHiddenObjects
|
dw SafariZoneWestHiddenObjects
|
||||||
dw SilphCo5FHiddenObjects
|
dw SilphCo5FHiddenObjects
|
||||||
dw SilphCo9FHiddenObjects
|
dw SilphCo9FHiddenObjects
|
||||||
|
@ -46323,7 +46323,7 @@ HiddenObjectPointers: ; 0x46a96
|
||||||
dw UnusedB9HiddenObjects
|
dw UnusedB9HiddenObjects
|
||||||
dw LavenderHouse1HiddenObjects
|
dw LavenderHouse1HiddenObjects
|
||||||
dw CeladonMansion5HiddenObjects
|
dw CeladonMansion5HiddenObjects
|
||||||
dw FightingdojoHiddenObjects
|
dw FightingDojoHiddenObjects
|
||||||
dw Route10HiddenObjects
|
dw Route10HiddenObjects
|
||||||
dw IndigoPlateauLobbyHiddenObjects
|
dw IndigoPlateauLobbyHiddenObjects
|
||||||
dw CinnabarLab4HiddenObjects
|
dw CinnabarLab4HiddenObjects
|
||||||
|
@ -46726,7 +46726,7 @@ Route13HiddenObjects:
|
||||||
db $0d,$10,CALCIUM
|
db $0d,$10,CALCIUM
|
||||||
dbw $1d,$6688
|
dbw $1d,$6688
|
||||||
db $FF
|
db $FF
|
||||||
SafarizoneentranceHiddenObjects:
|
SafariZoneEntranceHiddenObjects:
|
||||||
db $01,$0a,NUGGET
|
db $01,$0a,NUGGET
|
||||||
dbw $1d,$6688
|
dbw $1d,$6688
|
||||||
db $FF
|
db $FF
|
||||||
|
@ -46856,7 +46856,7 @@ CeladonMansion5HiddenObjects:
|
||||||
db $04,$03,$35 ; XXX, y, x
|
db $04,$03,$35 ; XXX, y, x
|
||||||
dbw $14,$6996
|
dbw $14,$6996
|
||||||
db $FF
|
db $FF
|
||||||
FightingdojoHiddenObjects:
|
FightingDojoHiddenObjects:
|
||||||
db $09,$03,$04 ; XXX, y, x
|
db $09,$03,$04 ; XXX, y, x
|
||||||
dbw $14,$6a22
|
dbw $14,$6a22
|
||||||
db $09,$06,$04 ; XXX, y, x
|
db $09,$06,$04 ; XXX, y, x
|
||||||
|
|
Loading…
Reference in a new issue