diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-01-22 21:35:31 -0600 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-22 19:35:31 -0800 |
commit | 22e4e3f3781cf69813ff258f1cd575a9ca46ae18 (patch) | |
tree | dd913b42e28402ff4e4fd568738d8155d3bfe9e2 /include/asm.inc.h | |
parent | ef82a98a1525f58d3a6c56194a42f7660cfc923b (diff) |
decompile script_movement (#213)
* start decompiling script_movement
* finish decompiling
* delete script_movement.s
Diffstat (limited to 'include/asm.inc.h')
-rw-r--r-- | include/asm.inc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm.inc.h b/include/asm.inc.h index bfc902ffb..482f4d91f 100644 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -96,7 +96,7 @@ void sub_8060288(u8, u8, u8); void sub_80603CC(s16 x, s16 y, s16 *pInt, s16 *pInt1); void FieldObjectMoveDestCoords(struct MapObject *pObject, u8 unk_19, s16 *pInt, s16 *pInt1); bool8 FieldObjectIsSpecialAnimOrDirectionSequenceAnimActive(struct MapObject *); -void FieldObjectSetSpecialAnim(struct MapObject *, u8); +bool8 FieldObjectSetSpecialAnim(struct MapObject *, u8); void FieldObjectForceSetSpecialAnim(struct MapObject *pObject, u8 a); void FieldObjectClearAnimIfSpecialAnimActive(struct MapObject *); void FieldObjectClearAnim(struct MapObject *); @@ -236,7 +236,7 @@ void sub_809D608(u16); u8 pokemon_ailments_get_primary(u32); // asm/script_movement.o -u8 exec_movement(u8, u8, u8, void *); +bool8 exec_movement(u8, u8, u8, u8 *); bool8 sub_80A212C(u8, u8, u8); void sub_80A2178(void); |