2015-07-10 00:00:27 -07:00
|
|
|
SeafoamGym_MapScriptHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; trigger count
|
|
|
|
db 1
|
|
|
|
|
|
|
|
; triggers
|
|
|
|
dw UnknownScript_0x1ab4fa, $0000
|
|
|
|
|
|
|
|
; callback count
|
|
|
|
db 0
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
UnknownScript_0x1ab4fa:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BlaineScript_0x1ab4fb:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2015-07-10 00:00:27 -07:00
|
|
|
checkflag ENGINE_VOLCANOBADGE
|
|
|
|
iftrue .FightDone
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1ab548
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
winlosstext UnknownText_0x1ab646, $0000
|
|
|
|
loadtrainer BLAINE, 1
|
|
|
|
startbattle
|
2015-07-10 00:00:27 -07:00
|
|
|
iftrue .ReturnAfterBattle
|
2013-02-16 22:54:07 -08:00
|
|
|
appear $3
|
2015-07-10 00:00:27 -07:00
|
|
|
.ReturnAfterBattle
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
2015-07-10 00:00:27 -07:00
|
|
|
setevent EVENT_BEAT_BLAINE
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1ab683
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_GET_BADGE
|
2013-02-16 22:54:07 -08:00
|
|
|
waitbutton
|
2015-07-10 00:00:27 -07:00
|
|
|
setflag ENGINE_VOLCANOBADGE
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1ab69d
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
.FightDone
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1ab71c
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
SeafoamGymGuyScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_TALKED_TO_SEAFOAM_GYM_GUY_ONCE
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue .TalkedToSeafoamGymGuyScript
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext SeafoamGymGuyWinText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_TALKED_TO_SEAFOAM_GYM_GUY_ONCE
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
|
|
|
.TalkedToSeafoamGymGuyScript
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext SeafoamGymGuyWinText2
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
UnknownText_0x1ab548:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "BLAINE: Waaah!"
|
|
|
|
|
|
|
|
para "My GYM in CINNABAR"
|
|
|
|
line "burned down."
|
|
|
|
|
|
|
|
para "My fire-breathing"
|
|
|
|
line "#MON and I are"
|
|
|
|
|
|
|
|
para "homeless because"
|
|
|
|
line "of the volcano."
|
|
|
|
|
|
|
|
para "Waaah!"
|
|
|
|
|
|
|
|
para "But I'm back in"
|
|
|
|
line "business as a GYM"
|
|
|
|
|
|
|
|
para "LEADER here in"
|
|
|
|
line "this cave."
|
|
|
|
|
|
|
|
para "If you can beat"
|
|
|
|
line "me, I'll give you"
|
|
|
|
cont "a BADGE."
|
|
|
|
|
|
|
|
para "Ha! You'd better"
|
|
|
|
line "have BURN HEAL!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
UnknownText_0x1ab646:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "BLAINE: Awesome."
|
|
|
|
line "I've burned out…"
|
|
|
|
|
|
|
|
para "You've earned"
|
|
|
|
line "VOLCANOBADGE!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
UnknownText_0x1ab683:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> received"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "VOLCANOBADGE."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
UnknownText_0x1ab69d:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "BLAINE: I did lose"
|
|
|
|
line "this time, but I'm"
|
|
|
|
|
|
|
|
para "going to win the"
|
|
|
|
line "next time."
|
|
|
|
|
|
|
|
para "When I rebuild my"
|
|
|
|
line "CINNABAR GYM,"
|
|
|
|
|
|
|
|
para "we'll have to have"
|
|
|
|
line "a rematch."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
UnknownText_0x1ab71c:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "BLAINE: My fire"
|
|
|
|
line "#MON will be"
|
|
|
|
|
|
|
|
para "even stronger."
|
|
|
|
line "Just you watch!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
SeafoamGymGuyWinText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Yo!"
|
|
|
|
|
|
|
|
para "… Huh? It's over"
|
|
|
|
line "already?"
|
|
|
|
|
|
|
|
para "Sorry, sorry!"
|
|
|
|
|
|
|
|
para "CINNABAR GYM was"
|
|
|
|
line "gone, so I didn't"
|
|
|
|
|
|
|
|
para "know where to find"
|
|
|
|
line "you."
|
|
|
|
|
|
|
|
para "But, hey, you're"
|
|
|
|
line "plenty strong even"
|
|
|
|
|
|
|
|
para "without my advice."
|
|
|
|
line "I knew you'd win!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
SeafoamGymGuyWinText2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "A #MON GYM can"
|
|
|
|
line "be anywhere as"
|
|
|
|
|
|
|
|
para "long as the GYM"
|
|
|
|
line "LEADER is there."
|
|
|
|
|
|
|
|
para "There's no need"
|
|
|
|
line "for a building."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
SeafoamGym_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 1
|
|
|
|
warp_def $5, $5, 1, GROUP_ROUTE_20, MAP_ROUTE_20
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 2
|
2015-07-19 01:58:31 -07:00
|
|
|
person_event SPRITE_BLAINE, 6, 9, OW_UP | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, BlaineScript_0x1ab4fb, -1
|
|
|
|
person_event SPRITE_GYM_GUY, 9, 10, OW_UP | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, SeafoamGymGuyScript, EVENT_SEAFOAM_GYM_GYM_GUY
|