mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
commit
c98f1166ec
8
wram.asm
8
wram.asm
@ -592,6 +592,14 @@ PlayerID: ; 0xd47b
|
|||||||
PlayerName: ; 0xd47d
|
PlayerName: ; 0xd47d
|
||||||
ds 11
|
ds 11
|
||||||
|
|
||||||
|
SECTION "scriptram",BSS[$d962]
|
||||||
|
MooMooBerries: ; 0xd962
|
||||||
|
ds 1 ; how many berries fed to MooMoo
|
||||||
|
UndergroundSwitchPositions: ; 0xd963
|
||||||
|
ds 1 ; which positions the switches are in
|
||||||
|
FarfetchdPosition: ; 0xd964
|
||||||
|
ds 1 ; which position the ilex farfetch'd is in
|
||||||
|
|
||||||
SECTION "Events",BSS[$dad4]
|
SECTION "Events",BSS[$dad4]
|
||||||
|
|
||||||
;RoomDecorations: ; dac6
|
;RoomDecorations: ; dac6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user