summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2012-07-05 00:19:52 -0600
committerIIMarckus <iimarckus@gmail.com>2012-07-05 00:19:52 -0600
commite29988a362ba421c417a1a2dc4c08afcb0889f34 (patch)
tree8e7b736a65a560031448317148d9dde4dc29b189 /wram.asm
parent3aa4b594770f93b5c89758ac42fcf2b87605fb25 (diff)
Allocate ram instead of using constants.
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm8
1 files changed, 8 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index e685219a0..6593e7bd0 100644
--- a/wram.asm
+++ b/wram.asm
@@ -592,6 +592,14 @@ PlayerID: ; 0xd47b
PlayerName: ; 0xd47d
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]
;RoomDecorations: ; dac6