summaryrefslogtreecommitdiff
path: root/include/dungeon_entity.h
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-13 22:56:30 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-13 22:56:30 -0500
commit453618864e685eacae640dc2b317a645422264e2 (patch)
tree3391b31f2c6a9a5985931ffc44328f573a3279b0 /include/dungeon_entity.h
parent52e7368f30bb1a80a470bb1492b816dd6c8e97f7 (diff)
Decomped HasStatusAffectingActions()
Diffstat (limited to 'include/dungeon_entity.h')
-rw-r--r--include/dungeon_entity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dungeon_entity.h b/include/dungeon_entity.h
index 7e562fc..9e9f1f7 100644
--- a/include/dungeon_entity.h
+++ b/include/dungeon_entity.h
@@ -11,7 +11,7 @@
struct DungeonActionContainer
{
/* 0x0 */ u16 action;
- /* 0x2 */ s8 facingDir;
+ /* 0x2 */ u8 facingDir;
u8 fill3;
// Additional parameter alongside actionIndex. Used for things like indicating which move a Pokémon should use from its moveset.
/* 0x4 */ u8 actionUseIndex;