Convert actor health bars to use ObjectExtension (#5565)

This commit is contained in:
Rozelette
2025-06-11 16:37:34 -05:00
committed by GitHub
parent abb0a93945
commit dbc2ff09b5
6 changed files with 50 additions and 15 deletions

View File

@@ -266,9 +266,6 @@ typedef struct Actor {
/* 0x134 */ ActorFunc draw; // Draw Routine. Called by `Actor_Draw`
/* 0x138 */ ActorResetFunc reset;
/* 0x13C */ char dbgPad[0x10]; // Padding that only exists in the debug rom
// #region SOH [General]
/* */ u8 maximumHealth; // Max health value for use with health bars, set on actor init
// #endregion
} Actor; // size = 0x14C
typedef enum {