pokeemerald/data/scripts/field_poison.inc

52 lines
1.4 KiB
PHP
Raw Normal View History

2019-10-07 02:04:30 +02:00
EventScript_FieldPoison:: @ 82736BC
2019-10-05 16:52:48 +02:00
lockall
2019-10-07 02:04:30 +02:00
special TryFieldPoisonWhiteOut
2019-10-05 16:52:48 +02:00
waitstate
2019-10-07 02:04:30 +02:00
compare VAR_RESULT, FLDPSN_WHITEOUT
goto_if_eq EventScript_FieldWhiteOut
compare VAR_RESULT, FLDPSN_FRONTIER_WHITEOUT
goto_if_eq EventScript_FrontierFieldWhiteOut
2019-10-05 16:52:48 +02:00
releaseall
end
2019-10-07 02:04:30 +02:00
EventScript_FieldWhiteOut:: @ 82736D9
2019-10-05 16:52:48 +02:00
message gText_PlayerWhitedOut
waitmessage
waitbuttonpress
2019-10-07 02:04:30 +02:00
special Script_FadeOutMapMusic
2019-10-05 16:52:48 +02:00
waitstate
fadescreen 1
2019-10-07 02:04:30 +02:00
call_if_set FLAG_FLANNERY_GIVES_BADGE_INFO, EventScript_SetRespawnLavaridgePkmnCenter
special SetCB2WhiteOut
2019-10-05 16:52:48 +02:00
waitstate
end
2019-10-07 02:04:30 +02:00
EventScript_SetRespawnLavaridgePkmnCenter:: @ 82736F4
2019-10-05 16:52:48 +02:00
setrespawn HEAL_LOCATION_LAVARIDGE_TOWN
return
2019-10-07 02:04:30 +02:00
EventScript_FrontierFieldWhiteOut:: @ 82736F8
2019-10-05 16:52:48 +02:00
message gText_PlayerWhitedOut
waitmessage
waitbuttonpress
2019-10-07 02:04:30 +02:00
setvar VAR_0x8004, BATTLE_PIKE_FUNC_IS_IN
2019-10-05 16:52:48 +02:00
special CallBattlePikeFunction
compare VAR_RESULT, 1
2019-10-07 02:04:30 +02:00
goto_if_eq BattleFrontier_BattlePike_EventScript_Retire
setvar VAR_0x8004, BATTLE_PYRAMID_FUNC_IS_IN
2019-10-05 16:52:48 +02:00
special CallBattlePyramidFunction
compare VAR_RESULT, 1
goto_if_eq BattleFrontier_BattlePyramidTop_EventScript_252B42
compare VAR_RESULT, 2
goto_if_eq BattleFrontier_BattlePyramidTop_EventScript_252B42
2019-10-07 02:04:30 +02:00
setvar VAR_0x8004, TRAINER_HILL_FUNC_IS_IN
2019-10-05 16:52:48 +02:00
special CallTrainerHillFunction
compare VAR_RESULT, 1
2019-10-07 02:04:30 +02:00
goto_if_eq TrainerHill_1F_EventScript_Lost
special Script_FadeOutMapMusic
2019-10-05 16:52:48 +02:00
waitstate
fadescreen 1
2019-10-07 02:04:30 +02:00
special SetCB2WhiteOut
2019-10-05 16:52:48 +02:00
waitstate
end