summaryrefslogtreecommitdiff
path: root/data/phone/text/huey_caller.asm
blob: b06f2be58dd54c99db509ea1aae8bea53d0fd843 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
HueyBattleRematchText:
	text "Hey, I challenge"
	line "you to a battle!"

	para "It won't be like"
	line "last time!"

	para "@"
	text_ram wStringBuffer5
	text "'s"
	line "where I'm waiting"

	para "for you. Hustle"
	line "over here pronto!"
	done

HueyHangUpText:
	text "See ya!"
	done

HueyWeHaveToBattleAgainSometimeText:
	text "We have to battle"
	line "again sometime."

	para "You can bet I'm"
	line "going to keep"

	para "challenging you"
	line "till I win."
	done

HueyReminderText:
	text "Hey, you'd better"
	line "not have forgotten"
	cont "about our battle!"

	para "@"
	text_ram wStringBuffer5
	text "!"

	para "Hustle over quick!"
	line "I'm waiting!"
	done