Renaming sections, further dissolving main.asm

This commit is contained in:
PikalaxALT
2015-11-28 15:13:40 -05:00
parent 43903f543b
commit 8612a4a531
44 changed files with 1622 additions and 1594 deletions

View File

@@ -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