Skip to content

Commit

Permalink
Broken Fix Fixed Broke
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponmander committed Mar 24, 2024
1 parent de4c7e0 commit 0540ea9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/7BB60.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "dx/debug_menu.h"

CollisionStatus gCollisionStatus;
f32 D_8010C928;
f32 StepUpLastY;
f32 JumpedOnSwitchX;
f32 JumpedOnSwitchZ;
f32 StepUpLastYaw;
Expand Down
2 changes: 2 additions & 0 deletions src/battle/battle.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ extern Battle* gCurrentBattlePtr;

extern ActorOffsets bActorOffsets[];

#endif

void load_demo_battle(u32 index);
Actor* create_actor(Formation formation);

Expand Down
2 changes: 1 addition & 1 deletion src/bss/engine1_pre_bss.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ BSS s32 NpcHitQueryColliderID;
BSS f32 JumpedOnSwitchZ;
BSS s32 PlayerRunStateTime;
BSS f32 StepUpLastYaw;
BSS s32 D_8010C988;
BSS s32 StepUpLastY;
BSS s32 NpcHitQueryAheadCollider;
BSS f32 PlayerNormalPitch;

Expand Down
1 change: 0 additions & 1 deletion ver/us/splat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ segments:
- [auto, c, world/actions]
- [auto, c, world/partners]
- [auto, c, global_hud_scripts]
- [auto, hasm, bss2_2]
- [auto, c, world/surfaces]
- [auto, c, 8a160_len_700]
- [auto, c, 8a860_len_3f30]
Expand Down

0 comments on commit 0540ea9

Please sign in to comment.