pokecrystal-board/maps/MahoganyGym.asm

392 lines
7.7 KiB
NASM
Raw Normal View History

2015-07-10 00:00:27 -07:00
MahoganyGym_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 00:00:27 -07:00
PryceScript_0x199a9e:
faceplayer
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_BEAT_PRYCE
2015-07-10 00:00:27 -07:00
iftrue .FightDone
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x199b8d
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-02 11:37:02 -08:00
winlosstext UnknownText_0x199cb3, 0
2015-11-25 07:16:29 -08:00
scriptedtrainerdata PRYCE, 1
startbattle
returnafterbattle
2013-09-24 00:48:58 -07:00
setevent EVENT_BEAT_PRYCE
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x199d3b
playsound SFX_GET_BADGE
2015-11-25 07:16:29 -08:00
waitsfx
2015-07-10 00:00:27 -07:00
setflag ENGINE_GLACIERBADGE
checkcode VAR_BADGES
2015-07-10 00:00:27 -07:00
scall MahoganyGymTriggerRockets
.FightDone
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_TM16_ICY_WIND
iftrue UnknownScript_0x199af0
2013-09-24 00:48:58 -07:00
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
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x199d55
keeptextopen
2015-11-04 17:20:14 -08:00
verbosegiveitem TM_ICY_WIND
iffalse UnknownScript_0x199af4
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_TM16_ICY_WIND
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x199def
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 00:00:27 -07:00
UnknownScript_0x199af0:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x199e59
2015-11-25 07:16:29 -08:00
waitbutton
2015-07-10 00:00:27 -07:00
UnknownScript_0x199af4:
2015-11-25 07:16:29 -08:00
closetext
end
2015-07-10 00:00:27 -07:00
MahoganyGymTriggerRockets:
if_equal 7, .RadioTowerRockets
if_equal 6, .GoldenrodRockets
end
2015-07-10 00:00:27 -07:00
.GoldenrodRockets
2015-06-24 18:26:24 -07:00
jumpstd goldenrodrockets
2015-07-10 00:00:27 -07:00
.RadioTowerRockets
2015-06-24 18:26:24 -07:00
jumpstd radiotowerrockets
2015-07-10 00:00:27 -07:00
TrainerSkierRoxanne:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_SKIER_ROXANNE, SKIER, ROXANNE, SkierRoxanneSeenText, SkierRoxanneBeatenText, 0, SkierRoxanneScript
2015-07-10 00:00:27 -07:00
SkierRoxanneScript:
2015-11-25 07:16:29 -08:00
end_if_just_battled
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19a116
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 00:00:27 -07:00
TrainerSkierClarissa:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_SKIER_CLARISSA, SKIER, CLARISSA, SkierClarissaSeenText, SkierClarissaBeatenText, 0, SkierClarissaScript
2015-07-10 00:00:27 -07:00
SkierClarissaScript:
2015-11-25 07:16:29 -08:00
end_if_just_battled
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19a18f
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 00:00:27 -07:00
TrainerBoarderRonald:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_BOARDER_RONALD, BOARDER, RONALD, BoarderRonaldSeenText, BoarderRonaldBeatenText, 0, BoarderRonaldScript
2015-07-10 00:00:27 -07:00
BoarderRonaldScript:
2015-11-25 07:16:29 -08:00
end_if_just_battled
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x199f2d
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 00:00:27 -07:00
TrainerBoarderBrad:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_BOARDER_BRAD, BOARDER, BRAD, BoarderBradSeenText, BoarderBradBeatenText, 0, BoarderBradScript
2015-07-10 00:00:27 -07:00
BoarderBradScript:
2015-11-25 07:16:29 -08:00
end_if_just_battled
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x199fdd
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 00:00:27 -07:00
TrainerBoarderDouglas:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_BOARDER_DOUGLAS, BOARDER, DOUGLAS, BoarderDouglasSeenText, BoarderDouglasBeatenText, 0, BoarderDouglasScript
2015-07-10 00:00:27 -07:00
BoarderDouglasScript:
2015-11-25 07:16:29 -08:00
end_if_just_battled
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19a047
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 00:00:27 -07:00
MahoganyGymGuyScript:
faceplayer
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_BEAT_PRYCE
iftrue .MahoganyGymGuyWinScript
2015-01-20 00:01:23 -08:00
writetext MahoganyGymGuyText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
.MahoganyGymGuyWinScript
2015-01-20 00:01:23 -08:00
writetext MahoganyGymGuyWinText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-06-24 20:51:36 -07:00
MahoganyGymStatue:
checkflag ENGINE_GLACIERBADGE
iftrue .Beaten
2015-06-24 18:26:24 -07:00
jumpstd gymstatue1
2015-06-24 20:51:36 -07:00
.Beaten
trainertotext PRYCE, 1, $1
2015-06-24 18:26:24 -07:00
jumpstd gymstatue2
2015-07-10 00:00:27 -07:00
UnknownText_0x199b8d:
text "#MON have many"
line "experiences in"
para "their lives, just "
line "like we do. "
para "I, too, have seen"
line "and suffered much"
cont "in my life."
para "Since I am your"
line "elder, let me show"
cont "you what I mean."
para "I have been with"
line "#MON since"
para "before you were"
line "born."
para "I do not lose"
line "easily."
para "I, PRYCE--the"
line "winter trainer--"
para "shall demonstrate"
line "my power!"
done
2015-07-10 00:00:27 -07:00
UnknownText_0x199cb3:
text "Ah, I am impressed"
line "by your prowess."
para "With your strong"
line "will, I know you"
para "will overcome all"
line "life's obstacles."
para "You are worthy of"
line "this BADGE!"
done
2015-07-10 00:00:27 -07:00
UnknownText_0x199d3b:
text "<PLAYER> received"
line "GLACIERBADGE."
done
2015-07-10 00:00:27 -07:00
UnknownText_0x199d55:
text "That BADGE will"
line "raise the SPECIAL"
cont "stats of #MON."
para "It also lets your"
line "#MON use WHIRL-"
cont "POOL to get across"
cont "real whirlpools."
para "And this… This is"
line "a gift from me!"
done
2015-07-10 00:00:27 -07:00
UnknownText_0x199def:
text "That TM contains"
line "ICY WIND."
para "It inflicts damage"
line "and lowers speed."
para "It demonstrates"
line "the harshness of"
cont "winter."
done
2015-07-10 00:00:27 -07:00
UnknownText_0x199e59:
text "When the ice and"
line "snow melt, spring"
cont "arrives."
para "You and your #-"
line "MON will be to-"
para "gether for many"
line "years to come."
para "Cherish your time"
line "together!"
done
2015-07-10 00:00:27 -07:00
BoarderRonaldSeenText:
text "I'll freeze your"
line "#MON, so you"
cont "can't do a thing!"
done
2015-07-10 00:00:27 -07:00
BoarderRonaldBeatenText:
text "Darn. I couldn't"
line "do a thing."
done
2015-07-10 00:00:27 -07:00
UnknownText_0x199f2d:
text "I think there's a"
line "move a #MON"
para "can use while it's"
line "frozen."
done
2015-07-10 00:00:27 -07:00
BoarderBradSeenText:
text "This GYM has a"
line "slippery floor."
para "It's fun, isn't"
line "it?"
para "But hey--we're"
line "not playing games"
cont "here!"
done
2015-07-10 00:00:27 -07:00
BoarderBradBeatenText:
text "Do you see how"
line "serious we are?"
done
2015-07-10 00:00:27 -07:00
UnknownText_0x199fdd:
text "This GYM is great."
line "I love boarding"
cont "with my #MON!"
done
2015-07-10 00:00:27 -07:00
BoarderDouglasSeenText:
text "I know PRYCE's"
line "secret."
done
2015-07-10 00:00:27 -07:00
BoarderDouglasBeatenText:
text "OK. I'll tell you"
line "PRYCE's secret."
done
2015-07-10 00:00:27 -07:00
UnknownText_0x19a047:
text "The secret behind"
line "PRYCE's power…"
para "He meditates under"
line "a waterfall daily"
para "to strengthen his"
line "mind and body."
done
2015-07-10 00:00:27 -07:00
SkierRoxanneSeenText:
text "To get to PRYCE,"
line "our GYM LEADER,"
para "you need to think"
line "before you skate."
done
2015-07-10 00:00:27 -07:00
SkierRoxanneBeatenText:
text "I wouldn't lose to"
line "you in skiing!"
done
2015-07-10 00:00:27 -07:00
UnknownText_0x19a116:
text "If you don't skate"
line "with precision,"
para "you won't get far"
line "in this GYM."
done
2015-07-10 00:00:27 -07:00
SkierClarissaSeenText:
text "Check out my"
line "parallel turn!"
done
2015-07-10 00:00:27 -07:00
SkierClarissaBeatenText:
text "No! You made me"
line "wipe out!"
done
2015-07-10 00:00:27 -07:00
UnknownText_0x19a18f:
text "I shouldn't have"
line "been bragging"
cont "about my skiing…"
done
2015-07-10 00:00:27 -07:00
MahoganyGymGuyText:
text "PRYCE is a veteran"
line "who has trained"
para "#MON for some"
line "50 years."
para "He's said to be"
line "good at freezing"
para "opponents with"
line "ice-type moves."
para "That means you"
line "should melt him"
para "with your burning"
line "ambition!"
done
2015-07-10 00:00:27 -07:00
MahoganyGymGuyWinText:
text "PRYCE is some-"
line "thing, but you're"
cont "something else!"
para "That was a hot"
line "battle that"
para "bridged the gen-"
line "eration gap!"
done
2015-07-10 00:00:27 -07:00
MahoganyGym_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $11, $4, 3, MAHOGANY_TOWN
warp_def $11, $5, 3, MAHOGANY_TOWN
.XYTriggers:
db 0
.Signposts:
db 2
signpost 15, 3, SIGNPOST_READ, MahoganyGymStatue
signpost 15, 6, SIGNPOST_READ, MahoganyGymStatue
.PersonEvents:
db 7
person_event SPRITE_PRYCE, 3, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BROWN, PERSONTYPE_SCRIPT, 0, PryceScript_0x199a9e, -1
person_event SPRITE_BUENA, 6, 4, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_TRAINER, 1, TrainerSkierRoxanne, -1
person_event SPRITE_ROCKER, 17, 0, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_TRAINER, 1, TrainerBoarderRonald, -1
person_event SPRITE_BUENA, 17, 9, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_TRAINER, 1, TrainerSkierClarissa, -1
person_event SPRITE_ROCKER, 9, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_TRAINER, 1, TrainerBoarderBrad, -1
person_event SPRITE_ROCKER, 4, 2, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_TRAINER, 1, TrainerBoarderDouglas, -1
person_event SPRITE_GYM_GUY, 15, 7, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_SCRIPT, 0, MahoganyGymGuyScript, -1