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_80643A4.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_80643A4.c')
-rw-r--r-- | src/map_obj_80643A4.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/map_obj_80643A4.c b/src/map_obj_80643A4.c index d30fab49c..20c5303c4 100644 --- a/src/map_obj_80643A4.c +++ b/src/map_obj_80643A4.c @@ -1,13 +1,9 @@ #include "global.h" +#include "asm.h" #include "sprite.h" #include "asm_fieldmap.h" #include "field_effect.h" -extern void SetObjectSubpriorityByZCoord(u8, struct Sprite *, u8); -extern u8 FieldObjectDirectionToImageAnimId(u8); -extern void FieldObjectGetLocalIdAndMap(struct MapObject *, u8 *, u8 *, u8 *); -extern struct MapObjectGraphicsInfo *GetFieldObjectGraphicsInfo(u8); - typedef void (*SpriteStepFunc)(struct Sprite *sprite, u8 dir); extern u32 gUnknown_0202FF84[]; |