summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm11
1 files changed, 10 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 2d4028da4..b7a610ba4 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1082,6 +1082,10 @@ CurPartyLevel: ; d143
ds 1
+SECTION "UsedSprites",BSS[$d154]
+UsedSprites: ; d154
+ ds 32
+
SECTION "connections",BSS[$d1a9]
MapConnections:
@@ -1658,6 +1662,11 @@ OBJECT_LENGTH EQU $10
ds OBJECT_LENGTH * NUM_OBJECTS
+SECTION "VariableSprites",BSS[$d82e]
+VariableSprites: ; d82e
+ ds $10
+
+
SECTION "Status",BSS[$d841]
TimeOfDayPal: ; d841
ds 1
@@ -1985,7 +1994,7 @@ BreedMon1Nick: ; def6
BreedMon1OT: ; df01
ds 11
BreedMon1Stats:
-Breedmon1Species: ; df0c
+BreedMon1Species: ; df0c
ds 1
ds 31