diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-05-14 11:54:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-14 13:54:13 -0300 |
| commit | cf51ec5332cdb57aa82ad7918d6ad7a78ef91fde (patch) | |
| tree | 4e0c8cd55fff7fac24c12f3207c59833426f8689 /src/engine/fox_boss.c | |
| parent | 95fdcdfbb3386d8075b462389091cd6947d49144 (diff) | |
Updates to sf64Mesg and a couple global names (#247)
* id start
* stuff
* comp and cam
* add errors
* names and such
* message fixes and names
Diffstat (limited to 'src/engine/fox_boss.c')
| -rw-r--r-- | src/engine/fox_boss.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/fox_boss.c b/src/engine/fox_boss.c index 6d5d0858..722f116f 100644 --- a/src/engine/fox_boss.c +++ b/src/engine/fox_boss.c @@ -2,14 +2,14 @@ s32 gBossFrameCount; -s32 D_boss_800C9E90[] = { +s32 gBossBgms[] = { NA_BGM_BOSS_CO, NA_BGM_BOSS_ME, NA_BGM_BOSS_SX, NA_BGM_BOSS_A6, NA_BGM_BOSS_SB, NA_BGM_BOSS_SY, NA_BGM_BOSS_VE, NA_BGM_BOSS_SO, NA_BGM_BOSS_ZO, NA_BGM_BOSS_VE, NA_BGM_BOSS_CO, NA_BGM_BOSS_MA, NA_BGM_BOSS_TI, NA_BGM_BOSS_AQ, }; s32 PAD_boss_C9EC4[14] = { 0 }; -const f32 D_boss_800D55D0[] = { 6000.0f, 18000.0f, -6000.0f, -18000.0f }; +const f32 D_boss_800D55D0[] = { 6000.0f, 18000.0f, -6000.0f, -18000.0f }; // unused? void Boss_AwardBonus(Boss* boss) { s32 bonus; |
