mirror of
https://github.com/zeldaret/tmc
synced 2026-09-08 19:52:15 -04:00
sort out functions.h
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#include "sound.h"
|
||||
#include "effects.h"
|
||||
#include "common.h"
|
||||
#include "asm.h"
|
||||
|
||||
extern void (*const gUnk_080B43F4[])(Entity*);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user