Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/data/text/text_5.asm
1271 views
1
_CableClubNPCPleaseComeAgainText::
2
text "Please come again!"
3
done
4
5
_CableClubNPCMakingPreparationsText::
6
text "We're making"
7
line "preparations."
8
cont "Please wait."
9
done
10
11
_UsedStrengthText::
12
text_ram wNameBuffer
13
text " used"
14
line "STRENGTH.@"
15
text_end
16
17
_CanMoveBouldersText::
18
text_ram wNameBuffer
19
text " can"
20
line "move boulders."
21
prompt
22
23
_CurrentTooFastText::
24
text "The current is"
25
line "much too fast!"
26
prompt
27
28
_CyclingIsFunText::
29
text "Cycling is fun!"
30
line "Forget SURFing!"
31
prompt
32
33
_FlashLightsAreaText::
34
text "A blinding FLASH"
35
line "lights the area!"
36
prompt
37
38
_WarpToLastPokemonCenterText::
39
text "Warp to the last"
40
line "#MON CENTER."
41
done
42
43
_CannotUseTeleportNowText::
44
text_ram wNameBuffer
45
text " can't"
46
line "use TELEPORT now."
47
prompt
48
49
_CannotFlyHereText::
50
text_ram wNameBuffer
51
text " can't"
52
line "FLY here."
53
prompt
54
55
_NotHealthyEnoughText::
56
text "Not healthy"
57
line "enough."
58
prompt
59
60
_NewBadgeRequiredText::
61
text "No! A new BADGE"
62
line "is required."
63
prompt
64
65
_CannotUseItemsHereText::
66
text "You can't use items"
67
line "here."
68
prompt
69
70
_CannotGetOffHereText::
71
text "You can't get off"
72
line "here."
73
prompt
74
75
_GotMonText::
76
text "<PLAYER> got"
77
line "@"
78
text_ram wNameBuffer
79
text "!@"
80
text_end
81
82
_SentToBoxText::
83
text "There's no more"
84
line "room for #MON!"
85
cont "@"
86
text_ram wBoxMonNicks
87
text " was"
88
cont "sent to #MON"
89
cont "BOX @"
90
text_ram wStringBuffer
91
text " on PC!"
92
done
93
94
_BoxIsFullText::
95
text "There's no more"
96
line "room for #MON!"
97
98
para "The #MON BOX"
99
line "is full and can't"
100
cont "accept any more!"
101
102
para "Change the BOX at"
103
line "a #MON CENTER!"
104
done
105
106