pokeemerald/data/maps/FarawayIsland_Interior/scripts.inc

204 lines
5.6 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
FarawayIsland_Interior_MapScripts:: @ 8267CFA
2019-02-22 08:28:32 +01:00
map_script MAP_SCRIPT_ON_RESUME, FarawayIsland_Interior_MapScript1_267D54
map_script MAP_SCRIPT_ON_TRANSITION, FarawayIsland_Interior_OnTransition
2019-02-22 08:28:32 +01:00
map_script MAP_SCRIPT_ON_FRAME_TABLE, FarawayIsland_Interior_MapScript2_267D98
map_script MAP_SCRIPT_ON_RETURN_TO_FIELD, FarawayIsland_Interior_MapScript1_267D0F
2017-11-10 02:21:31 +01:00
.byte 0
FarawayIsland_Interior_MapScript1_267D0F: @ 8267D0F
2018-12-22 03:32:45 +01:00
call_if_set FLAG_SYS_CTRL_OBJ_DELETE, FarawayIsland_Interior_EventScript_267D19
2017-11-10 02:21:31 +01:00
end
FarawayIsland_Interior_EventScript_267D19:: @ 8267D19
specialvar VAR_RESULT, GetBattleOutcome
compare VAR_RESULT, B_OUTCOME_WON
2018-12-22 02:28:24 +01:00
goto_if_eq FarawayIsland_Interior_EventScript_267D4B
compare VAR_RESULT, B_OUTCOME_RAN
2018-12-22 02:28:24 +01:00
goto_if_eq FarawayIsland_Interior_EventScript_267D4B
compare VAR_RESULT, B_OUTCOME_PLAYER_TELEPORTED
2018-12-22 02:28:24 +01:00
goto_if_eq FarawayIsland_Interior_EventScript_267D4B
compare VAR_RESULT, B_OUTCOME_MON_TELEPORTED
2018-12-22 02:28:24 +01:00
goto_if_eq FarawayIsland_Interior_EventScript_267D4B
2017-11-10 02:21:31 +01:00
return
FarawayIsland_Interior_EventScript_267D4B:: @ 8267D4B
setvar VAR_0x8004, 1
special sub_81D4A90
return
FarawayIsland_Interior_MapScript1_267D54: @ 8267D54
2018-12-22 03:32:45 +01:00
call_if_set FLAG_SYS_CTRL_OBJ_DELETE, FarawayIsland_Interior_EventScript_267D5E
2017-11-10 02:21:31 +01:00
end
FarawayIsland_Interior_EventScript_267D5E:: @ 8267D5E
specialvar VAR_RESULT, GetBattleOutcome
compare VAR_RESULT, B_OUTCOME_CAUGHT
2019-02-23 02:21:26 +01:00
goto_if_ne Common_EventScript_NopReturn
2017-11-10 02:21:31 +01:00
removeobject VAR_LAST_TALKED
return
FarawayIsland_Interior_OnTransition: @ 8267D72
2019-03-22 19:36:06 +01:00
setvar VAR_FARAWAY_ISLAND_STEP_COUNTER, 0
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_1, 1
2019-01-02 22:12:43 +01:00
call_if_unset FLAG_CAUGHT_MEW, FarawayIsland_Interior_EventScript_267D86
2017-11-10 02:21:31 +01:00
end
FarawayIsland_Interior_EventScript_267D86:: @ 8267D86
2019-02-23 02:21:26 +01:00
goto_if_set FLAG_DEFEATED_MEW, Common_EventScript_NopReturn
clearflag FLAG_HIDE_MEW
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_1, 0
2017-11-10 02:21:31 +01:00
return
FarawayIsland_Interior_MapScript2_267D98: @ 8267D98
2018-05-19 18:02:43 +02:00
map_script_2 VAR_TEMP_1, 0, FarawayIsland_Interior_EventScript_267DA2
2017-11-10 02:21:31 +01:00
.2byte 0
FarawayIsland_Interior_EventScript_267DA2:: @ 8267DA2
lockall
playse SE_PIN
applymovement 1, Common_Movement_ExclamationMark
2017-11-10 02:21:31 +01:00
waitmovement 0
applymovement 1, Common_Movement_Delay48
2017-11-10 02:21:31 +01:00
waitmovement 0
applymovement 1, FarawayIsland_Interior_Movement_267DCE
waitmovement 0
copyobjectxytoperm 1
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_1, 1
2017-11-10 02:21:31 +01:00
releaseall
end
FarawayIsland_Interior_Movement_267DCE: @ 8267DCE
walk_up
walk_up
walk_up
walk_in_place_fastest_down
set_invisible
2017-11-10 02:21:31 +01:00
step_end
FarawayIsland_Interior_Movement_267DD4: @ 8267DD4
set_visible
2017-11-10 02:21:31 +01:00
step_end
FarawayIsland_Interior_Movement_267DD6: @ 8267DD6
lock_facing_direction
walk_fast_up
walk_fast_up
unlock_facing_direction
walk_in_place_down
walk_in_place_down
2017-11-10 02:21:31 +01:00
step_end
FarawayIsland_Interior_Movement_267DDD: @ 8267DDD
lock_facing_direction
walk_fast_up
walk_fast_up
unlock_facing_direction
walk_in_place_up
walk_in_place_up
2017-11-10 02:21:31 +01:00
step_end
FarawayIsland_Interior_Movement_267DE4: @ 8267DE4
lock_facing_direction
walk_fast_up
walk_fast_up
unlock_facing_direction
walk_in_place_right
walk_in_place_right
2017-11-10 02:21:31 +01:00
step_end
FarawayIsland_Interior_Movement_267DEB: @ 8267DEB
lock_facing_direction
walk_fast_up
walk_fast_up
unlock_facing_direction
walk_in_place_left
walk_in_place_left
2017-11-10 02:21:31 +01:00
step_end
FarawayIsland_Interior_EventScript_267DF2:: @ 8267DF2
lock
faceplayer
applymovement 1, FarawayIsland_Interior_Movement_267DD4
waitmovement 0
setvar VAR_0x8004, 0
special sub_81D4A90
message FarawayIsland_Interior_Text_Mew
2017-11-10 02:21:31 +01:00
waitse
playmoncry SPECIES_MEW, 2
2019-10-07 06:14:10 +02:00
compare VAR_FACING, DIR_NORTH
2018-12-22 03:32:45 +01:00
call_if_eq FarawayIsland_Interior_EventScript_267EAF
2019-10-07 06:14:10 +02:00
compare VAR_FACING, DIR_SOUTH
2018-12-22 03:32:45 +01:00
call_if_eq FarawayIsland_Interior_EventScript_267EBA
2019-10-07 06:14:10 +02:00
compare VAR_FACING, DIR_WEST
2018-12-22 03:32:45 +01:00
call_if_eq FarawayIsland_Interior_EventScript_267EC5
2019-10-07 06:14:10 +02:00
compare VAR_FACING, DIR_EAST
2018-12-22 03:32:45 +01:00
call_if_eq FarawayIsland_Interior_EventScript_267ED0
2017-11-10 02:21:31 +01:00
special sub_81D4BEC
delay 40
waitmoncry
2019-08-15 05:38:42 +02:00
setvar VAR_0x8004, SPECIES_MEW
setvar VAR_0x8005, 30 @level
setvar VAR_0x8006, ITEM_NONE
2018-02-09 15:55:12 +01:00
special CreateObedientEnemyMon
2017-11-10 02:21:31 +01:00
setflag FLAG_SYS_CTRL_OBJ_DELETE
2017-11-28 23:02:09 +01:00
special BattleSetup_StartLegendaryBattle
2017-11-10 02:21:31 +01:00
waitstate
clearflag FLAG_SYS_CTRL_OBJ_DELETE
specialvar VAR_RESULT, GetBattleOutcome
compare VAR_RESULT, B_OUTCOME_WON
2018-12-22 02:28:24 +01:00
goto_if_eq FarawayIsland_Interior_EventScript_267E96
compare VAR_RESULT, B_OUTCOME_RAN
2018-12-22 02:28:24 +01:00
goto_if_eq FarawayIsland_Interior_EventScript_267EA4
compare VAR_RESULT, B_OUTCOME_PLAYER_TELEPORTED
2018-12-22 02:28:24 +01:00
goto_if_eq FarawayIsland_Interior_EventScript_267EA4
compare VAR_RESULT, B_OUTCOME_MON_TELEPORTED
2018-12-22 02:28:24 +01:00
goto_if_eq FarawayIsland_Interior_EventScript_267EA4
2019-01-02 22:12:43 +01:00
setflag FLAG_CAUGHT_MEW
2017-11-10 02:21:31 +01:00
release
end
FarawayIsland_Interior_EventScript_267E96:: @ 8267E96
2019-01-02 22:12:43 +01:00
setflag FLAG_DEFEATED_MEW
2019-08-15 05:38:42 +02:00
setvar VAR_0x8004, SPECIES_MEW
goto Common_EventScript_LegendaryFlewAway
2017-11-10 02:21:31 +01:00
end
FarawayIsland_Interior_EventScript_267EA4:: @ 8267EA4
2019-08-15 05:38:42 +02:00
setvar VAR_0x8004, SPECIES_MEW
goto Common_EventScript_LegendaryFlewAway
2017-11-10 02:21:31 +01:00
end
FarawayIsland_Interior_EventScript_267EAF:: @ 8267EAF
applymovement 1, FarawayIsland_Interior_Movement_267DD6
waitmovement 0
return
FarawayIsland_Interior_EventScript_267EBA:: @ 8267EBA
applymovement 1, FarawayIsland_Interior_Movement_267DDD
waitmovement 0
return
FarawayIsland_Interior_EventScript_267EC5:: @ 8267EC5
applymovement 1, FarawayIsland_Interior_Movement_267DE4
waitmovement 0
return
FarawayIsland_Interior_EventScript_267ED0:: @ 8267ED0
applymovement 1, FarawayIsland_Interior_Movement_267DEB
waitmovement 0
return
2017-11-10 09:24:21 +01:00
FarawayIsland_Interior_EventScript_267EDB:: @ 8267EDB
lockall
fadescreenswapbuffers 1
setflag FLAG_HIDE_MEW
2017-11-10 09:24:21 +01:00
removeobject 1
fadescreenswapbuffers 0
msgbox FarawayIsland_Interior_Text_267EF1, MSGBOX_DEFAULT
2017-11-10 09:24:21 +01:00
closemessage
releaseall
end
FarawayIsland_Interior_Text_267EF1: @ 8267EF1
.string "The feeling of being watched faded…$"