mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Move forward declaration
This commit is contained in:
parent
75f9c16504
commit
0eadf71b1a
@ -22,6 +22,5 @@ s8 FieldAnimateDoorClose(u32, u32);
|
|||||||
s8 FieldAnimateDoorOpen(u32, u32);
|
s8 FieldAnimateDoorOpen(u32, u32);
|
||||||
bool8 FieldIsDoorAnimationRunning(void);
|
bool8 FieldIsDoorAnimationRunning(void);
|
||||||
u32 GetDoorSoundEffect(u32 x, u32 y);
|
u32 GetDoorSoundEffect(u32 x, u32 y);
|
||||||
bool8 sub_808A964(void);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -9,6 +9,8 @@
|
|||||||
#include "constants/maps.h"
|
#include "constants/maps.h"
|
||||||
#include "task.h"
|
#include "task.h"
|
||||||
|
|
||||||
|
bool8 sub_808A964(void);
|
||||||
|
|
||||||
const u8 DoorAnimTiles_04[][0x100] =
|
const u8 DoorAnimTiles_04[][0x100] =
|
||||||
{
|
{
|
||||||
INCBIN_U8("graphics/door_anims/04/0.4bpp"),
|
INCBIN_U8("graphics/door_anims/04/0.4bpp"),
|
||||||
|
Loading…
Reference in New Issue
Block a user