forked from waicalibre/pokered-eo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
text_5.asm
104 lines (86 loc) · 1.55 KB
/
text_5.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
100
101
102
103
104
_CableClubNPCPleaseComeAgainText::
text "Please come again!"
done
_CableClubNPCMakingPreparationsText::
text "We're making"
line "preparations."
cont "Please wait."
done
_UsedStrengthText::
text_ram wcd6d
text " used"
line "STRENGTH.@"
text_end
_CanMoveBouldersText::
text_ram wcd6d
text " can"
line "move boulders."
prompt
_CurrentTooFastText::
text "The current is"
line "much too fast!"
prompt
_CyclingIsFunText::
text "Cycling is fun!"
line "Forget SURFing!"
prompt
_FlashLightsAreaText::
text "A blinding FLASH"
line "lights the area!"
prompt
_WarpToLastPokemonCenterText::
text "Warp to the last"
line "#MON CENTER."
done
_CannotUseTeleportNowText::
text_ram wcd6d
text " can't"
line "use TELEPORT now."
prompt
_CannotFlyHereText::
text_ram wcd6d
text " can't"
line "FLY here."
prompt
_NotHealthyEnoughText::
text "Not healthy"
line "enough."
prompt
_NewBadgeRequiredText::
text "No! A new BADGE"
line "is required."
prompt
_CannotUseItemsHereText::
text "You can't use items"
line "here."
prompt
_CannotGetOffHereText::
text "You can't get off"
line "here."
prompt
_GotMonText::
text "<PLAYER> got"
line "@"
text_ram wcd6d
text "!@"
text_end
_SentToBoxText::
text "There's no more"
line "room for #MON!"
cont "@"
text_ram wBoxMonNicks
text " was"
cont "sent to #MON"
cont "BOX @"
text_ram wcf4b
text " on PC!"
done
_BoxIsFullText::
text "There's no more"
line "room for #MON!"
para "The #MON BOX"
line "is full and can't"
cont "accept any more!"
para "Change the BOX at"
line "a #MON CENTER!"
done