From afbc7deaea1d66d39331bc078d3f2e22cbdec0a3 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Thu, 13 Jan 2022 23:18:59 -0500 Subject: Decomped SetWalkAction() --- include/dungeon_action.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit v1.2.3