diff options
| author | Rozelette <Rozelette@users.noreply.github.com> | 2024-12-14 13:00:28 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-14 12:00:28 -0700 |
| commit | e0f25905c2d3f3fbfb2db553e1f18a684b80813a (patch) | |
| tree | 855b3987f650b77e88497854448f21040bbdc357 /soh/src/code | |
| parent | 5d8e7740efb6516ec5001b039feb71ffaf518c5a (diff) | |
Add pulsate boss icon enhancement (#4651)
Diffstat (limited to 'soh/src/code')
| -rw-r--r-- | soh/src/code/z_kaleido_scope_call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/code/z_kaleido_scope_call.c b/soh/src/code/z_kaleido_scope_call.c index d95819187..196e20041 100644 --- a/soh/src/code/z_kaleido_scope_call.c +++ b/soh/src/code/z_kaleido_scope_call.c @@ -4,7 +4,7 @@ void (*sKaleidoScopeUpdateFunc)(PlayState* play); void (*sKaleidoScopeDrawFunc)(PlayState* play); -f32 gBossMarkScale; +f32 gBossMarkScale = 1.0f; u32 D_8016139C; PauseMapMarksData* gLoadedPauseMarkDataTable; |
