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 /home.asm | |
parent | 24ffb0887e076faf037f6bee2c89649d0bea08fd (diff) |
Document scrolling message routines, data structs, and buffers.
Diffstat (limited to 'home.asm')
-rwxr-xr-x | home.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2316,7 +2316,7 @@ Func_e69: ; 0xe69 .asm_e77 dec a jr nz, .asm_e77 - ld hl, wc600 + $40 + ld hl, wBottomMessageBuffer + $40 call Func_eef push hl ld hl, $9c00 @@ -2342,7 +2342,7 @@ Func_e69: ; 0xe69 ld hl, $9c10 call Func_ef8 pop hl - ld hl, wc600 + $c0 + ld hl, wBottomMessageBuffer + $c0 call Func_eef push hl ld hl, $9c20 |