diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-01-10 23:15:38 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-10 20:15:38 -0800 |
commit | 6b0268e0c0fb98014cb72f8a918a33c0645162d2 (patch) | |
tree | 740321923e585db283aaed0c60e46786a01dbb48 /include/asm.inc.h | |
parent | 61988bc5ba15fdf1dbc990ec6f2a2d7c5392da00 (diff) |
finish decompiling field_control_avatar.c (#182)
* start decompiling field_control_avatar.c
* remove field_control_player_avatar.c
* finish decompiling
* cleanup
* var and flag constants
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 44a28b2b5..6f78b2a08 100644 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -148,10 +148,10 @@ void sub_8064990(u8, u8); void sub_8067EEC(struct UnkInputStruct *pStruct); void process_overworld_input(struct UnkInputStruct *pStruct, u16 keys, u16 heldKeys); int sub_8068024(struct UnkInputStruct *pStruct); -u8 *sub_80682A8(void *, u8, u8); +u8 *sub_80682A8(struct MapPosition *, u8, u8); void overworld_poison_timer_set(void); void prev_quest_postbuffer_cursor_backup_reset(void); -u8 *sub_8068E24(struct UnkStruct_8054FF8_Substruct *); +u8 *sub_8068E24(struct MapPosition *); u8 *GetFieldObjectScriptPointerForComparison(); // asm/field_tasks.o |