Skip to content

Commit fa2de55

Browse files
minor wf tweak
64 binary degrees is the same as 90 degrees. it's unlikely that mario's spawn was 64 degrees tbh.
1 parent fe34f10 commit fa2de55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

levels/wf/script.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const LevelScript level_wf_entry[] = {
112112
LOAD_MODEL_FROM_GEO(MODEL_WF_TOWER_SQUARE_PLATORM_ELEVATOR, wf_geo_000B60),
113113

114114
AREA(/*index*/ 1, mountain_geo),
115-
OBJECT(/*model*/ MODEL_NONE, /*pos*/ 2560, 256, 5120, /*angle*/ 0, 100, 0, /*bhvParam*/ BPARAM2(WARP_NODE_0A), /*bhv*/ bhvSpinAirborneWarp),
115+
OBJECT(/*model*/ MODEL_NONE, /*pos*/ 2560, 1256, 5120, /*angle*/ 0, 90, 0, /*bhvParam*/ BPARAM2(WARP_NODE_0A), /*bhv*/ bhvSpinAirborneWarp),
116116
WARP_NODE(/*id*/ WARP_NODE_0A, /*destLevel*/ LEVEL_WF, /*destArea*/ 1, /*destNode*/ WARP_NODE_0A, /*flags*/ WARP_NO_CHECKPOINT),
117117
WARP_NODE(/*id*/ WARP_NODE_0B, /*destLevel*/ LEVEL_WF, /*destArea*/ 1, /*destNode*/ WARP_NODE_0C, /*flags*/ WARP_NO_CHECKPOINT),
118118
WARP_NODE(/*id*/ WARP_NODE_0C, /*destLevel*/ LEVEL_WF, /*destArea*/ 1, /*destNode*/ WARP_NODE_0B, /*flags*/ WARP_NO_CHECKPOINT),
@@ -130,7 +130,7 @@ const LevelScript level_wf_entry[] = {
130130
END_AREA(),
131131

132132
FREE_LEVEL_POOL(),
133-
MARIO_POS(/*area*/ 1, /*yaw*/ 64, /*pos*/ 2560, 256, 5120),
133+
MARIO_POS(/*area*/ 1, /*yaw*/ 90, /*pos*/ 2560, 256, 5120),
134134
CALL(/*arg*/ 0, /*func*/ lvl_init_or_update),
135135
CALL_LOOP(/*arg*/ 1, /*func*/ lvl_init_or_update),
136136
CLEAR_LEVEL(),

0 commit comments

Comments
 (0)