Matched game/chrman

This commit is contained in:
mrshigure 2024-02-15 06:20:24 -08:00
parent c6daaf6ad3
commit 19a7d28449
17 changed files with 2171 additions and 43 deletions

View file

@ -1,5 +1,6 @@
#include "game/board/boo.h"
#include "game/audio.h"
#include "game/chrman.h"
#include "game/gamework.h"
#include "game/gamework_data.h"
#include "game/hsfman.h"
@ -92,7 +93,6 @@ typedef struct {
} BallTakeCoinWork;
void BoardSpaceCameraSet(u16);
char *CharModelHookNameGet(s16, s32, s32);
static void ComSetupStealPlayer(s32 arg0);
static void ComSetStealPlayerInput(s32 arg0, s32 arg1);