blob: 17b44a55b251c7875e36129c40e01dd50c447b33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PrintWaitingText:
coord hl, 3, 10
ld b, $1
ld c, $d
ld a, [wIsInBattle]
and a
jr z, .asm_4c17
call TextBoxBorder
jr .asm_4c1a
.asm_4c17
call CableClub_TextBoxBorder
.asm_4c1a
coord hl, 4, 11
ld de, WaitingText
call PlaceString
ld c, 50
jp DelayFrames
WaitingText:
db "BITTE WARTEN…@"
|