Split a few VB changes out into their own files (#4123)

This commit is contained in:
Garrett Cox
2024-05-09 22:22:08 -05:00
committed by GitHub
parent 118cd044b5
commit 6f7173a5c4
14 changed files with 407 additions and 202 deletions

View File

@@ -15,7 +15,9 @@ typedef struct BgTreemouth {
/* 0x016C */ BgTreemouthActionFunc actionFunc;
} BgTreemouth; // size = 0x0170
// #region SoH [Enhancements] Externed for time savers
void BgTreemouth_SetupAction(BgTreemouth* actor, BgTreemouthActionFunc actionFunc);
void func_808BC6F8(BgTreemouth* actor, PlayState* play);
// #endregion
#endif

View File

@@ -1,8 +1,10 @@
#ifndef Z_EN_KO_H
#define Z_EN_KO_H
#ifndef __cplusplus
#include <libultraship/libultra.h>
#include "global.h"
#endif
struct EnKo;
@@ -57,8 +59,9 @@ typedef enum {
ENKO_FQS_ADULT_SAVED
} KokiriForestQuestState;
// #region SoH [Enhancements] Externed for time savers
void func_80A995CC(EnKo* actor, PlayState* play);
void func_80A99384(EnKo* actor, PlayState* play);
void func_80A99560(EnKo* actor, PlayState* play);
// #endregion
#endif