summaryrefslogtreecommitdiff
path: root/home/text.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-28 15:13:40 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-28 15:13:40 -0500
commit8612a4a531b755b1d323e834980dab5ae896499c (patch)
tree10e38f0fb2bd99a4f7077c1d3c82662ae43b63a4 /home/text.asm
parent43903f543bb04344710d57862a2c5534fd3e5b4c (diff)
Renaming sections, further dissolving main.asm
Diffstat (limited to 'home/text.asm')
-rw-r--r--home/text.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/text.asm b/home/text.asm
index 37208af9d..0c0257c83 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -723,15 +723,15 @@ PokeFluteTerminatorCharacter:: ; 13e0
PlaceWholeStringInBoxAtOnce:: ; 13e5
- ld a, [TextBoxFrame + 1]
+ ld a, [TextBoxFlags]
push af
set 1, a
- ld [TextBoxFrame + 1], a
+ ld [TextBoxFlags], a
call DoTextUntilTerminator
pop af
- ld [TextBoxFrame + 1], a
+ ld [TextBoxFlags], a
ret
; 13f6