summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm6
1 files changed, 4 insertions, 2 deletions
diff --git a/hram.asm b/hram.asm
index a9bb150bc..150bffce4 100644
--- a/hram.asm
+++ b/hram.asm
@@ -32,8 +32,8 @@ hJoyDown EQU $ffa8
hJoyLast EQU $ffa9
hInMenu EQU $ffaa
-hConnectionStripLength EQU $ffaf
-hConnectedMapWidth EQU $ffb0
+hMapObjectIndexBuffer1 EQU $ffaf
+hMapObjectIndexBuffer2 EQU $ffb0
hPastLeadingZeroes EQU $ffb3
@@ -58,6 +58,8 @@ hPrintNum5 EQU $ffb7
hPrintNum6 EQU $ffb8
hPrintNum7 EQU $ffb9
+hUsedSpriteIndex EQU $ffbd
+hUsedSpriteTile EQU $ffbe
hMoneyTemp EQU $ffc3
hLCDStatCustom EQU $ffc6