summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-03-14 20:15:27 -0700
committerMarcus Huderle <huderlem@gmail.com>2017-03-14 20:15:27 -0700
commitb70095518d310c81b54d3f5da0e0d2301d6722c3 (patch)
treecedfa36b39566a7c56de649870dda8b5a18ed19e /home.asm
parent24ffb0887e076faf037f6bee2c89649d0bea08fd (diff)
Document scrolling message routines, data structs, and buffers.
Diffstat (limited to 'home.asm')
-rwxr-xr-xhome.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index 5476cca..99ae7aa 100755
--- a/home.asm
+++ b/home.asm
@@ -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