Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/CeladonMart3F.asm
1270 views
1
_CeladonMart3FClerkTM18PreReceiveText::
2
text "Oh, hi! I finally"
3
line "finished #MON!"
4
5
para "Not done yet?"
6
line "This might be"
7
cont "useful!"
8
prompt
9
10
_CeladonMart3FClerkReceivedTM18Text::
11
text "<PLAYER> received"
12
line "@"
13
text_ram wStringBuffer
14
text "!@"
15
text_end
16
17
_CeladonMart3FClerkTM18ExplanationText::
18
text "TM18 is COUNTER!"
19
line "Not like the one"
20
cont "I'm leaning on,"
21
cont "mind you!"
22
done
23
24
_CeladonMart3FClerkTM18NoRoomText::
25
text "Your pack is full"
26
line "of items!"
27
done
28
29
_CeladonMart3FGameBoyKid1Text::
30
text "Captured #MON"
31
line "are registered"
32
cont "with an ID No."
33
cont "and OT, the name"
34
cont "of the Original"
35
cont "Trainer that"
36
cont "caught it!"
37
done
38
39
_CeladonMart3FGameBoyKid2Text::
40
text "All right!"
41
42
para "My buddy's going"
43
line "to trade me his"
44
cont "KANGASKHAN for my"
45
cont "GRAVELER!"
46
done
47
48
_CeladonMart3FGameBoyKid3Text::
49
text "Come on GRAVELER!"
50
51
para "I love GRAVELER!"
52
line "I collect them!"
53
54
para "Huh?"
55
56
para "GRAVELER turned"
57
line "into a different"
58
cont "#MON!"
59
done
60
61
_CeladonMart3FLittleBoyText::
62
text "You can identify"
63
line "#MON you got"
64
cont "in trades by"
65
cont "their ID Numbers!"
66
done
67
68
_CeladonMart3FSNESText::
69
text "It's an SNES!"
70
done
71
72
_CeladonMart3FRPGText::
73
text "An RPG! There's"
74
line "no time for that!"
75
done
76
77
_CeladonMart3FSportsGameText::
78
text "A sports game!"
79
line "Dad'll like that!"
80
done
81
82
_CeladonMart3FPuzzleGameText::
83
text "A puzzle game!"
84
line "Looks addictive!"
85
done
86
87
_CeladonMart3FFightingGameText::
88
text "A fighting game!"
89
line "Looks tough!"
90
done
91
92
_CeladonMart3FCurrentFloorSignText::
93
text "3F: TV GAME SHOP"
94
done
95
96
_CeladonMart3FPokemonPosterText::
97
text "Red and Blue!"
98
line "Both are #MON!"
99
done
100
101