diff options
| author | Random <28494085+Random06457@users.noreply.github.com> | 2020-06-17 21:23:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-17 15:23:42 -0400 |
| commit | 494062167935a814744202e9a508489b2e109e28 (patch) | |
| tree | 2fe17aa8274515cf12f5b378b4307602ef03785d /src/code/sys_cfb.c | |
| parent | dcdaf850b6ba68a05f90cd40d4b328a526986949 (diff) | |
Decompile pausemgr.c (#211)
* Decompile pausemgr.c
* rename pausemgr to z_kaleido_setup
* replace 0x4b with SCENE_BOWLING
* fix conflict
Diffstat (limited to 'src/code/sys_cfb.c')
| -rw-r--r-- | src/code/sys_cfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/sys_cfb.c b/src/code/sys_cfb.c index 421037c38..5ee8e857f 100644 --- a/src/code/sys_cfb.c +++ b/src/code/sys_cfb.c @@ -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; |
