Boss Rush cleanup (#5652)

* Reduce stuff in the `.h`s & use `COND_HOOK` + variants

* Move some boss rush stuff from `z_file_choose.c`

* clang

* Update BossRush.cpp
This commit is contained in:
Pepe20129
2025-08-13 21:08:32 +02:00
committed by GitHub
parent fadae49977
commit 7b4df9bdb2
10 changed files with 338 additions and 325 deletions

View File

@@ -1522,7 +1522,7 @@ typedef struct {
/* 0x34 */ s32 isEnabled;
} StickDirectionPrompt;
typedef struct {
typedef struct FileChooseContext {
/* 0x00000 */ GameState state;
/* 0x000A4 */ Vtx* windowVtx;
/* 0x000A8 */ u8* staticSegment;