summaryrefslogtreecommitdiff
path: root/src/script_movement.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-06-19 15:29:24 +0200
committerGitHub <noreply@github.com>2017-06-19 15:29:24 +0200
commit11ad653b57d811dbe8df831d4987128da39bdcb5 (patch)
tree9e9a793c7dc9a4af7992e6b65c0418d16b25a400 /src/script_movement.c
parent48a15638c63f2b3d4b2d12d346e466ddca006570 (diff)
parent13ff901d46f1726d5c0680cf8593484e0e9bbc4d (diff)
Merge pull request #1 from pret/master
be up to date with the master
Diffstat (limited to 'src/script_movement.c')
-rw-r--r--src/script_movement.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/script_movement.c b/src/script_movement.c
index 2dc816532..31143ed6f 100644
--- a/src/script_movement.c
+++ b/src/script_movement.c
@@ -1,14 +1,12 @@
#include "global.h"
-#include "asm.h"
+#include "script_movement.h"
+#include "field_map_obj.h"
#include "field_map_obj_helpers.h"
#include "task.h"
+#include "util.h"
-extern const u32 gBitTable[];
extern u8 *gUnknown_020384F8[];
-extern void UnfreezeMapObject(struct MapObject *);
-extern bool8 FieldObjectIsSpecialAnimActive(struct MapObject *);
-
static void sub_80A2198(u8);
static u8 sub_80A21E0(void);
static bool8 sub_80A21F4(u8, u8, u8 *);