diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-29 13:18:17 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-29 13:18:17 -0500 |
commit | e1a672e427f0e18d35b9025b94186d74fd437cbf (patch) | |
tree | 5005e607c2251afd8689940999d410253447ccd9 /home/text.asm | |
parent | 9f017cbab8e6856680c35278829c6388e9fdf697 (diff) |
Constants for TextBoxFlags
Diffstat (limited to 'home/text.asm')
-rw-r--r-- | home/text.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/text.asm b/home/text.asm index 7cf3c2c60..2c3504e6e 100644 --- a/home/text.asm +++ b/home/text.asm @@ -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 |