You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Name a lot of text labels according to our conventions
This commit is contained in:
@@ -42,13 +42,13 @@ VermilionSnorlax:
|
||||
opentext
|
||||
special SnorlaxAwake
|
||||
iftrue .Awake
|
||||
writetext UnknownText_0x1aab64
|
||||
writetext VermilionCitySnorlaxSleepingText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
.Awake:
|
||||
writetext UnknownText_0x1aab84
|
||||
writetext VermilionCityRadioNearSnorlaxText
|
||||
pause 15
|
||||
cry SNORLAX
|
||||
closetext
|
||||
@@ -69,31 +69,31 @@ VermilionGymBadgeGuy:
|
||||
ifequal NUM_BADGES, .AllBadges
|
||||
ifgreater 13, .MostBadges
|
||||
ifgreater 9, .SomeBadges
|
||||
writetext UnknownText_0x1aabc8
|
||||
writetext VermilionCityBadgeGuyTrainerText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
.SomeBadges:
|
||||
writetext UnknownText_0x1aac2b
|
||||
writetext VermilionCityBadgeGuySomeBadgesText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
.MostBadges:
|
||||
writetext UnknownText_0x1aac88
|
||||
writetext VermilionCityBadgeGuyMostBadgesText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
.AllBadges:
|
||||
writetext UnknownText_0x1aacf3
|
||||
writetext VermilionCityBadgeGuyAllBadgesText
|
||||
buttonsound
|
||||
verbosegiveitem HP_UP
|
||||
iffalse .Done
|
||||
setevent EVENT_GOT_HP_UP_FROM_VERMILION_GUY
|
||||
.AlreadyGotItem:
|
||||
writetext UnknownText_0x1aad4a
|
||||
writetext VermilionCityBadgeGuyBattleEdgeText
|
||||
waitbutton
|
||||
.Done:
|
||||
closetext
|
||||
@@ -163,12 +163,12 @@ VermilionCitySuperNerdText:
|
||||
cont "#MON GYM."
|
||||
done
|
||||
|
||||
UnknownText_0x1aab64:
|
||||
VermilionCitySnorlaxSleepingText:
|
||||
text "SNORLAX is snoring"
|
||||
line "peacefully…"
|
||||
done
|
||||
|
||||
UnknownText_0x1aab84:
|
||||
VermilionCityRadioNearSnorlaxText:
|
||||
text "The #GEAR was"
|
||||
line "placed near the"
|
||||
cont "sleeping SNORLAX…"
|
||||
@@ -178,7 +178,7 @@ UnknownText_0x1aab84:
|
||||
para "SNORLAX woke up!"
|
||||
done
|
||||
|
||||
UnknownText_0x1aabc8:
|
||||
VermilionCityBadgeGuyTrainerText:
|
||||
text "Skilled trainers"
|
||||
line "gather in KANTO."
|
||||
|
||||
@@ -189,7 +189,7 @@ UnknownText_0x1aabc8:
|
||||
line "to defeat."
|
||||
done
|
||||
|
||||
UnknownText_0x1aac2b:
|
||||
VermilionCityBadgeGuySomeBadgesText:
|
||||
text "You've started to"
|
||||
line "collect KANTO GYM"
|
||||
cont "BADGES?"
|
||||
@@ -199,7 +199,7 @@ UnknownText_0x1aac2b:
|
||||
cont "here are tough?"
|
||||
done
|
||||
|
||||
UnknownText_0x1aac88:
|
||||
VermilionCityBadgeGuyMostBadgesText:
|
||||
text "I guess you'll be"
|
||||
line "finished with your"
|
||||
|
||||
@@ -211,7 +211,7 @@ UnknownText_0x1aac88:
|
||||
cont "BADGES."
|
||||
done
|
||||
|
||||
UnknownText_0x1aacf3:
|
||||
VermilionCityBadgeGuyAllBadgesText:
|
||||
text "Congratulations!"
|
||||
|
||||
para "You got all the"
|
||||
@@ -221,7 +221,7 @@ UnknownText_0x1aacf3:
|
||||
line "for your efforts."
|
||||
done
|
||||
|
||||
UnknownText_0x1aad4a:
|
||||
VermilionCityBadgeGuyBattleEdgeText:
|
||||
text "Having a variety"
|
||||
line "of #MON types"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user