pokeemerald/data/scripts/field_poison.inc
2019-10-05 10:52:48 -04:00

52 lines
1.2 KiB
PHP

EventScript_Poison:: @ 82736BC
lockall
special ExecuteWhiteOut
waitstate
compare VAR_RESULT, 1
goto_if_eq EventScript_2736D9
compare VAR_RESULT, 2
goto_if_eq EventScript_2736F8
releaseall
end
EventScript_2736D9:: @ 82736D9
message gText_PlayerWhitedOut
waitmessage
waitbuttonpress
special sub_80B05B4
waitstate
fadescreen 1
call_if_set FLAG_FLANNERY_GIVES_BADGE_INFO, EventScript_2736F4
special sp0C8_whiteout_maybe
waitstate
end
EventScript_2736F4:: @ 82736F4
setrespawn HEAL_LOCATION_LAVARIDGE_TOWN
return
EventScript_2736F8:: @ 82736F8
message gText_PlayerWhitedOut
waitmessage
waitbuttonpress
setvar VAR_0x8004, 16
special CallBattlePikeFunction
compare VAR_RESULT, 1
goto_if_eq BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4222
setvar VAR_0x8004, 12
special CallBattlePyramidFunction
compare VAR_RESULT, 1
goto_if_eq BattleFrontier_BattlePyramidTop_EventScript_252B42
compare VAR_RESULT, 2
goto_if_eq BattleFrontier_BattlePyramidTop_EventScript_252B42
setvar VAR_0x8004, TRAINER_HILL_FUNC_10
special CallTrainerHillFunction
compare VAR_RESULT, 1
goto_if_eq TrainerHill_1F_EventScript_2C83C9
special sub_80B05B4
waitstate
fadescreen 1
special sp0C8_whiteout_maybe
waitstate
end