diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-13 23:18:59 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-13 23:18:59 -0500 |
commit | afbc7deaea1d66d39331bc078d3f2e22cbdec0a3 (patch) | |
tree | 22cbd16fe6ddd64f686ecc02499ad648162bf964 /include/dungeon_action.h | |
parent | 453618864e685eacae640dc2b317a645422264e2 (diff) |
Decomped SetWalkAction()
Diffstat (limited to 'include/dungeon_action.h')
-rw-r--r-- | include/dungeon_action.h | 2 |
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 |