diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2016-12-02 19:06:22 +0100 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-12-02 10:06:22 -0800 |
commit | 1f222c04ef1d10ff5a5c6bb98cd4380ecf2bba86 (patch) | |
tree | 573d6368233110b17292e498f49532c1c9244404 /src/map_obj_lock.c | |
parent | 4258e60771aa9fdabd678930eca534423bd371b8 (diff) |
[WIP] Extract all external function declarations to headers (#114)
* Extract other external function declarations
* Fix GBA compilation
* Revert `sub_803C434` to asm
Diffstat (limited to 'src/map_obj_lock.c')
-rw-r--r-- | src/map_obj_lock.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/map_obj_lock.c b/src/map_obj_lock.c index bbe08ac37..cc2befa6d 100644 --- a/src/map_obj_lock.c +++ b/src/map_obj_lock.c @@ -1,17 +1,9 @@ #include "global.h" #include "map_obj_lock.h" +#include "asm.h" #include "field_player_avatar.h" #include "task.h" -extern void player_bitmagic(void); -extern void sub_80643A4(struct MapObject *); -extern void sub_8064470(u8); -extern u8 GetFieldObjectIdByLocalIdAndMap(u8, u8, u8); -extern u8 FieldObjectClearAnimIfSpecialAnimFinished(void *); -extern void sub_80A2178(void); -extern void sub_806451C(void); -extern u8 FieldObjectFaceOppositeDirection(void *, u8); - extern u16 gScriptFacing; bool8 walkrun_is_standing_still(void) |