2020-07-24 13:49:26 +00:00
|
|
|
object_const_def
|
2015-11-27 05:22:14 +00:00
|
|
|
const ROUTE40BATTLETOWERGATE_ROCKER
|
|
|
|
const ROUTE40BATTLETOWERGATE_TWIN
|
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
Route40BattleTowerGate_MapScripts:
|
2020-07-24 13:49:26 +00:00
|
|
|
def_scene_scripts
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_callbacks
|
2022-08-09 22:04:18 +00:00
|
|
|
callback MAPCALLBACK_OBJECTS, RouteBattleTowerGateShowSailorCallback
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2022-08-09 22:04:18 +00:00
|
|
|
RouteBattleTowerGateShowSailorCallback:
|
|
|
|
clearevent EVENT_BATTLE_TOWER_OPEN_CIVILIANS
|
2020-07-17 12:37:03 +00:00
|
|
|
endcallback
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
Route40BattleTowerGateRockerScript:
|
|
|
|
jumptextfaceplayer Route40BattleTowerGateRockerText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
Route40BattleTowerGateTwinScript:
|
|
|
|
jumptextfaceplayer Route40BattleTowerGateTwinText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-10-26 19:45:57 +00:00
|
|
|
Route40BattleTowerGateUnusedText1: ; unreferenced
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Did you come to"
|
|
|
|
line "see the BATTLE"
|
|
|
|
cont "TOWER too?"
|
|
|
|
|
|
|
|
para "But I guess you"
|
|
|
|
line "can't go in yet."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-10-26 19:45:57 +00:00
|
|
|
Route40BattleTowerGateUnusedText2: ; unreferenced
|
2014-03-06 05:29:44 +00:00
|
|
|
text "BATTLE TOWER has"
|
|
|
|
line "opened."
|
|
|
|
|
|
|
|
para "I want to go, but"
|
|
|
|
line "I haven't thought"
|
|
|
|
|
|
|
|
para "up a cool line for"
|
|
|
|
line "when I win."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
Route40BattleTowerGateRockerText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Are you going to"
|
|
|
|
line "the BATTLE TOWER?"
|
|
|
|
|
|
|
|
para "This is a secret,"
|
|
|
|
line "but if you win a"
|
|
|
|
|
|
|
|
para "whole lot, you can"
|
|
|
|
line "win special gifts."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-10-26 19:45:57 +00:00
|
|
|
Route40BattleTowerGateUnusedText3: ; unreferenced
|
2014-03-06 05:29:44 +00:00
|
|
|
text "I'm going to train"
|
|
|
|
line "my #MON so I'll"
|
|
|
|
|
|
|
|
para "be all ready for"
|
|
|
|
line "the BATTLE TOWER."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
Route40BattleTowerGateTwinText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "The levels of the"
|
|
|
|
line "#MON I want to"
|
|
|
|
|
|
|
|
para "use are all"
|
|
|
|
line "different."
|
|
|
|
|
|
|
|
para "I have to go train"
|
|
|
|
line "them now!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
Route40BattleTowerGate_MapEvents:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_warp_events
|
2018-02-02 03:22:07 +00:00
|
|
|
warp_event 4, 7, ROUTE_40, 1
|
|
|
|
warp_event 5, 7, ROUTE_40, 1
|
|
|
|
warp_event 4, 0, BATTLE_TOWER_OUTSIDE, 1
|
|
|
|
warp_event 5, 0, BATTLE_TOWER_OUTSIDE, 2
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_coord_events
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_bg_events
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_object_events
|
2022-08-09 22:04:18 +00:00
|
|
|
object_event 3, 3, SPRITE_ROCKER, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, Route40BattleTowerGateRockerScript, EVENT_BATTLE_TOWER_OPEN_CIVILIANS
|
2018-02-02 03:22:07 +00:00
|
|
|
object_event 7, 5, SPRITE_TWIN, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 1, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, Route40BattleTowerGateTwinScript, -1
|