use proper function pointer in sub_0807DDAC

This commit is contained in:
Henny022p
2021-02-19 05:43:57 +01:00
parent b404b02bc2
commit 2fda11f20c
21 changed files with 30 additions and 48 deletions
+1 -2
View File
@@ -4,7 +4,6 @@
#include "save.h"
extern void sub_0807DD64(Entity*);
extern void sub_0807DDAC(Entity*, u32);
extern void sub_0807DDE4(Entity*);
extern void sub_08078850(Entity*, u32, u32, u8*);
extern void PlaySFX(u32);
@@ -18,7 +17,7 @@ void Windcrest(Entity* this) {
this->frameIndex = 0;
sub_0807DD64(this);
}
sub_0807DDAC(this, 0);
sub_0807DDAC(this, NULL);
sub_0807DDE4(this);
}