-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathCeladonMart3F.asm
99 lines (80 loc) · 1.68 KB
/
CeladonMart3F.asm
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
_CeladonMart3FClerkTM18PreReceiveText::
text "Oh, hi! I finally"
line "finished #MON!"
para "Not done yet?"
line "This might be"
cont "useful!"
prompt
_CeladonMart3FClerkReceivedTM18Text::
text "<PLAYER> received"
line "@"
text_ram wStringBuffer
text "!@"
text_end
_CeladonMart3FClerkTM18ExplanationText::
text "TM18 is COUNTER!"
line "Not like the one"
cont "I'm leaning on,"
cont "mind you!"
done
_CeladonMart3FClerkTM18NoRoomText::
text "Your pack is full"
line "of items!"
done
_CeladonMart3FGameBoyKid1Text::
text "Captured #MON"
line "are registered"
cont "with an ID No."
cont "and OT, the name"
cont "of the Original"
cont "Trainer that"
cont "caught it!"
done
_CeladonMart3FGameBoyKid2Text::
text "All right!"
para "My buddy's going"
line "to trade me his"
cont "KANGASKHAN for my"
cont "GRAVELER!"
done
_CeladonMart3FGameBoyKid3Text::
text "Come on GRAVELER!"
para "I love GRAVELER!"
line "I collect them!"
para "Huh?"
para "GRAVELER turned"
line "into a different"
cont "#MON!"
done
_CeladonMart3FLittleBoyText::
text "You can identify"
line "#MON you got"
cont "in trades by"
cont "their ID Numbers!"
done
_CeladonMart3FSNESText::
text "It's an SNES!"
done
_CeladonMart3FRPGText::
text "An RPG! There's"
line "no time for that!"
done
_CeladonMart3FSportsGameText::
text "A sports game!"
line "Dad'll like that!"
done
_CeladonMart3FPuzzleGameText::
text "A puzzle game!"
line "Looks addictive!"
done
_CeladonMart3FFightingGameText::
text "A fighting game!"
line "Looks tough!"
done
_CeladonMart3FCurrentFloorSignText::
text "3F: TV GAME SHOP"
done
_CeladonMart3FPokemonPosterText::
text "Red and Blue!"
line "Both are #MON!"
done