summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-13 23:18:59 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-13 23:18:59 -0500
commitafbc7deaea1d66d39331bc078d3f2e22cbdec0a3 (patch)
tree22cbd16fe6ddd64f686ecc02499ad648162bf964 /include
parent453618864e685eacae640dc2b317a645422264e2 (diff)
Decomped SetWalkAction()
Diffstat (limited to 'include')
-rw-r--r--include/dungeon_action.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dungeon_action.h b/include/dungeon_action.h
index c3631f7..48f81d5 100644
--- a/include/dungeon_action.h
+++ b/include/dungeon_action.h
@@ -5,5 +5,7 @@
// 0x44C94
void SetAction(struct DungeonActionContainer *actionPointer, u16 action);
+// 0x44CA0
+void SetWalkAction(struct DungeonActionContainer *actionPointer, s16 species);
#endif