Mahogany Gym labels.

This commit is contained in:
surskitty
2017-10-26 01:22:20 -04:00
parent ed10d336cb
commit 14a121f85e

View File

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