pokeemerald/data/maps/FarawayIsland_Interior/scripts.inc

204 lines
5.8 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
FarawayIsland_Interior_MapScripts:: @ 8267CFA
2019-10-31 22:00:37 +01:00
map_script MAP_SCRIPT_ON_RESUME, FarawayIsland_Interior_OnResume
map_script MAP_SCRIPT_ON_TRANSITION, FarawayIsland_Interior_OnTransition
2019-10-31 22:00:37 +01:00
map_script MAP_SCRIPT_ON_FRAME_TABLE, FarawayIsland_Interior_OnFrame
map_script MAP_SCRIPT_ON_RETURN_TO_FIELD, FarawayIsland_Interior_OnReturnToField
2017-11-10 02:21:31 +01:00
.byte 0
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_OnReturnToField: @ 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
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_OnResume: @ 8267D54
call_if_set FLAG_SYS_CTRL_OBJ_DELETE, FarawayIsland_Interior_EventScript_TryRemoveMew
2017-11-10 02:21:31 +01:00
end
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_EventScript_TryRemoveMew:: @ 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-10-31 22:00:37 +01:00
call_if_unset FLAG_CAUGHT_MEW, FarawayIsland_Interior_EventScript_TryShowMew
2017-11-10 02:21:31 +01:00
end
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_EventScript_TryShowMew:: @ 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
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_OnFrame: @ 8267D98
map_script_2 VAR_TEMP_1, 0, FarawayIsland_Interior_EventScript_FindMew
2017-11-10 02:21:31 +01:00
.2byte 0
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_EventScript_FindMew:: @ 8267DA2
2017-11-10 02:21:31 +01:00
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
2019-10-31 22:00:37 +01:00
applymovement 1, FarawayIsland_Interior_Movement_MewMoveAndHide
2017-11-10 02:21:31 +01:00
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
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_Movement_MewMoveAndHide: @ 8267DCE
walk_up
walk_up
walk_up
walk_in_place_fastest_down
set_invisible
2017-11-10 02:21:31 +01:00
step_end
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_Movement_MewAppear: @ 8267DD4
set_visible
2017-11-10 02:21:31 +01:00
step_end
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_Movement_MewHideDown: @ 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
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_Movement_MewHideUp: @ 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
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_Movement_MewHideRight: @ 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
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_Movement_MewHideLeft: @ 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
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_EventScript_Mew:: @ 8267DF2
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-10-31 22:00:37 +01:00
applymovement 1, FarawayIsland_Interior_Movement_MewAppear
2017-11-10 02:21:31 +01:00
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
2019-10-31 22:00:37 +01:00
call_if_eq FarawayIsland_Interior_EventScript_MewHideDown
2019-10-07 06:14:10 +02:00
compare VAR_FACING, DIR_SOUTH
2019-10-31 22:00:37 +01:00
call_if_eq FarawayIsland_Interior_EventScript_MewHideUp
2019-10-07 06:14:10 +02:00
compare VAR_FACING, DIR_WEST
2019-10-31 22:00:37 +01:00
call_if_eq FarawayIsland_Interior_EventScript_MewHideRight
2019-10-07 06:14:10 +02:00
compare VAR_FACING, DIR_EAST
2019-10-31 22:00:37 +01:00
call_if_eq FarawayIsland_Interior_EventScript_MewHideLeft
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
2019-10-31 22:00:37 +01:00
setvar VAR_0x8005, 30 @ level
2019-08-15 05:38:42 +02:00
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
2019-10-31 22:00:37 +01:00
goto_if_eq FarawayIsland_Interior_EventScript_MewDefeated
compare VAR_RESULT, B_OUTCOME_RAN
2019-10-31 22:00:37 +01:00
goto_if_eq FarawayIsland_Interior_EventScript_PlayerOrMewRan
compare VAR_RESULT, B_OUTCOME_PLAYER_TELEPORTED
2019-10-31 22:00:37 +01:00
goto_if_eq FarawayIsland_Interior_EventScript_PlayerOrMewRan
compare VAR_RESULT, B_OUTCOME_MON_TELEPORTED
2019-10-31 22:00:37 +01:00
goto_if_eq FarawayIsland_Interior_EventScript_PlayerOrMewRan
2019-01-02 22:12:43 +01:00
setflag FLAG_CAUGHT_MEW
2017-11-10 02:21:31 +01:00
release
end
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_EventScript_MewDefeated:: @ 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
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_EventScript_PlayerOrMewRan:: @ 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
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_EventScript_MewHideDown:: @ 8267EAF
applymovement 1, FarawayIsland_Interior_Movement_MewHideDown
2017-11-10 02:21:31 +01:00
waitmovement 0
return
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_EventScript_MewHideUp:: @ 8267EBA
applymovement 1, FarawayIsland_Interior_Movement_MewHideUp
2017-11-10 02:21:31 +01:00
waitmovement 0
return
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_EventScript_MewHideRight:: @ 8267EC5
applymovement 1, FarawayIsland_Interior_Movement_MewHideRight
2017-11-10 02:21:31 +01:00
waitmovement 0
return
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_EventScript_MewHideLeft:: @ 8267ED0
applymovement 1, FarawayIsland_Interior_Movement_MewHideLeft
2017-11-10 02:21:31 +01:00
waitmovement 0
return
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_EventScript_HideMewWhenGrassCut:: @ 8267EDB
2017-11-10 09:24:21 +01:00
lockall
2019-12-15 17:42:50 +01:00
fadescreenswapbuffers FADE_TO_BLACK
setflag FLAG_HIDE_MEW
2017-11-10 09:24:21 +01:00
removeobject 1
2019-12-15 17:42:50 +01:00
fadescreenswapbuffers FADE_FROM_BLACK
2019-10-31 22:00:37 +01:00
msgbox FarawayIsland_Interior_Text_TheFeelingOfBeingWatchedFaded, MSGBOX_DEFAULT
2017-11-10 09:24:21 +01:00
closemessage
releaseall
end
2019-10-31 22:00:37 +01:00
FarawayIsland_Interior_Text_TheFeelingOfBeingWatchedFaded: @ 8267EF1
2017-11-10 09:24:21 +01:00
.string "The feeling of being watched faded…$"