link ac_hanabi

This commit is contained in:
Prakxo
2023-09-23 19:27:40 +02:00
parent 31dc246b21
commit 1793054fa4
4 changed files with 142 additions and 0 deletions
+10
View File
@@ -3,6 +3,7 @@
#include "types.h"
#include "m_actor.h"
#include "ac_tools.h"
#ifdef __cplusplus
extern "C" {
@@ -10,6 +11,15 @@ extern "C" {
extern ACTOR_PROFILE T_Hanabi_Profile;
typedef void (*HANABI_PROC)(ACTOR*);
typedef struct t_hanabi_s{
TOOLS_ACTOR tools_class;
u8 pad2[0x8];
HANABI_PROC proc;
int current_id;
}HANABI_ACTOR;
#ifdef __cplusplus
}
#endif
+2
View File
@@ -40,6 +40,8 @@ typedef void (*mActor_proc)(ACTOR*, GAME*);
#define ACTOR_OBJ_BANK_12 12
#define ACTOR_OBJ_BANK_16 16
#define ACTOR_OBJ_BANK_41 41
#define ACTOR_OBJ_BANK_53 53
enum actor_part {
ACTOR_PART_FG,