summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-02 12:54:27 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-02 12:54:27 -0500
commite0d6e9ca7acf8a23ad70fad405ddf1073dcd4291 (patch)
treef0a51af3f76bdde746d584c1d940bbedef9d99f2 /wram.asm
parentd35cfad0de085fab1b0c40c7f0497c9b745cb7b2 (diff)
Fix NorthMapObjectIndexBuffer etc
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm10
1 files changed, 6 insertions, 4 deletions
diff --git a/wram.asm b/wram.asm
index 0e5ae19f7..0cb0e5ce2 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1649,9 +1649,9 @@ NorthConnectionStripPointer:: ; d1ab
ds 2
NorthConnectionStripLocation:: ; d1ad
ds 2
-NorthMapObjectIndexBuffer:: ; d1af
+NorthConnectionStripLength:: ; d1af
ds 1
-NorthObjectStructIndexBuffer:: ; d1b0
+NorthConnectedMapWidth:: ; d1b0
ds 1
NorthConnectionStripYOffset:: ; d1b1
ds 1
@@ -1669,9 +1669,9 @@ SouthConnectionStripPointer:: ; d1b7
ds 2
SouthConnectionStripLocation:: ; d1b9
ds 2
-SouthMapObjectIndexBuffer:: ; d1bb
+SouthConnectionStripLength:: ; d1bb
ds 1
-SouthObjectStructIndexBuffer:: ; d1bc
+SouthConnectedMapWidth:: ; d1bc
ds 1
SouthConnectionStripYOffset:: ; d1bd
ds 1
@@ -1927,6 +1927,8 @@ wd431:: ds 1
MapStatus:: ; d432
ds 1
MapEventStatus:: ; d433
+; 0: do map events
+; 1: do background events
ds 1
ScriptFlags:: ; d434