pull in decomp updates for z_play (#4522)

This commit is contained in:
Archez 2024-11-07 11:52:21 -05:00 committed by GitHub
parent 1d9d273a57
commit 4eeb01905d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 492 additions and 496 deletions

View file

@ -120,7 +120,7 @@ extern "C"
extern KaleidoMgrOverlay gKaleidoMgrOverlayTable[KALEIDO_OVL_MAX];
extern KaleidoMgrOverlay* gKaleidoMgrCurOvl;
extern u8 gBossMarkState;
extern void* D_8012D1F0;
extern void* gDebugCutsceneScript;
extern s32 gScreenWidth;
extern s32 gScreenHeight;
extern Mtx gMtxClear;