mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-14 20:05:02 +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
|
@ -23,7 +23,7 @@ void SysCfb_Init(s32 n64dd) {
|
|||
osSyncPrintf("RAM4M mode\n");
|
||||
sSysCfbEnd = 0x80400000;
|
||||
} else {
|
||||
LogUtils_HungupThread("../sys_cfb.c", 0x162);
|
||||
LogUtils_HungupThread("../sys_cfb.c", 354);
|
||||
}
|
||||
|
||||
screenSize = SCREEN_WIDTH * SCREEN_HEIGHT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue