Move forward declaration

This commit is contained in:
Diegoisawesome 2018-01-07 18:58:52 -06:00
parent 75f9c16504
commit 0eadf71b1a
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,5 @@ s8 FieldAnimateDoorClose(u32, u32);
s8 FieldAnimateDoorOpen(u32, u32);
bool8 FieldIsDoorAnimationRunning(void);
u32 GetDoorSoundEffect(u32 x, u32 y);
bool8 sub_808A964(void);
#endif

View File

@ -9,6 +9,8 @@
#include "constants/maps.h"
#include "task.h"
bool8 sub_808A964(void);
const u8 DoorAnimTiles_04[][0x100] =
{
INCBIN_U8("graphics/door_anims/04/0.4bpp"),