diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-03-10 22:29:52 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-03-10 22:33:13 -0500 |
commit | ddb9c518ec401262c85af61ab2ee385863d03ca4 (patch) | |
tree | dba52f03a56913f458c27130078570061afca862 /include | |
parent | cc4053130f1d9d0bb36c78bd39b0b07e96064f5e (diff) |
Decomped ResetAction()
Diffstat (limited to 'include')
-rw-r--r-- | include/dungeon_action.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dungeon_action.h b/include/dungeon_action.h index 39add48..d625ba5 100644 --- a/include/dungeon_action.h +++ b/include/dungeon_action.h @@ -3,6 +3,7 @@ #include "dungeon_entity.h" +void ResetAction(struct DungeonActionContainer *actionPointer); void SetAction(struct DungeonActionContainer *actionPointer, u16 action); void SetWalkAction(struct DungeonActionContainer *actionPointer, s16 species); |