mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Mahogany Gym labels.
This commit is contained in:
parent
ed10d336cb
commit
14a121f85e
@ -19,16 +19,16 @@ PryceScript_0x199a9e:
|
||||
opentext
|
||||
checkevent EVENT_BEAT_PRYCE
|
||||
iftrue .FightDone
|
||||
writetext UnknownText_0x199b8d
|
||||
writetext PryceText_Intro
|
||||
waitbutton
|
||||
closetext
|
||||
winlosstext UnknownText_0x199cb3, 0
|
||||
winlosstext PryceText_Impressed, 0
|
||||
loadtrainer PRYCE, 1
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
setevent EVENT_BEAT_PRYCE
|
||||
opentext
|
||||
writetext UnknownText_0x199d3b
|
||||
writetext Text_ReceivedGlacierBadge
|
||||
playsound SFX_GET_BADGE
|
||||
waitsfx
|
||||
setflag ENGINE_GLACIERBADGE
|
||||
@ -36,26 +36,26 @@ PryceScript_0x199a9e:
|
||||
scall MahoganyGymTriggerRockets
|
||||
.FightDone:
|
||||
checkevent EVENT_GOT_TM16_ICY_WIND
|
||||
iftrue UnknownScript_0x199af0
|
||||
iftrue PryceScript_Defeat
|
||||
setevent EVENT_BEAT_SKIER_ROXANNE
|
||||
setevent EVENT_BEAT_SKIER_CLARISSA
|
||||
setevent EVENT_BEAT_BOARDER_RONALD
|
||||
setevent EVENT_BEAT_BOARDER_BRAD
|
||||
setevent EVENT_BEAT_BOARDER_DOUGLAS
|
||||
writetext UnknownText_0x199d55
|
||||
writetext PryceText_GlacierBadgeSpeech
|
||||
buttonsound
|
||||
verbosegiveitem TM_ICY_WIND
|
||||
iffalse UnknownScript_0x199af4
|
||||
iffalse MahoganyGym_NoRoomForIcyWind
|
||||
setevent EVENT_GOT_TM16_ICY_WIND
|
||||
writetext UnknownText_0x199def
|
||||
writetext PryceText_IcyWindSpeech
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
UnknownScript_0x199af0:
|
||||
writetext UnknownText_0x199e59
|
||||
PryceScript_Defeat:
|
||||
writetext PryceText_CherishYourPokemon
|
||||
waitbutton
|
||||
UnknownScript_0x199af4:
|
||||
MahoganyGym_NoRoomForIcyWind:
|
||||
closetext
|
||||
end
|
||||
|
||||
@ -109,7 +109,7 @@ TrainerBoarderBrad:
|
||||
BoarderBradScript:
|
||||
end_if_just_battled
|
||||
opentext
|
||||
writetext UnknownText_0x199fdd
|
||||
writetext BorderBradTalkText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
@ -120,7 +120,7 @@ TrainerBoarderDouglas:
|
||||
BoarderDouglasScript:
|
||||
end_if_just_battled
|
||||
opentext
|
||||
writetext UnknownText_0x19a047
|
||||
writetext BorderDouglasTalkText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
@ -149,7 +149,7 @@ MahoganyGymStatue:
|
||||
trainertotext PRYCE, 1, $1
|
||||
jumpstd gymstatue2
|
||||
|
||||
UnknownText_0x199b8d:
|
||||
PryceText_Intro:
|
||||
text "#MON have many"
|
||||
line "experiences in"
|
||||
|
||||
@ -180,7 +180,7 @@ UnknownText_0x199b8d:
|
||||
line "my power!"
|
||||
done
|
||||
|
||||
UnknownText_0x199cb3:
|
||||
PryceText_Impressed:
|
||||
text "Ah, I am impressed"
|
||||
line "by your prowess."
|
||||
|
||||
@ -194,12 +194,12 @@ UnknownText_0x199cb3:
|
||||
line "this BADGE!"
|
||||
done
|
||||
|
||||
UnknownText_0x199d3b:
|
||||
Text_ReceivedGlacierBadge:
|
||||
text "<PLAYER> received"
|
||||
line "GLACIERBADGE."
|
||||
done
|
||||
|
||||
UnknownText_0x199d55:
|
||||
PryceText_GlacierBadgeSpeech:
|
||||
text "That BADGE will"
|
||||
line "raise the SPECIAL"
|
||||
cont "stats of #MON."
|
||||
@ -213,7 +213,7 @@ UnknownText_0x199d55:
|
||||
line "a gift from me!"
|
||||
done
|
||||
|
||||
UnknownText_0x199def:
|
||||
PryceText_IcyWindSpeech:
|
||||
text "That TM contains"
|
||||
line "ICY WIND."
|
||||
|
||||
@ -225,7 +225,7 @@ UnknownText_0x199def:
|
||||
cont "winter."
|
||||
done
|
||||
|
||||
UnknownText_0x199e59:
|
||||
PryceText_CherishYourPokemon:
|
||||
text "When the ice and"
|
||||
line "snow melt, spring"
|
||||
cont "arrives."
|
||||
@ -276,7 +276,7 @@ BoarderBradBeatenText:
|
||||
line "serious we are?"
|
||||
done
|
||||
|
||||
UnknownText_0x199fdd:
|
||||
BorderBradTalkText:
|
||||
text "This GYM is great."
|
||||
line "I love boarding"
|
||||
cont "with my #MON!"
|
||||
@ -292,7 +292,7 @@ BoarderDouglasBeatenText:
|
||||
line "PRYCE's secret."
|
||||
done
|
||||
|
||||
UnknownText_0x19a047:
|
||||
BorderDouglasTalkText:
|
||||
text "The secret behind"
|
||||
line "PRYCE's power…"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user