206 lines
6.3 KiB
PHP
Raw Normal View History

2021-07-05 13:54:43 -04:00
@ Note: LOCALID_FARAWAY_ISLAND_MEW is a local id for this map used elsewhere. It's defined in event_objects.h
2017-11-09 19:21:31 -06:00
FarawayIsland_Interior_MapScripts:: @ 8267CFA
2019-10-31 17:00:37 -04:00
map_script MAP_SCRIPT_ON_RESUME, FarawayIsland_Interior_OnResume
map_script MAP_SCRIPT_ON_TRANSITION, FarawayIsland_Interior_OnTransition
2019-10-31 17:00:37 -04:00
map_script MAP_SCRIPT_ON_FRAME_TABLE, FarawayIsland_Interior_OnFrame
map_script MAP_SCRIPT_ON_RETURN_TO_FIELD, FarawayIsland_Interior_OnReturnToField
2017-11-09 19:21:31 -06:00
.byte 0
2019-10-31 17:00:37 -04:00
FarawayIsland_Interior_OnReturnToField: @ 8267D0F
2020-07-19 14:12:38 -04:00
call_if_set FLAG_SYS_CTRL_OBJ_DELETE, FarawayIsland_Interior_EventScript_TrySetMewAboveGrass
2017-11-09 19:21:31 -06:00
end
2020-07-19 14:12:38 -04:00
FarawayIsland_Interior_EventScript_TrySetMewAboveGrass:: @ 8267D19
specialvar VAR_RESULT, GetBattleOutcome
compare VAR_RESULT, B_OUTCOME_WON
2020-07-19 14:12:38 -04:00
goto_if_eq FarawayIsland_Interior_EventScript_SetMewAboveGrass
compare VAR_RESULT, B_OUTCOME_RAN
2020-07-19 14:12:38 -04:00
goto_if_eq FarawayIsland_Interior_EventScript_SetMewAboveGrass
compare VAR_RESULT, B_OUTCOME_PLAYER_TELEPORTED
2020-07-19 14:12:38 -04:00
goto_if_eq FarawayIsland_Interior_EventScript_SetMewAboveGrass
compare VAR_RESULT, B_OUTCOME_MON_TELEPORTED
2020-07-19 14:12:38 -04:00
goto_if_eq FarawayIsland_Interior_EventScript_SetMewAboveGrass
2017-11-09 19:21:31 -06:00
return
2020-07-19 14:12:38 -04:00
FarawayIsland_Interior_EventScript_SetMewAboveGrass:: @ 8267D4B
2017-11-09 19:21:31 -06:00
setvar VAR_0x8004, 1
2020-07-19 14:12:38 -04:00
special SetMewAboveGrass
2017-11-09 19:21:31 -06:00
return
2019-10-31 17:00:37 -04:00
FarawayIsland_Interior_OnResume: @ 8267D54
call_if_set FLAG_SYS_CTRL_OBJ_DELETE, FarawayIsland_Interior_EventScript_TryRemoveMew
2017-11-09 19:21:31 -06:00
end
2019-10-31 17:00:37 -04:00
FarawayIsland_Interior_EventScript_TryRemoveMew:: @ 8267D5E
specialvar VAR_RESULT, GetBattleOutcome
compare VAR_RESULT, B_OUTCOME_CAUGHT
2019-02-22 20:21:26 -05:00
goto_if_ne Common_EventScript_NopReturn
2017-11-09 19:21:31 -06:00
removeobject VAR_LAST_TALKED
return
FarawayIsland_Interior_OnTransition: @ 8267D72
2019-03-22 13:36:06 -05:00
setvar VAR_FARAWAY_ISLAND_STEP_COUNTER, 0
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_1, 1
2019-10-31 17:00:37 -04:00
call_if_unset FLAG_CAUGHT_MEW, FarawayIsland_Interior_EventScript_TryShowMew
2017-11-09 19:21:31 -06:00
end
2019-10-31 17:00:37 -04:00
FarawayIsland_Interior_EventScript_TryShowMew:: @ 8267D86
2019-02-22 20:21:26 -05: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-09 19:21:31 -06:00
return
2019-10-31 17:00:37 -04:00
FarawayIsland_Interior_OnFrame: @ 8267D98
map_script_2 VAR_TEMP_1, 0, FarawayIsland_Interior_EventScript_FindMew
2017-11-09 19:21:31 -06:00
.2byte 0
2019-10-31 17:00:37 -04:00
FarawayIsland_Interior_EventScript_FindMew:: @ 8267DA2
2017-11-09 19:21:31 -06:00
lockall
playse SE_PIN
2021-07-05 13:54:43 -04:00
applymovement LOCALID_FARAWAY_ISLAND_MEW, Common_Movement_ExclamationMark
2017-11-09 19:21:31 -06:00
waitmovement 0
2021-07-05 13:54:43 -04:00
applymovement LOCALID_FARAWAY_ISLAND_MEW, Common_Movement_Delay48
2017-11-09 19:21:31 -06:00
waitmovement 0
2021-07-05 13:54:43 -04:00
applymovement LOCALID_FARAWAY_ISLAND_MEW, FarawayIsland_Interior_Movement_MewMoveAndHide
2017-11-09 19:21:31 -06:00
waitmovement 0
2021-07-05 13:54:43 -04:00
copyobjectxytoperm LOCALID_FARAWAY_ISLAND_MEW
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_1, 1
2017-11-09 19:21:31 -06:00
releaseall
end
2019-10-31 17:00:37 -04:00
FarawayIsland_Interior_Movement_MewMoveAndHide: @ 8267DCE
walk_up
walk_up
walk_up
walk_in_place_fastest_down
set_invisible
2017-11-09 19:21:31 -06:00
step_end
2019-10-31 17:00:37 -04:00
FarawayIsland_Interior_Movement_MewAppear: @ 8267DD4
set_visible
2017-11-09 19:21:31 -06:00
step_end
2020-07-19 14:12:38 -04:00
FarawayIsland_Interior_Movement_MewFloatUpNorth: @ 8267DD6
lock_facing_direction
walk_fast_up
walk_fast_up
unlock_facing_direction
walk_in_place_down
walk_in_place_down
2017-11-09 19:21:31 -06:00
step_end
2020-07-19 14:12:38 -04:00
FarawayIsland_Interior_Movement_MewFloatUpSouth: @ 8267DDD
lock_facing_direction
walk_fast_up
walk_fast_up
unlock_facing_direction
walk_in_place_up
walk_in_place_up
2017-11-09 19:21:31 -06:00
step_end
2020-07-19 14:12:38 -04:00
FarawayIsland_Interior_Movement_MewFloatUpWest: @ 8267DE4
lock_facing_direction
walk_fast_up
walk_fast_up
unlock_facing_direction
walk_in_place_right
walk_in_place_right
2017-11-09 19:21:31 -06:00
step_end
2020-07-19 14:12:38 -04:00
FarawayIsland_Interior_Movement_MewFloatUpEast: @ 8267DEB
lock_facing_direction
walk_fast_up
walk_fast_up
unlock_facing_direction
walk_in_place_left
walk_in_place_left
2017-11-09 19:21:31 -06:00
step_end
2019-10-31 17:00:37 -04:00
FarawayIsland_Interior_EventScript_Mew:: @ 8267DF2
2017-11-09 19:21:31 -06:00
lock
faceplayer
2021-07-05 13:54:43 -04:00
applymovement LOCALID_FARAWAY_ISLAND_MEW, FarawayIsland_Interior_Movement_MewAppear
2017-11-09 19:21:31 -06:00
waitmovement 0
setvar VAR_0x8004, 0
2020-07-19 14:12:38 -04:00
special SetMewAboveGrass
message FarawayIsland_Interior_Text_Mew
2017-11-09 19:21:31 -06:00
waitse
playmoncry SPECIES_MEW, 2
2019-10-07 00:14:10 -04:00
compare VAR_FACING, DIR_NORTH
2020-07-19 14:12:38 -04:00
call_if_eq FarawayIsland_Interior_EventScript_FoundMewNorth
2019-10-07 00:14:10 -04:00
compare VAR_FACING, DIR_SOUTH
2020-07-19 14:12:38 -04:00
call_if_eq FarawayIsland_Interior_EventScript_FoundMewSouth
2019-10-07 00:14:10 -04:00
compare VAR_FACING, DIR_WEST
2020-07-19 14:12:38 -04:00
call_if_eq FarawayIsland_Interior_EventScript_FoundMewWest
2019-10-07 00:14:10 -04:00
compare VAR_FACING, DIR_EAST
2020-07-19 14:12:38 -04:00
call_if_eq FarawayIsland_Interior_EventScript_FoundMewEast
special DestroyMewEmergingGrassSprite
2017-11-09 19:21:31 -06:00
delay 40
waitmoncry
2019-08-14 23:38:42 -04:00
setvar VAR_0x8004, SPECIES_MEW
2019-10-31 17:00:37 -04:00
setvar VAR_0x8005, 30 @ level
2019-08-14 23:38:42 -04:00
setvar VAR_0x8006, ITEM_NONE
special CreateEventLegalEnemyMon
2017-11-09 19:21:31 -06:00
setflag FLAG_SYS_CTRL_OBJ_DELETE
2017-11-28 23:02:09 +01:00
special BattleSetup_StartLegendaryBattle
2017-11-09 19:21:31 -06:00
waitstate
clearflag FLAG_SYS_CTRL_OBJ_DELETE
specialvar VAR_RESULT, GetBattleOutcome
compare VAR_RESULT, B_OUTCOME_WON
2019-10-31 17:00:37 -04:00
goto_if_eq FarawayIsland_Interior_EventScript_MewDefeated
compare VAR_RESULT, B_OUTCOME_RAN
2019-10-31 17:00:37 -04:00
goto_if_eq FarawayIsland_Interior_EventScript_PlayerOrMewRan
compare VAR_RESULT, B_OUTCOME_PLAYER_TELEPORTED
2019-10-31 17:00:37 -04:00
goto_if_eq FarawayIsland_Interior_EventScript_PlayerOrMewRan
compare VAR_RESULT, B_OUTCOME_MON_TELEPORTED
2019-10-31 17:00:37 -04:00
goto_if_eq FarawayIsland_Interior_EventScript_PlayerOrMewRan
2019-01-02 21:12:43 +00:00
setflag FLAG_CAUGHT_MEW
2017-11-09 19:21:31 -06:00
release
end
2019-10-31 17:00:37 -04:00
FarawayIsland_Interior_EventScript_MewDefeated:: @ 8267E96
2019-01-02 21:12:43 +00:00
setflag FLAG_DEFEATED_MEW
2019-08-14 23:38:42 -04:00
setvar VAR_0x8004, SPECIES_MEW
goto Common_EventScript_LegendaryFlewAway
2017-11-09 19:21:31 -06:00
end
2019-10-31 17:00:37 -04:00
FarawayIsland_Interior_EventScript_PlayerOrMewRan:: @ 8267EA4
2019-08-14 23:38:42 -04:00
setvar VAR_0x8004, SPECIES_MEW
goto Common_EventScript_LegendaryFlewAway
2017-11-09 19:21:31 -06:00
end
2020-07-19 14:12:38 -04:00
FarawayIsland_Interior_EventScript_FoundMewNorth:: @ 8267EAF
2021-07-05 13:54:43 -04:00
applymovement LOCALID_FARAWAY_ISLAND_MEW, FarawayIsland_Interior_Movement_MewFloatUpNorth
2017-11-09 19:21:31 -06:00
waitmovement 0
return
2020-07-19 14:12:38 -04:00
FarawayIsland_Interior_EventScript_FoundMewSouth:: @ 8267EBA
2021-07-05 13:54:43 -04:00
applymovement LOCALID_FARAWAY_ISLAND_MEW, FarawayIsland_Interior_Movement_MewFloatUpSouth
2017-11-09 19:21:31 -06:00
waitmovement 0
return
2020-07-19 14:12:38 -04:00
FarawayIsland_Interior_EventScript_FoundMewWest:: @ 8267EC5
2021-07-05 13:54:43 -04:00
applymovement LOCALID_FARAWAY_ISLAND_MEW, FarawayIsland_Interior_Movement_MewFloatUpWest
2017-11-09 19:21:31 -06:00
waitmovement 0
return
2020-07-19 14:12:38 -04:00
FarawayIsland_Interior_EventScript_FoundMewEast:: @ 8267ED0
2021-07-05 13:54:43 -04:00
applymovement LOCALID_FARAWAY_ISLAND_MEW, FarawayIsland_Interior_Movement_MewFloatUpEast
2017-11-09 19:21:31 -06:00
waitmovement 0
return
2019-10-31 17:00:37 -04:00
FarawayIsland_Interior_EventScript_HideMewWhenGrassCut:: @ 8267EDB
2017-11-10 02:24:21 -06:00
lockall
2019-12-15 11:42:50 -05:00
fadescreenswapbuffers FADE_TO_BLACK
setflag FLAG_HIDE_MEW
2021-07-05 13:54:43 -04:00
removeobject LOCALID_FARAWAY_ISLAND_MEW
2019-12-15 11:42:50 -05:00
fadescreenswapbuffers FADE_FROM_BLACK
2019-10-31 17:00:37 -04:00
msgbox FarawayIsland_Interior_Text_TheFeelingOfBeingWatchedFaded, MSGBOX_DEFAULT
2017-11-10 02:24:21 -06:00
closemessage
releaseall
end
2019-10-31 17:00:37 -04:00
FarawayIsland_Interior_Text_TheFeelingOfBeingWatchedFaded: @ 8267EF1
2017-11-10 02:24:21 -06:00
.string "The feeling of being watched faded…$"