diff options
| author | ISSOtm <eldredhabert0@gmail.com> | 2018-05-29 16:43:04 +0200 |
|---|---|---|
| committer | ISSOtm <eldredhabert0@gmail.com> | 2018-05-29 16:43:04 +0200 |
| commit | e6c75f2d8487311914abb327a67e183a188df3d7 (patch) | |
| tree | 1d44142b3879d1736f4c87c1f2e9b6817fd1b2a3 /hram.asm | |
| parent | cc4a3e7fe52b043900d7b2f9789cfe3cf1154f77 (diff) | |
Fix disassembling mistakes
Diffstat (limited to 'hram.asm')
| -rw-r--r-- | hram.asm | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -15,13 +15,7 @@ hVBlank:: ; ff99 db - ds 8 ; TODO - - - ds 3 ; 3 joypad constants, TODO: investigate - - - ds 47 ; TODO + ds 54 ; TODO hLCDCPointer:: ; ffd0 @@ -52,6 +46,8 @@ hSCY:: db ; ffda hWX:: db ; ffdb hWY:: db ; ffdc + db ; TODO + hBGMapMode:: ; ffde db |
