Skip to content

Commit

Permalink
fix EVT_SETUP_CAMERA_DEFAULT (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 authored Feb 2, 2024
1 parent 0d94b5e commit fd9593a
Show file tree
Hide file tree
Showing 165 changed files with 165 additions and 165 deletions.
2 changes: 1 addition & 1 deletion include/script_api/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@
#define SetUP_CAMERA_MINIMAL() \
Call(SetCamPerspective, CAM_DEFAULT, CAM_UPDATE_FROM_ZONE, 25, 16, 4096)

#define SetUP_CAMERA_DEFAULT() \
#define EVT_SETUP_CAMERA_DEFAULT() \
Call(SetCamPerspective, CAM_DEFAULT, CAM_UPDATE_FROM_ZONE, 25, 16, 4096) \
Call(SetCamBGColor, CAM_DEFAULT, 0, 0, 0) \
Call(SetCamEnabled, CAM_DEFAULT, TRUE)
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_arn/arn_02/arn_02_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EvtScript N(EVS_BindExitTriggers) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_GUSTY_GULCH)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_MakeEntities))
Exec(N(EVS_SetupMusic))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_arn/arn_03/arn_03_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ EvtScript N(EVS_EnterMap) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_GUSTY_GULCH)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Set(AF_ARN_03, FALSE)
Set(AF_ARN_04, FALSE)
Set(AF_ARN_05, FALSE)
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_arn/arn_04/arn_04_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EvtScript N(EVS_BindExitTriggers) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_GUSTY_GULCH)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_MakeEntities))
Exec(N(EVS_SetupMusic))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_arn/arn_05/arn_05_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ EvtScript N(EVS_EnterMap) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_GUSTY_GULCH)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
IfLt(GB_StoryProgress, STORY_CH3_DEFEATED_TUBBA_BLUBBA)
Call(MakeNpcs, FALSE, Ref(N(BeforeNPCs)))
Else
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_dgb/dgb_02/dgb_02_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ EvtScript N(EVS_EnterMap) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_TUBBAS_MANOR)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
IfLt(GB_StoryProgress, STORY_CH3_STAR_SPIRIT_RESCUED)
Call(MakeNpcs, TRUE, Ref(N(DefaultNPCs)))
EndIf
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_dgb/dgb_03/dgb_03_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ s32 N(KeyList_UpperDoor)[] = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_TUBBAS_MANOR)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
IfLt(GB_StoryProgress, STORY_CH3_STAR_SPIRIT_RESCUED)
Call(MakeNpcs, TRUE, Ref(N(DefaultNPCs)))
EndIf
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_dgb/dgb_08/dgb_08_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ EvtScript N(EVS_EnterMap) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_TUBBAS_MANOR)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Switch(GB_StoryProgress)
CaseLt(STORY_CH3_TUBBA_SMASHED_THE_BRIDGES)
Call(MakeNpcs, TRUE, Ref(N(BeforeNPCs)))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_dgb/dgb_09/dgb_09_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ EvtScript N(enterWalk_80243BC4) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_TUBBAS_MANOR)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
IfLt(GB_StoryProgress, STORY_CH3_STAR_SPIRIT_RESCUED)
Call(MakeNpcs, TRUE, Ref(N(DefaultNPCs)))
EndIf
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_dgb/dgb_16/dgb_16_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ EvtScript N(EVS_EnterMap) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_TUBBAS_MANOR)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
IfLt(GB_StoryProgress, STORY_CH3_STAR_SPIRIT_RESCUED)
Call(MakeNpcs, TRUE, Ref(N(DefaultNPCs)))
EndIf
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_00/flo_00_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_FLOWER_FIELDS)
Call(SetSpriteShading, SHADING_NONE)
Call(SetCamLeadPlayer, CAM_DEFAULT, FALSE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Set(GF_MAP_FlowerFields, TRUE)
IfLt(GB_StoryProgress, STORY_CH6_GREW_MAGIC_BEANSTALK)
Call(ModifyColliderFlags, MODIFY_COLLIDER_FLAGS_SET_BITS, COLLIDER_o351, COLLIDER_FLAGS_UPPER_MASK)
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_03/flo_03_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_FLOWER_FIELDS)
Call(SetSpriteShading, SHADING_NONE)
Call(SetCamLeadPlayer, CAM_DEFAULT, FALSE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Set(AF_FLO_TreeDrop_RedBerry1, FALSE)
Set(AF_FLO_TreeDrop_RedBerry2, FALSE)
Set(AB_FLO_PetuniaDialogue, 0)
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_07/flo_07_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_FLOWER_FIELDS)
Call(SetSpriteShading, SHADING_NONE)
Call(SetCamLeadPlayer, CAM_DEFAULT, FALSE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Set(AF_FLO_MadeCrystalBerry, FALSE)
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_SetupFoliage))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_08/flo_08_3_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_FLOWER_FIELDS)
Call(SetSpriteShading, SHADING_NONE)
Call(SetCamLeadPlayer, CAM_DEFAULT, FALSE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_MakeEntities))
Exec(N(EVS_SetupVines))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_09/flo_09_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ EvtScript N(EVS_BindExitTriggers) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_FLOWER_FIELDS)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
Exec(N(EVS_SetupVines))
Exec(N(EVS_SetupFoliage))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_10/flo_10_3_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_FLOWER_FIELDS)
Call(SetSpriteShading, SHADING_NONE)
Call(SetCamLeadPlayer, CAM_DEFAULT, FALSE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_MakeEntities))
Exec(N(EVS_SetupFoliage))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_11/flo_11_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_FLOWER_FIELDS)
Call(SetSpriteShading, SHADING_NONE)
Call(SetCamLeadPlayer, CAM_DEFAULT, FALSE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(func_80044238, 5)
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_MakeEntities))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_12/flo_12_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_FLOWER_FIELDS)
Call(SetSpriteShading, SHADING_NONE)
Call(SetCamLeadPlayer, CAM_DEFAULT, FALSE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Set(AF_FLO_GivenCrystalBerry, FALSE)
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
Call(ModifyColliderFlags, MODIFY_COLLIDER_FLAGS_SET_SURFACE, COLLIDER_o180, SURFACE_TYPE_FLOWERS)
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_13/flo_13_3_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_FLOWER_FIELDS)
Call(SetSpriteShading, SHADING_NONE)
Call(SetCamLeadPlayer, CAM_DEFAULT, FALSE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_MakeEntities))
Call(ModifyColliderFlags, MODIFY_COLLIDER_FLAGS_SET_SURFACE, COLLIDER_o48, SURFACE_TYPE_FLOWERS)
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_14/flo_14_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ LavaReset N(SafeFloorColliders)[] = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_FLOWER_FIELDS)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
Exec(N(EVS_MakeEntities))
Call(ModifyColliderFlags, MODIFY_COLLIDER_FLAGS_SET_SURFACE, COLLIDER_o114, SURFACE_TYPE_SPIKES)
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_15/flo_15_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_FLOWER_FIELDS)
Call(SetSpriteShading, SHADING_NONE)
Call(SetCamLeadPlayer, CAM_DEFAULT, FALSE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_MakeEntities))
Call(GetEntryID, LVar0)
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_16/flo_16_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LavaReset N(SafeFloorColliders)[] = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_FLOWER_FIELDS)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_MakeEntities))
Exec(N(EVS_SetupVines))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_17/flo_17_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ LavaReset N(SafeFloorColliders)[] = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_FLOWER_FIELDS)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_MakeEntities))
Exec(N(EVS_SetupLogBridges))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_18/flo_18_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_FLOWER_FIELDS)
Call(SetSpriteShading, SHADING_NONE)
Call(SetCamLeadPlayer, CAM_DEFAULT, FALSE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
Exec(N(EVS_SetupFoliage))
Exec(N(EVS_SetupMachine))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_19/flo_19_3_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_CLOUDY_CLIMB)
Call(SetSpriteShading, SHADING_NONE)
Call(SetCamLeadPlayer, CAM_DEFAULT, FALSE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Set(GF_MAP_CloudyClimb, TRUE)
ExecWait(N(EVS_MakeEntities))
Call(ParentColliderToModel, COLLIDER_o117, MODEL_o142)
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_21/flo_21_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_CLOUDY_CLIMB)
Call(SetSpriteShading, SHADING_NONE)
Call(SetCamLeadPlayer, CAM_DEFAULT, FALSE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
Exec(N(EVS_Scene_HuffNPuffAmbush))
Call(HidePlayerShadow, TRUE)
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_22/flo_22_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_FLOWER_FIELDS)
Call(SetSpriteShading, SHADING_NONE)
Call(SetCamLeadPlayer, CAM_DEFAULT, FALSE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
Exec(N(EVS_SetupFoliage))
Exec(N(EVS_SetupWell))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_23/flo_23_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_FLOWER_FIELDS)
Call(SetSpriteShading, SHADING_NONE)
Call(SetCamLeadPlayer, CAM_DEFAULT, FALSE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_MakeEntities))
EVT_FLOWER_SPAWN_REGION( -290, -190, 480, -90, 0)
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_24/flo_24_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_FLOWER_FIELDS)
Call(SetSpriteShading, SHADING_NONE)
Call(SetCamLeadPlayer, CAM_DEFAULT, FALSE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
ExecWait(N(EVS_MakeEntities))
Call(MakeTransformGroup, MODEL_g58)
Call(MakeTransformGroup, MODEL_g73)
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_flo/flo_25/flo_25_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_FLOWER_FIELDS)
Call(SetSpriteShading, SHADING_NONE)
Call(SetCamLeadPlayer, CAM_DEFAULT, FALSE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_MakeEntities))
Exec(N(EVS_SetupVines))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_hos/hos_00/hos_00_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ EvtScript N(EVS_EnterMap) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_SHOOTING_STAR_SUMMIT)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Set(GF_MAP_ShootingStarSummit, TRUE)
Set(GF_MAC01_RowfBadgesChosen, FALSE)
Call(GetEntryID, LVar0)
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_hos/hos_02/hos_02_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ EvtScript N(EVS_EnterStarBeam) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_STAR_WAY)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Set(GF_MAP_StarWay, TRUE)
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
Call(GetEntryID, LVar0)
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_hos/hos_10/hos_10_4_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EvtScript N(EVS_Main) = {
Wait(75)
EndIf
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(GetEntryID, LVar0)
Switch(LVar0)
CaseEq(hos_10_ENTRY_1)
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_hos/hos_20/hos_20_1_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ EvtScript N(EVS_TexPan_MotionLines) = {

EvtScript N(EVS_Main) = {
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Exec(N(EVS_TexPan_MotionLines))
Call(GetEntryID, LVar0)
Switch(LVar0)
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_iwa/iwa_00/iwa_00_1_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ EvtScript N(EVS_BindExitTriggers) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_MT_RUGGED)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, TRUE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_MakeEntities))
Exec(N(EVS_TexPan_Water))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_iwa/iwa_01/iwa_01_1_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ EvtScript N(EVS_BindExitTriggers) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_MT_RUGGED)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, TRUE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_MakeEntities))
Exec(N(EVS_TexPan_Water))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_iwa/iwa_02/iwa_02_1_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ EvtScript N(EVS_BindExitTriggers) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_MT_RUGGED)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, TRUE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_MakeEntities))
Call(SetMusicTrack, 0, SONG_MT_RUGGED, 0, 8)
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_iwa/iwa_03/iwa_03_1_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ EvtScript N(EVS_BindExitTriggers) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_MT_RUGGED)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, TRUE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_MakeEntities))
Exec(N(EVS_BindSlideTriggers))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_jan/jan_01/jan_01_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ EvtScript N(EVS_BindExitTriggers) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_JADE_JUNGLE)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_MakeEntities))
Exec(N(EVS_SetupFoliage))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_jan/jan_07/jan_07_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EvtScript N(EVS_BindExitTriggers) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_JADE_JUNGLE)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
Exec(N(EVS_SetupTrees))
Exec(N(EVS_SetupBushes))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_jan/jan_10/jan_10_2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ EvtScript N(EVS_BindExitTriggers) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_JADE_JUNGLE)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_MakeEntities))
Exec(N(EVS_SetupLogs))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_jan/jan_12/jan_12_1_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EvtScript N(EVS_BindExitTriggers) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_JADE_JUNGLE)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
ExecWait(N(EVS_MakeEntities))
Exec(N(EVS_SetupVines))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_jan/jan_13/jan_13_1_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EvtScript N(EVS_BindExitTriggers) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_JADE_JUNGLE)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Exec(N(EVS_MakeEntities))
Exec(N(EVS_SetupPuzzle))
Exec(N(EVS_SetupTrees))
Expand Down
2 changes: 1 addition & 1 deletion src/world/area_jan/jan_14/jan_14_1_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EvtScript N(EVS_BindExitTriggers) = {
EvtScript N(EVS_Main) = {
Set(GB_WorldLocation, LOCATION_JADE_JUNGLE)
Call(SetSpriteShading, SHADING_NONE)
SetUP_CAMERA_DEFAULT()
EVT_SETUP_CAMERA_DEFAULT()
Call(MakeNpcs, FALSE, Ref(N(DefaultNPCs)))
Exec(N(EVS_SetupVines))
Exec(N(EVS_SetupTrees))
Expand Down
Loading

0 comments on commit fd9593a

Please sign in to comment.