Merge pull request #450 from roukaour/master

Constants for TextBoxFlags
This commit is contained in:
yenatch
2017-12-30 21:32:45 -05:00
committed by GitHub
12 changed files with 68 additions and 59 deletions

View File

@@ -442,10 +442,10 @@ ButtonSound:: ; aaf
jr .load_cursor_state
.cursor_off
ld a, [TileMap + 17 + 17 * SCREEN_WIDTH]
lda_coord 17, 17
.load_cursor_state
ld [TileMap + 18 + 17 * SCREEN_WIDTH], a
ldcoord_a 18, 17
ret
; b06

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