mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 23:10:22 +00:00
Decompile pausemgr.c (#211)
* Decompile pausemgr.c * rename pausemgr to z_kaleido_setup * replace 0x4b with SCENE_BOWLING * fix conflict
This commit is contained in:
parent
dcdaf850b6
commit
4940621679
17 changed files with 212 additions and 269 deletions
|
@ -61,7 +61,7 @@ void KaleidoScope_Draw(GlobalContext* globalCtx) {
|
|||
gSPSegment(gfxCtx->polyOpa.p++, 0x0D, pauseCtx->unk_134);
|
||||
|
||||
if (pauseCtx->flag == 0) {
|
||||
func_80823994(pauseCtx, pauseCtx->unk_1D8.x, pauseCtx->unk_1D8.y, pauseCtx->unk_1D8.z);
|
||||
func_80823994(pauseCtx, pauseCtx->eye.x, pauseCtx->eye.y, pauseCtx->eye.z);
|
||||
func_800949A8(globalCtx->state.gfxCtx);
|
||||
func_8082409C(globalCtx, globalCtx->state.gfxCtx);
|
||||
func_80820434(globalCtx, globalCtx->state.gfxCtx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue