From 5443c1b351b1acf6b05eeafff561816c0823be4e Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Tue, 12 Jul 2022 16:35:37 -0700 Subject: [PATCH] address review comment --- include/dungeon_entity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dungeon_entity.h b/include/dungeon_entity.h index 210c152f1..9f24213f7 100644 --- a/include/dungeon_entity.h +++ b/include/dungeon_entity.h @@ -163,7 +163,7 @@ struct DungeonEntityData /* 0xF6 */ bool8 isColorChanged; /* 0xF7 */ bool8 isBoss; /* 0xF8 */ u8 unkF8; - /* 0xF8 */ u8 unkF9; + /* 0xF9 */ u8 unkF9; /* 0xFA */ u8 terrifiedTurnsLeft; // Doubles as a bool for whether the Pokémon is terrified. u8 unkFB; // Set to true if the player makes a teammate use their held item.