summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-07-08 01:35:41 -0400
committeryenatch <yenatch@gmail.com>2013-07-12 14:50:37 -0400
commit1da2a7a5c4cf4e0aa19218c9a1afa4a1e1e39ec0 (patch)
treef5f2b9c84260443ed6b51e1ea99467ac1eb8e88b /wram.asm
parent90c18c5cf320be70b0507deda0dd7611052f2bec (diff)
Outdoor sprites and sprite constants
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