Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/FightingDojo.asm
1270 views
1
_FightingDojoKarateMasterText::
2
text "Grunt!"
3
4
para "I am the KARATE"
5
line "MASTER! I am the"
6
cont "LEADER here!"
7
8
para "You wish to"
9
line "challenge us?"
10
cont "Expect no mercy!"
11
12
para "Fwaaa!"
13
done
14
15
_FightingDojoKarateMasterDefeatedText::
16
text "Hwa!"
17
line "Arrgh! Beaten!"
18
prompt
19
20
_FightingDojoKarateMasterIWillGiveYouAPokemonText::
21
text "Indeed, I have"
22
line "lost!"
23
24
para "But, I beseech"
25
line "you, do not take"
26
cont "our emblem as"
27
cont "your trophy!"
28
29
para "In return, I will"
30
line "give you a prized"
31
cont "fighting #MON!"
32
33
para "Choose whichever"
34
line "one you like!"
35
done
36
37
_FightingDojoKarateMasterStayAndTrainWithUsText::
38
text "Ho!"
39
40
para "Stay and train at"
41
line "Karate with us!"
42
done
43
44
_FightingDojoBlackbelt1BattleText::
45
text "Hoargh! Take your"
46
line "shoes off!"
47
done
48
49
_FightingDojoBlackbelt1EndBattleText::
50
text "I give"
51
line "up!"
52
prompt
53
54
_FightingDojoBlackbelt1AfterBattleText::
55
text "You wait 'til you"
56
line "see our Master!"
57
58
para "I'm a small fry"
59
line "compared to him!"
60
done
61
62
_FightingDojoBlackbelt2BattleText::
63
text "I hear you're"
64
line "good! Show me!"
65
done
66
67
_FightingDojoBlackbelt2EndBattleText::
68
text "Judge!"
69
line "1 point!"
70
prompt
71
72
_FightingDojoBlackbelt2AfterBattleText::
73
text "Our Master is a"
74
line "pro fighter!"
75
done
76
77
_FightingDojoBlackbelt3BattleText::
78
text "Nothing tough"
79
line "frightens me!"
80
81
para "I break boulders"
82
line "for training!"
83
done
84
85
_FightingDojoBlackbelt3EndBattleText::
86
text "Yow!"
87
line "Stubbed fingers!"
88
prompt
89
90
_FightingDojoBlackbelt3AfterBattleText::
91
text "The only thing"
92
line "that frightens us"
93
cont "is psychic power!"
94
done
95
96
_FightingDojoBlackbelt4BattleText::
97
text "Hoohah!"
98
99
para "You're trespassing"
100
line "in our FIGHTING"
101
cont "DOJO!"
102
done
103
104
_FightingDojoBlackbelt4EndBattleText::
105
text "Oof!"
106
line "I give up!"
107
prompt
108
109
_FightingDojoBlackbelt4AfterBattleText::
110
text "The prime fighters"
111
line "across the land"
112
cont "train here."
113
done
114
115
_FightingDojoHitmonleePokeBallText::
116
text "You want the"
117
line "hard kicking"
118
cont "HITMONLEE?"
119
done
120
121
_FightingDojoHitmonchanPokeBallText::
122
text "You want the"
123
line "piston punching"
124
cont "HITMONCHAN?"
125
done
126
127
_FightingDojoBetterNotGetGreedyText::
128
text "Better not get"
129
line "greedy..."
130
done
131
132