aboutsummaryrefslogtreecommitdiffstats
path: root/engine/link/print_waiting_text.asm
blob: 98a449708d3c5da614fd22e55edaf8eb92f8272e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PrintWaitingText::
	hlcoord 3, 10
	lb bc, 1, 11
	ld a, [wIsInBattle]
	and a
	jr z, .asm_4b9a
	call TextBoxBorder
	jr .asm_4b9d
.asm_4b9a
	call CableClub_TextBoxBorder
.asm_4b9d
	hlcoord 4, 11
	ld de, WaitingText
	call PlaceString
	ld c, 50
	jp DelayFrames

WaitingText:
	db "Waiting...!@"