diff options
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 |