Cleanup ac_halloween_npc

This commit is contained in:
Cuyler36
2025-05-15 22:32:23 -04:00
parent 8de75f3a21
commit cb216876d9
6 changed files with 183 additions and 163 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ extern u8 ics_bad;
extern FamicomCommon famicomCommon;
typedef s32 (*FAMICOM_GETSAVECHAN_PROC)(int* player_no, s32* slot_card_result);
typedef int (*FAMICOM_GETSAVECHAN_PROC)(int* player_no, s32* slot_card_result);
extern int famicom_getErrorChan();
extern void famicom_setCallback_getSaveChan(FAMICOM_GETSAVECHAN_PROC proc);