summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-08-26 11:50:30 -0500
committerBryan Bishop <kanzure@gmail.com>2013-08-26 11:50:30 -0500
commitc61b3d42ad4e88b32e9c321b7fcc559ec0220e64 (patch)
treeeba145aa3ec6cc1216604b953dfe2bdce6e94dd2 /hram.asm
parent5098ed740d35d4f2a2d5414f309bf25e754e189c (diff)
parent76fe7c5aa1b93a6d03280ad54f411e351dd0abc2 (diff)
Merge remote-tracking branch 'yenatch/merge-kanzure-again' into master
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index 4bbd5ddb2..d8e8d0f34 100644
--- a/hram.asm
+++ b/hram.asm
@@ -41,6 +41,11 @@ hMathBuffer EQU $ffb8
hLCDStatCustom EQU $ffc6
+hSCX EQU $ffcf
+hSCY EQU $ffd0
+hWX EQU $ffd1
+hWY EQU $ffd2
+
hBGMapMode EQU $ffd4
hBGMapThird EQU $ffd5
hBGMapAddress EQU $ffd6