2015-07-10 01:20:21 -07:00
|
|
|
WiseTriosRoom_MapScriptHeader:
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
|
|
|
|
|
|
|
; triggers
|
2015-11-02 11:37:02 -08:00
|
|
|
dw UnknownScript_0x98572, 0
|
|
|
|
dw UnknownScript_0x98573, 0
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 1
|
|
|
|
|
|
|
|
; callbacks
|
|
|
|
|
|
|
|
dbw 2, UnknownScript_0x98574
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x98572:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x98573:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x98574:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_FOUGHT_SUICUNE
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x98593
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x9858c
|
|
|
|
checkitem CLEAR_BELL
|
|
|
|
iftrue UnknownScript_0x9858c
|
2015-07-18 12:46:38 -07:00
|
|
|
clearevent EVENT_WISE_TRIOS_ROOM_WISE_TRIO_1
|
|
|
|
setevent EVENT_WISE_TRIOS_ROOM_WISE_TRIO_2
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x9858c:
|
2015-07-18 12:46:38 -07:00
|
|
|
setevent EVENT_WISE_TRIOS_ROOM_WISE_TRIO_1
|
|
|
|
clearevent EVENT_WISE_TRIOS_ROOM_WISE_TRIO_2
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x98593:
|
2015-07-18 12:46:38 -07:00
|
|
|
setevent EVENT_WISE_TRIOS_ROOM_WISE_TRIO_1
|
|
|
|
setevent EVENT_WISE_TRIOS_ROOM_WISE_TRIO_2
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SageScript_0x9859a:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x9862b
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SageScript_0x9859d:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x9868b
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SageScript_0x985a0:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x987af
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x985a3:
|
2015-06-26 23:24:55 -07:00
|
|
|
spriteface $4, UP
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, DOWN
|
2015-07-15 12:48:44 -07:00
|
|
|
showemote EMOTE_SHOCK, $4, 20
|
2015-07-21 23:49:18 -07:00
|
|
|
follow PLAYER, $4
|
|
|
|
applymovement PLAYER, MovementData_0x98622
|
2013-02-16 22:54:07 -08:00
|
|
|
stopfollow
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x98712
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
applymovement $4, MovementData_0x98625
|
2015-06-26 23:24:55 -07:00
|
|
|
spriteface $4, LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerSageGaku:
|
2015-11-02 11:37:02 -08:00
|
|
|
trainer EVENT_BEAT_SAGE_GAKU, SAGE, GAKU, SageGakuSeenText, SageGakuBeatenText, 0, SageGakuScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SageGakuScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x98938
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerSageMasa:
|
2015-11-02 11:37:02 -08:00
|
|
|
trainer EVENT_BEAT_SAGE_MASA, SAGE, MASA, SageMasaSeenText, SageMasaBeatenText, 0, SageMasaScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SageMasaScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x98a35
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerSageKoji:
|
2015-11-02 11:37:02 -08:00
|
|
|
trainer EVENT_BEAT_SAGE_KOJI, SAGE, KOJI, SageKojiSeenText, SageKojiBeatenText, 0, SageKojiScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SageKojiScript:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x9861b
|
|
|
|
pause 10
|
2015-07-15 12:48:44 -07:00
|
|
|
showemote EMOTE_SHOCK, $7, 20
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x98c6c
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x98cac
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
applymovement $7, MovementData_0x98628
|
2015-06-26 23:24:55 -07:00
|
|
|
spriteface $7, UP
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER
|
2013-02-16 22:54:07 -08:00
|
|
|
dotrigger $1
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x9861b:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x98db5
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MovementData_0x98622:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MovementData_0x98625:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_right
|
|
|
|
step_down
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MovementData_0x98628:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_right
|
|
|
|
step_down
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x9862b:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Astounding…"
|
|
|
|
|
|
|
|
para "SUICUNE, ENTEI and"
|
|
|
|
line "RAIKOU have arisen"
|
|
|
|
cont "from their sleep…"
|
|
|
|
|
|
|
|
para "Is the legend"
|
|
|
|
line "coming true?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x9868b:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "We train at the"
|
|
|
|
line "BURNED TOWER, but"
|
|
|
|
|
|
|
|
para "we've never heard"
|
|
|
|
line "of a hole opening"
|
|
|
|
|
|
|
|
para "up there before."
|
|
|
|
line "It must have been"
|
|
|
|
|
|
|
|
para "deliberately made"
|
|
|
|
line "by someone."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x98712:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "TIN TOWER may be"
|
|
|
|
line "entered by those"
|
|
|
|
|
|
|
|
para "bearing ECRUTEAK's"
|
|
|
|
line "GYM BADGE."
|
|
|
|
|
|
|
|
para "However, now that"
|
|
|
|
line "SUICUNE, RAIKOU"
|
|
|
|
|
|
|
|
para "and ENTEI have"
|
|
|
|
line "arisen, I ask you"
|
|
|
|
|
|
|
|
para "to refrain from"
|
|
|
|
line "entering!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x987af:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "We, the WISE TRIO,"
|
|
|
|
line "are the protectors"
|
|
|
|
|
|
|
|
para "of the legendary"
|
|
|
|
line "#MON."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SageGakuSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Legend has it that"
|
|
|
|
line "upon the emergence"
|
|
|
|
|
|
|
|
para "of a trainer who"
|
|
|
|
line "has the ability to"
|
|
|
|
|
|
|
|
para "touch the souls of"
|
|
|
|
line "#MON, a #MON"
|
|
|
|
|
|
|
|
para "will come forth to"
|
|
|
|
line "put that trainer"
|
|
|
|
|
|
|
|
para "to test at the TIN"
|
|
|
|
line "TOWER."
|
|
|
|
|
|
|
|
para "The legend has"
|
|
|
|
line "come true!"
|
|
|
|
|
|
|
|
para "The legendary"
|
|
|
|
line "#MON SUICUNE"
|
|
|
|
cont "has arrived!"
|
|
|
|
|
|
|
|
para "We, the WISE TRIO,"
|
|
|
|
line "shall test your"
|
|
|
|
|
|
|
|
para "worthiness to go"
|
|
|
|
line "inside!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SageGakuBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Stronger than we"
|
|
|
|
line "thought? Perhaps…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x98938:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Ah, so it is you"
|
|
|
|
line "who claim to have"
|
|
|
|
|
|
|
|
para "seen SUICUNE,"
|
|
|
|
line "ENTEI and RAIKOU"
|
|
|
|
cont "while they slept?"
|
|
|
|
|
|
|
|
para "Unbelievable!"
|
|
|
|
|
|
|
|
para "Legend has it that"
|
|
|
|
line "they can't be seen"
|
|
|
|
cont "while they sleep…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SageMasaSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Can you be trusted"
|
|
|
|
line "with the truth?"
|
|
|
|
|
|
|
|
para "I must ascertain"
|
|
|
|
line "your worthiness."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SageMasaBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "…I will tell you"
|
|
|
|
line "the truth…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x98a35:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "In the past, there"
|
|
|
|
line "were two nine-tier"
|
|
|
|
cont "towers here."
|
|
|
|
|
|
|
|
para "The BRASS TOWER,"
|
|
|
|
line "which was said to"
|
|
|
|
|
|
|
|
para "awaken #MON,"
|
|
|
|
line "and the TIN TOWER,"
|
|
|
|
|
|
|
|
para "where #MON were"
|
|
|
|
line "said to rest."
|
|
|
|
|
|
|
|
para "The view from the"
|
|
|
|
line "tops of the TOWERS"
|
|
|
|
|
|
|
|
para "must have been"
|
|
|
|
line "magnificent."
|
|
|
|
|
|
|
|
para "At the time, an"
|
|
|
|
line "immense, silver-"
|
|
|
|
|
|
|
|
para "colored #MON"
|
|
|
|
line "was said to make"
|
|
|
|
|
|
|
|
para "its roost atop the"
|
|
|
|
line "BRASS TOWER."
|
|
|
|
|
|
|
|
para "However…"
|
|
|
|
|
|
|
|
para "About 150 years"
|
|
|
|
line "ago, a lightning"
|
|
|
|
|
|
|
|
para "bolt struck one of"
|
|
|
|
line "the TOWERS."
|
|
|
|
|
|
|
|
para "It was engulfed in"
|
|
|
|
line "flames that raged"
|
|
|
|
cont "for three days."
|
|
|
|
|
|
|
|
para "A sudden downpour"
|
|
|
|
line "finally put out"
|
|
|
|
cont "the blaze."
|
|
|
|
|
|
|
|
para "And that is how"
|
|
|
|
line "the BURNED TOWER"
|
|
|
|
cont "came to be."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SageKojiSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Let me see your"
|
|
|
|
line "power!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SageKojiBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Too strong!"
|
|
|
|
line "Why?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x98c6c:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You… Are you the"
|
|
|
|
line "trainer who is"
|
|
|
|
|
|
|
|
para "awaited by the"
|
|
|
|
line "legendary #MON?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x98cac:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I see…"
|
|
|
|
|
|
|
|
para "We, the WISE TRIO,"
|
|
|
|
line "have been given "
|
|
|
|
|
|
|
|
para "the responsibility"
|
|
|
|
line "of protecting the"
|
|
|
|
|
|
|
|
para "legendary #MON."
|
|
|
|
line "We are to allow"
|
|
|
|
|
|
|
|
para "passage only to"
|
|
|
|
line "those people who"
|
|
|
|
|
|
|
|
para "possess the power"
|
|
|
|
line "and soul of truth."
|
|
|
|
|
|
|
|
para "Please, do go on"
|
|
|
|
line "and enter the TIN"
|
|
|
|
cont "TOWER ahead."
|
|
|
|
|
|
|
|
para "SUICUNE will put"
|
|
|
|
line "you to the test."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x98db5:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Please, do go on."
|
|
|
|
|
|
|
|
para "SUICUNE will put"
|
|
|
|
line "you to the test."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
WiseTriosRoom_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Warps:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 3
|
2015-07-23 09:59:19 -07:00
|
|
|
warp_def $4, $7, 4, ECRUTEAK_CITY
|
|
|
|
warp_def $5, $7, 5, ECRUTEAK_CITY
|
|
|
|
warp_def $4, $1, 5, ECRUTEAK_HOUSE
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.XYTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 1
|
|
|
|
xy_trigger 0, $4, $7, $0, UnknownScript_0x985a3, $0, $0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Signposts:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.PersonEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 6
|
2015-11-06 13:42:38 -08:00
|
|
|
person_event SPRITE_SAGE, 2, 6, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, 0, 0, SageScript_0x9859a, EVENT_WISE_TRIOS_ROOM_WISE_TRIO_1
|
2015-10-31 18:05:02 -07:00
|
|
|
person_event SPRITE_SAGE, 7, 6, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 0, 1, -1, -1, 0, 0, 0, SageScript_0x9859d, EVENT_WISE_TRIOS_ROOM_WISE_TRIO_1
|
|
|
|
person_event SPRITE_SAGE, 5, 7, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, 0, 0, SageScript_0x985a0, EVENT_WISE_TRIOS_ROOM_WISE_TRIO_1
|
|
|
|
person_event SPRITE_SAGE, 2, 4, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, 2, 2, TrainerSageGaku, EVENT_WISE_TRIOS_ROOM_WISE_TRIO_2
|
|
|
|
person_event SPRITE_SAGE, 6, 4, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, 2, 2, TrainerSageMasa, EVENT_WISE_TRIOS_ROOM_WISE_TRIO_2
|
|
|
|
person_event SPRITE_SAGE, 4, 6, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, 2, 2, TrainerSageKoji, EVENT_WISE_TRIOS_ROOM_WISE_TRIO_2
|