diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-26 11:50:30 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-26 11:50:30 -0500 |
commit | c61b3d42ad4e88b32e9c321b7fcc559ec0220e64 (patch) | |
tree | eba145aa3ec6cc1216604b953dfe2bdce6e94dd2 /hram.asm | |
parent | 5098ed740d35d4f2a2d5414f309bf25e754e189c (diff) | |
parent | 76fe7c5aa1b93a6d03280ad54f411e351dd0abc2 (diff) |
Merge remote-tracking branch 'yenatch/merge-kanzure-again' into master
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 |