summaryrefslogtreecommitdiff
path: root/hram.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 /hram.asm
parentd35cfad0de085fab1b0c40c7f0497c9b745cb7b2 (diff)
Fix NorthMapObjectIndexBuffer etc
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index 2f53b577d..d0bd382e2 100644
--- a/hram.asm
+++ b/hram.asm
@@ -35,6 +35,9 @@ hInMenu EQU $ffaa
hMapObjectIndexBuffer EQU $ffaf
hObjectStructIndexBuffer EQU $ffb0
+hConnectionStripLength EQU $ffaf
+hConnectedMapWidth EQU $ffb0
+
hPastLeadingZeroes EQU $ffb3
hStringCmpString1 EQU $ffb1