diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-03-14 20:15:27 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-03-14 20:15:27 -0700 |
commit | b70095518d310c81b54d3f5da0e0d2301d6722c3 (patch) | |
tree | cedfa36b39566a7c56de649870dda8b5a18ed19e /wram.asm | |
parent | 24ffb0887e076faf037f6bee2c89649d0bea08fd (diff) |
Document scrolling message routines, data structs, and buffers.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -37,7 +37,10 @@ wc4cc:: ; 0xc4cc wBottomMessageText:: ; 0xc500 ds $100 -wc600:: ; 0xc600 +wBottomMessageBuffer:: ; 0xc600 +; This acts as a buffer to hold the scrolling text message. +; Rather than storing the raw text, it stores tile ids for the text. +; The lower-left most tile is at 0xc640, so everything before isn't visible on screen. ds $100 wStageCollisionMap:: ; 0xc700 |