mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-22 05:49:04 -04:00
link ef_room_sunshine_minsect
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "types.h"
|
||||
#include "m_actor.h"
|
||||
#include "ef_room_sunshine.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -10,6 +11,12 @@ extern "C" {
|
||||
|
||||
extern ACTOR_PROFILE Room_Sunshine_Minsect_Profile;
|
||||
|
||||
typedef struct effect_room_sunshine_minsect_s{
|
||||
ROOMSUNSHINE_ACTOR ef_sunshine_class;
|
||||
}ROOMSUNSHINEMINSECT_ACTOR;
|
||||
|
||||
extern u8 draw_status;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
+1
-1
@@ -445,7 +445,7 @@ typedef enum bank_id {
|
||||
ACTOR_OBJ_BANK_407,
|
||||
ACTOR_OBJ_BANK_408,
|
||||
ACTOR_OBJ_BANK_EF_MUSEUM,
|
||||
ACTOR_OBJ_BANK_410,
|
||||
ACTOR_OBJ_BANK_EF_MINSECT,
|
||||
ACTOR_OBJ_BANK_411,
|
||||
ACTOR_OBJ_BANK_412,
|
||||
ACTOR_OBJ_BANK_413,
|
||||
|
||||
Reference in New Issue
Block a user