sort out functions.h

This commit is contained in:
theo3
2022-01-04 20:17:46 -08:00
parent 7036ec73af
commit 48fa5b4618
111 changed files with 1482 additions and 1434 deletions
+1
View File
@@ -2,6 +2,7 @@
#include "sound.h"
#include "functions.h"
#include "effects.h"
#include "asm.h"
extern void (*const gUnk_08109AC8[])(Entity*);
extern Hitbox gUnk_08109AD0;
+1 -1
View File
@@ -25,6 +25,6 @@ void sub_080704D4(Entity* this) {
ASM_FUNC("asm/non_matching/playerItemPacciCane/sub_080704FC.inc", void sub_080704FC(Entity* this))
void ClearMenuSavestate() {
void ClearMenuSavestate(void) {
MemClear(gUnk_02034490, sizeof(gUnk_02034490));
}
+1
View File
@@ -5,6 +5,7 @@
#include "sound.h"
#include "effects.h"
#include "common.h"
#include "asm.h"
extern void (*const gUnk_080B43F4[])(Entity*);