Mostly label chrman.c
This commit is contained in:
parent
b2cd6346b2
commit
282e4f6c67
3 changed files with 76 additions and 67 deletions
|
|
@ -108,7 +108,7 @@ static void BootProc(void)
|
|||
WipeColorSet(255, 255, 255);
|
||||
if(!SystemInitF) {
|
||||
tick_prev = OSGetTick();
|
||||
fn_800498F0();
|
||||
CharManInit();
|
||||
HuWindowInit();
|
||||
MGSeqInit();
|
||||
HuWinInit(1);
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ void omOvlReturnEx(s16 level, s16 arg2)
|
|||
|
||||
void omOvlKill(s16 arg)
|
||||
{
|
||||
fn_8004D6F4(-1);
|
||||
CharModelKillAll(-1);
|
||||
MGSeqKillAll();
|
||||
Hu3DAllKill();
|
||||
HuWinAllKill();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue