diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-06 18:23:00 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-06 18:23:00 -0400 |
commit | d7a01e92e9b571b91b956cda873de89f4bf8f5f5 (patch) | |
tree | 2d59ffed7a49afebf6bfc7e7d5a11dfba1a40dca /wram.asm | |
parent | 789ebc73042e07b5e50b3cc3c17ebd1df141f000 (diff) |
Remaining layout constants
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -914,6 +914,8 @@ wGameboyPrinter2bppSource:: wGameboyPrinter2bppSourceEnd:: wca80:: ds 1 wPrinterRowIndex:: ds 1 + +; Printer data header wca82:: ds 1 wca83:: ds 1 wca84:: ds 1 @@ -1243,6 +1245,7 @@ wcd8a:: ds 1 wcd8b:: ds 1 wcd8c:: ds 1 wcd8d:: ds 11 +BGMapBufferEnd:: SGBPredef:: ; cd98 ds 1 |