Constants for TextBoxFlags

This commit is contained in:
Remy Oukaour
2017-12-29 13:18:17 -05:00
parent 9f017cbab8
commit e1a672e427
5 changed files with 15 additions and 7 deletions

View File

@@ -697,7 +697,7 @@ PokeFluteTerminatorCharacter:: ; 13e0
PlaceHLTextAtBC:: ; 13e5
ld a, [TextBoxFlags]
push af
set 1, a
set NO_TEXT_DELAY_F, a
ld [TextBoxFlags], a
call DoTextUntilTerminator