summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-02 11:15:32 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-02 11:15:32 -0500
commitd35cfad0de085fab1b0c40c7f0497c9b745cb7b2 (patch)
tree8de5a9250b7ee5e7c264e31866cf70849314166a /hram.asm
parent76e2ea534fa8374e62b8916e068514101cd617fa (diff)
object_struct
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/hram.asm b/hram.asm
index 150bffce4..2f53b577d 100644
--- a/hram.asm
+++ b/hram.asm
@@ -32,8 +32,8 @@ hJoyDown EQU $ffa8
hJoyLast EQU $ffa9
hInMenu EQU $ffaa
-hMapObjectIndexBuffer1 EQU $ffaf
-hMapObjectIndexBuffer2 EQU $ffb0
+hMapObjectIndexBuffer EQU $ffaf
+hObjectStructIndexBuffer EQU $ffb0
hPastLeadingZeroes EQU $ffb3