summaryrefslogtreecommitdiff
path: root/src/engine/fox_boss.c
diff options
context:
space:
mode:
authorpetrie911 <69443847+petrie911@users.noreply.github.com>2024-04-15 18:38:19 -0500
committerGitHub <noreply@github.com>2024-04-15 20:38:19 -0300
commit0e54a134335f924ac7d1b8de7ccfb97bf37abff0 (patch)
tree26048feed9974328eab779cff435581ede11ae85 /src/engine/fox_boss.c
parent1ee676279710594486d656cc0af40e605b74a24b (diff)
Docs relating to fox_360. Also a UB fix in audio_load. (#215)
* docs * format * format plz
Diffstat (limited to 'src/engine/fox_boss.c')
-rw-r--r--src/engine/fox_boss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/fox_boss.c b/src/engine/fox_boss.c
index 9ba48bab..7244529d 100644
--- a/src/engine/fox_boss.c
+++ b/src/engine/fox_boss.c
@@ -108,7 +108,7 @@ void func_boss_8004319C(Player* player, f32 arg1, f32 arg2, f32 arg3) {
D_ctx_80178440 = arg1;
D_ctx_80178444 = arg2;
- player->state_1C8 = PLAYERSTATE_1C8_7;
+ player->state_1C8 = PLAYERSTATE_1C8_LEVEL_COMPLETE;
player->unk_1D0 = 10;
player->timer_1F8 = 50;
player->timer_1FC = 50;