diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-27 10:51:30 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-27 10:51:30 -0500 |
commit | 3453879756d32b6fcbf1517cc1de51f2c157c75d (patch) | |
tree | fc2524b3950c3fec68c527dcaf26d1130ee2ee53 /hram.asm | |
parent | 464cfc9d97be09397775ce1f54d7c5b0b9fb28ae (diff) | |
parent | c61b3d42ad4e88b32e9c321b7fcc559ec0220e64 (diff) |
Merge branch 'master' into remove-extras
Diffstat (limited to 'hram.asm')
-rw-r--r-- | hram.asm | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |