diff options
| author | Zumi <13794376+ZoomTen@users.noreply.github.com> | 2021-05-09 00:15:39 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-08 13:15:39 -0400 |
| commit | f17cbee7a98c2f81d14ed26707157bddbcfce755 (patch) | |
| tree | 8bbd0cb9ae08087548f92a74238cc724f8da9de9 /ram/hram.asm | |
| parent | 2709ce5259a26719c1ef3c4288f2fa2dd5d3af85 (diff) | |
Dump banks $09 and $0B (#93)
Diffstat (limited to 'ram/hram.asm')
| -rw-r--r-- | ram/hram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ram/hram.asm b/ram/hram.asm index da8f685..2b28792 100644 --- a/ram/hram.asm +++ b/ram/hram.asm @@ -149,8 +149,8 @@ hFFC9:: db hFFCA:: db hFFCB:: db hFFCC:: db - - ds 3 ; TODO +hFFCD:: db + ds 2 ; TODO hLCDCPointer:: db |
