Implement & link ac_ins_amenbo

This commit is contained in:
Cuyler36
2024-04-29 09:55:41 -04:00
parent e685ccb9c9
commit 2aa1228f3a
4 changed files with 240 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#ifndef AC_INS_AMENBO_H
#define AC_INS_AMENBO_H
#include "types.h"
#include "ac_insect_h.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void aIAB_actor_init(ACTOR* actorx, GAME* game);
extern void aIAB_actor_move(ACTOR* actorx, GAME* game);
#ifdef __cplusplus
}
#endif
#endif
+2
View File
@@ -35,6 +35,8 @@ typedef enum audio_sound_effects {
NA_SE_LIGHT_ON,
NA_SE_LIGHT_OFF,
NA_SE_25 = 0x25,
NA_SE_DRAWER_SHUT = 0x3A,
NA_SE_ITEM_GET = 0x40,