2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const KOGASROOM_KOGA
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
KogasRoom_MapScriptHeader:
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
|
|
|
|
|
|
|
; triggers
|
2017-09-28 09:33:26 -07:00
|
|
|
dw .Trigger0, 0
|
|
|
|
dw .Trigger1, 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
|
|
|
|
|
2017-09-28 09:33:26 -07:00
|
|
|
dbw MAPCALLBACK_TILES, .KogasRoomDoors
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-09-28 09:33:26 -07:00
|
|
|
.Trigger0:
|
|
|
|
priorityjump .KogasDoorLocksBehindYou
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-09-28 09:33:26 -07:00
|
|
|
.Trigger1:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-09-28 09:33:26 -07:00
|
|
|
.KogasRoomDoors:
|
2015-07-16 15:10:10 -07:00
|
|
|
checkevent EVENT_KOGAS_ROOM_ENTRANCE_CLOSED
|
2017-09-28 09:33:26 -07:00
|
|
|
iffalse .KeepDoorsClosed
|
2013-02-16 22:54:07 -08:00
|
|
|
changeblock $4, $e, $2a
|
2017-09-28 09:33:26 -07:00
|
|
|
.KeepDoorsClosed:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_KOGAS_ROOM_EXIT_OPEN
|
2017-09-28 09:33:26 -07:00
|
|
|
iffalse .OpenDoors
|
2013-02-16 22:54:07 -08:00
|
|
|
changeblock $4, $2, $16
|
2017-09-28 09:33:26 -07:00
|
|
|
.OpenDoors:
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2017-09-28 09:33:26 -07:00
|
|
|
.KogasDoorLocksBehindYou:
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x18078e
|
2013-02-16 22:54:07 -08:00
|
|
|
refreshscreen $86
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_STRENGTH
|
2013-02-16 22:54:07 -08:00
|
|
|
earthquake 80
|
|
|
|
changeblock $4, $e, $2a
|
|
|
|
reloadmappart
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2013-02-16 22:54:07 -08:00
|
|
|
dotrigger $1
|
2015-07-16 15:10:10 -07:00
|
|
|
setevent EVENT_KOGAS_ROOM_ENTRANCE_CLOSED
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-09-28 09:33:26 -07:00
|
|
|
KogaScript_Battle:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-07-10 01:20:21 -07:00
|
|
|
checkevent EVENT_BEAT_ELITE_4_KOGA
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x180788
|
2017-09-28 09:33:26 -07:00
|
|
|
writetext KogaScript_KogaBeforeText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2017-09-28 09:33:26 -07:00
|
|
|
winlosstext KogaScript_KogaBeatenText, 0
|
2015-12-01 18:54:11 -08:00
|
|
|
loadtrainer KOGA, 1
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
2015-12-26 15:11:55 -08:00
|
|
|
reloadmapafterbattle
|
2015-07-10 01:20:21 -07:00
|
|
|
setevent EVENT_BEAT_ELITE_4_KOGA
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-09-28 09:33:26 -07:00
|
|
|
writetext KogaScript_KogaDefeatText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_ENTER_DOOR
|
2013-02-16 22:54:07 -08:00
|
|
|
changeblock $4, $2, $16
|
|
|
|
reloadmappart
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_KOGAS_ROOM_EXIT_OPEN
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x180788:
|
2017-09-28 09:33:26 -07:00
|
|
|
writetext KogaScript_KogaDefeatText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MovementData_0x18078e:
|
2016-05-14 10:46:14 -07:00
|
|
|
step UP
|
|
|
|
step UP
|
|
|
|
step UP
|
|
|
|
step UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2017-09-28 09:33:26 -07:00
|
|
|
KogaScript_KogaBeforeText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Fwahahahaha!"
|
|
|
|
|
|
|
|
para "I am KOGA of the"
|
|
|
|
line "ELITE FOUR."
|
|
|
|
|
|
|
|
para "I live in shadows,"
|
|
|
|
line "a ninja!"
|
|
|
|
|
|
|
|
para "My intricate style"
|
|
|
|
line "will confound and"
|
|
|
|
cont "destroy you!"
|
|
|
|
|
|
|
|
para "Confusion, sleep,"
|
|
|
|
line "poison…"
|
|
|
|
|
|
|
|
para "Prepare to be the"
|
|
|
|
line "victim of my sin-"
|
|
|
|
cont "ister technique!"
|
|
|
|
|
|
|
|
para "Fwahahahaha!"
|
|
|
|
|
|
|
|
para "#MON is not"
|
|
|
|
line "merely about brute"
|
|
|
|
|
|
|
|
para "force--you shall"
|
|
|
|
line "see soon enough!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-09-28 09:33:26 -07:00
|
|
|
KogaScript_KogaBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Ah!"
|
|
|
|
line "You have proven"
|
|
|
|
cont "your worth!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-09-28 09:33:26 -07:00
|
|
|
KogaScript_KogaDefeatText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I subjected you to"
|
|
|
|
line "everything I could"
|
|
|
|
cont "muster."
|
|
|
|
|
|
|
|
para "But my efforts"
|
|
|
|
line "failed. I must"
|
|
|
|
cont "hone my skills."
|
|
|
|
|
|
|
|
para "Go on to the next"
|
|
|
|
line "room, and put your"
|
|
|
|
cont "abilities to test!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
KogasRoom_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 4
|
2015-07-23 09:59:19 -07:00
|
|
|
warp_def $11, $4, 2, WILLS_ROOM
|
|
|
|
warp_def $11, $5, 3, WILLS_ROOM
|
|
|
|
warp_def $2, $4, 1, BRUNOS_ROOM
|
|
|
|
warp_def $2, $5, 2, BRUNOS_ROOM
|
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 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 1
|
2017-09-28 09:33:26 -07:00
|
|
|
person_event SPRITE_KOGA, 7, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_SCRIPT, 0, KogaScript_Battle, -1
|