You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Renaming sections, further dissolving main.asm
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user