mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Implement LACS settings for ganons boss key (#1802)
* Implement LACS settings for ganons boss key * Add description
This commit is contained in:
parent
e5cc09a96f
commit
dbd5585e15
6 changed files with 207 additions and 91 deletions
|
@ -1527,6 +1527,9 @@ Gfx* Gameplay_SetFog(GlobalContext* globalCtx, Gfx* gfx);
|
|||
void Gameplay_Destroy(GameState* thisx);
|
||||
void Gameplay_Init(GameState* thisx);
|
||||
void Gameplay_Main(GameState* thisx);
|
||||
u8 CheckStoneCount();
|
||||
u8 CheckMedallionCount();
|
||||
u8 CheckDungeonCount();
|
||||
s32 Gameplay_InCsMode(GlobalContext* globalCtx);
|
||||
f32 func_800BFCB8(GlobalContext* globalCtx, MtxF* mf, Vec3f* vec);
|
||||
void* Gameplay_LoadFile(GlobalContext* globalCtx, RomFile* file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue