Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/AgathasRoom.asm
1270 views
1
_AgathaBeforeBattleText::
2
text "I am AGATHA of"
3
line "the ELITE FOUR!"
4
5
para "OAK's taken a lot"
6
line "of interest in"
7
cont "you, child!"
8
9
para "That old duff was"
10
line "once tough and"
11
cont "handsome! That"
12
cont "was decades ago!"
13
14
para "Now he just wants"
15
line "to fiddle with"
16
cont "his #DEX! He's"
17
cont "wrong! #MON"
18
cont "are for fighting!"
19
20
para "<PLAYER>! I'll show"
21
line "you how a real"
22
cont "trainer fights!"
23
done
24
25
_AgathaEndBattleText::
26
text "Oh ho!"
27
line "You're something"
28
cont "special, child!"
29
prompt
30
31
_AgathaAfterBattleText::
32
text "You win! I see"
33
line "what the old duff"
34
cont "sees in you now!"
35
36
para "I have nothing"
37
line "else to say! Run"
38
cont "along now, child!"
39
done
40
41
_AgathasRoomAgathaDontRunAwayText::
42
text "Someone's voice:"
43
line "Don't run away!"
44
done
45
46