diff options
| author | Rangi <remy.oukaour+rangi@gmail.com> | 2018-05-29 19:06:23 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi@gmail.com> | 2018-05-29 19:06:23 -0400 |
| commit | 2f65c6855090496b1cb710af6da746a340ee7b47 (patch) | |
| tree | b2dbf0c44f595cb28a650e34fe2e90827028700f /engine/link | |
| parent | f43233bbffb066b0bf7344bf83760abd768bfa10 (diff) | |
Small temporary SECTION headers go in main.asm, so the individual files won't all need fixing later
Diffstat (limited to 'engine/link')
| -rw-r--r-- | engine/link/place_waiting_text.asm | 38 |
1 files changed, 18 insertions, 20 deletions
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 "つうしんたいきちゅう!@" |
