summaryrefslogtreecommitdiff
path: root/text/maps/fighting_dojo.asm
blob: e8cdfb2e978f4047b4a6d7f4162f28febee105dd (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
_FightingDojoText_5ce8e::
	text "Grunt!"

	para "I am the KARATE"
	line "MASTER! I am the"
	cont "LEADER here!"

	para "You wish to"
	line "challenge us?"
	cont "Expect no mercy!"

	para "Fwaaa!"
	done

_FightingDojoText_5ce93::
	text "Hwa!"
	line "Arrgh! Beaten!"
	prompt

_FightingDojoText_5ce98::
	text "Indeed, I have"
	line "lost!"

	para "But, I beseech"
	line "you, do not take"
	cont "our emblem as"
	cont "your trophy!"

	para "In return, I will"
	line "give you a prized"
	cont "fighting #MON!"

	para "Choose whichever"
	line "one you like!"
	done

_FightingDojoText_5ce9d::
	text "Ho!"

	para "Stay and train at"
	line "Karate with us!"
	done

_FightingDojoBattleText1::
	text "Hoargh! Take your"
	line "shoes off!"
	done

_FightingDojoEndBattleText1::
	text "I give"
	line "up!"
	prompt

_FightingDojoAfterBattleText1::
	text "You wait 'til you"
	line "see our Master!"

	para "I'm a small fry"
	line "compared to him!"
	done

_FightingDojoBattleText2::
	text "I hear you're"
	line "good! Show me!"
	done

_FightingDojoEndBattleText2::
	text "Judge!"
	line "1 point!"
	prompt

_FightingDojoAfterBattleText2::
	text "Our Master is a"
	line "pro fighter!"
	done

_FightingDojoBattleText3::
	text "Nothing tough"
	line "frightens me!"

	para "I break boulders"
	line "for training!"
	done

_FightingDojoEndBattleText3::
	text "Yow!"
	line "Stubbed fingers!"
	prompt

_FightingDojoAfterBattleText3::
	text "The only thing"
	line "that frightens us"
	cont "is psychic power!"
	done

_FightingDojoBattleText4::
	text "Hoohah!"

	para "You're trespassing"
	line "in our FIGHTING"
	cont "DOJO!"
	done

_FightingDojoEndBattleText4::
	text "Oof!"
	line "I give up!"
	prompt

_FightingDojoAfterBattleText4::
	text "The prime fighters"
	line "across the land"
	cont "train here."
	done

_WantHitmonleeText::
	text "You want the"
	line "hard kicking"
	cont "HITMONLEE?"
	done

_WantHitmonchanText::
	text "You want the"
	line "piston punching"
	cont "HITMONCHAN?"
	done

_OtherHitmonText::
	text "Better not get"
	line "greedy..."
	done