mirror of
https://github.com/zeldaret/oot
synced 2026-07-06 05:44:50 -04:00
Decompile the pause menu aka. ovl_kaleido_scope (+ minor changes) (#803)
* Decompile ovl_kaleido_scope + minor cleanups * Add a common header for ovl_kaleido_scope * Start cleaning up and documenting kaleido_scope (+ some interface docs) * Improve and fix some kaleido_scope non matchings * Match KaleidoSetup_Init * Extract icon_item_fra/ger_static files * Add more documentation and matches to kaleido_scope * Improve the z_kaleido_collect.c non matching * Rename z_kaleido_8081EFF0.c to z_kaleido_prompt.c * Update most kaleido variables to be static * Improve GS flag macros * Improve z_lmap_mark.c and extract z_lmap_mark_data.c with a script * Various minor fixes and improvements * Minor fixes and review changes * Review changes part 2 * Rename gSetTileCustom to gDPSetTileCustom * Review changes part 3
This commit is contained in:
+3
-1
@@ -57,10 +57,11 @@ void func_80068ECC(GlobalContext* globalCtx, CutsceneContext* csCtx);
|
||||
|
||||
void Cutscene_DrawDebugInfo(GlobalContext* globalCtx, Gfx** dlist, CutsceneContext* csCtx) {
|
||||
GfxPrint printer;
|
||||
u8 pad2[8];
|
||||
s32 pad[2];
|
||||
|
||||
GfxPrint_Init(&printer);
|
||||
GfxPrint_Open(&printer, *dlist);
|
||||
|
||||
GfxPrint_SetPos(&printer, 22, 25);
|
||||
GfxPrint_SetColor(&printer, 255, 255, 55, 32);
|
||||
GfxPrint_Printf(&printer, "%s", "FLAME ");
|
||||
@@ -69,6 +70,7 @@ void Cutscene_DrawDebugInfo(GlobalContext* globalCtx, Gfx** dlist, CutsceneConte
|
||||
GfxPrint_SetColor(&printer, 50, 255, 255, 60);
|
||||
GfxPrint_SetPos(&printer, 4, 26);
|
||||
GfxPrint_Printf(&printer, "%s", "SKIP=(START) or (Cursole Right)");
|
||||
|
||||
*dlist = GfxPrint_Close(&printer);
|
||||
GfxPrint_Destroy(&printer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user