summaryrefslogtreecommitdiff
path: root/include/dungeon_action.h
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-03-10 22:29:52 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-03-10 22:33:13 -0500
commitddb9c518ec401262c85af61ab2ee385863d03ca4 (patch)
treedba52f03a56913f458c27130078570061afca862 /include/dungeon_action.h
parentcc4053130f1d9d0bb36c78bd39b0b07e96064f5e (diff)
Decomped ResetAction()
Diffstat (limited to 'include/dungeon_action.h')
-rw-r--r--include/dungeon_action.h1
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);