summaryrefslogtreecommitdiff
path: root/include/dungeon_action.h
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2022-01-20 15:26:19 -0800
committerGitHub <noreply@github.com>2022-01-20 15:26:19 -0800
commit408fe77d7b9440d7eb5d46eda5f920572d516d67 (patch)
tree38953616b74da130bd832635bed1c605d4b0e322 /include/dungeon_action.h
parent3cdde2a92a187d437dc7d24273177b59ab5b9511 (diff)
parentc5cd6e137fbad180a21ec24a50fde76633db0c20 (diff)
Merge pull request #93 from AnonymousRandomPerson/master
More AI decomp
Diffstat (limited to 'include/dungeon_action.h')
-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