From 2f65c6855090496b1cb710af6da746a340ee7b47 Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 29 May 2018 19:06:23 -0400 Subject: Small temporary SECTION headers go in main.asm, so the individual files won't all need fixing later --- engine/link/place_waiting_text.asm | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) (limited to 'engine/link') diff --git a/engine/link/place_waiting_text.asm b/engine/link/place_waiting_text.asm index 96458f0..2688322 100644 --- a/engine/link/place_waiting_text.asm +++ b/engine/link/place_waiting_text.asm @@ -1,26 +1,24 @@ -SECTION "PlaceWaitingText", ROMX[$4000],BANK[1] - PlaceWaitingText:: ; 1:4000 - hlcoord 3, 10 - ld b, 1 - ld c, 11 - ld a, [wBattleMode] - and a - jr z, .link_textbox - call DrawTextBox - jr .textbox_done + hlcoord 3, 10 + ld b, 1 + ld c, 11 + ld a, [wBattleMode] + and a + jr z, .link_textbox + call DrawTextBox + jr .textbox_done .link_textbox - ; TODO - ; predef Predef_LinkTextbox - ld a, $1C - call Predef + ; TODO + ; predef Predef_LinkTextbox + ld a, $1C + call Predef .textbox_done - hlcoord 4, 11 - ld de, .Waiting - call PlaceString - ld c, 50 - jp DelayFrames + hlcoord 4, 11 + ld de, .Waiting + call PlaceString + ld c, 50 + jp DelayFrames .Waiting - db "つうしんたいきちゅう!@" \ No newline at end of file + db "つうしんたいきちゅう!@" -- cgit v1.2.3