Mostly label chrman.c

This commit is contained in:
gamemasterplc 2023-12-29 10:23:38 -06:00
parent b2cd6346b2
commit 282e4f6c67
3 changed files with 76 additions and 67 deletions

View file

@ -108,7 +108,7 @@ static void BootProc(void)
WipeColorSet(255, 255, 255);
if(!SystemInitF) {
tick_prev = OSGetTick();
fn_800498F0();
CharManInit();
HuWindowInit();
MGSeqInit();
HuWinInit(1);

View file

@ -139,7 +139,7 @@ void omOvlReturnEx(s16 level, s16 arg2)
void omOvlKill(s16 arg)
{
fn_8004D6F4(-1);
CharModelKillAll(-1);
MGSeqKillAll();
Hu3DAllKill();
HuWinAllKill();