summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-08-27 10:51:30 -0500
committerBryan Bishop <kanzure@gmail.com>2013-08-27 10:51:30 -0500
commit3453879756d32b6fcbf1517cc1de51f2c157c75d (patch)
treefc2524b3950c3fec68c527dcaf26d1130ee2ee53 /hram.asm
parent464cfc9d97be09397775ce1f54d7c5b0b9fb28ae (diff)
parentc61b3d42ad4e88b32e9c321b7fcc559ec0220e64 (diff)
Merge branch 'master' into remove-extras
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