From 3e5dd1d047bada52ab0dce2fe58b04e39bcaa1cc Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Fri, 22 Oct 2021 10:01:07 -0700 Subject: Death by 74 files (#65) * death by 74 files * 20% reached * doc move stuff in pokemon * fix undef reference * doc more and plumb a few more constanst for num party members and num moves * that struct is def PokemonMove.. clean up all code with it --- include/dungeon_entity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dungeon_entity.h') diff --git a/include/dungeon_entity.h b/include/dungeon_entity.h index 12bb3da..57ea24b 100644 --- a/include/dungeon_entity.h +++ b/include/dungeon_entity.h @@ -179,7 +179,7 @@ struct DungeonEntityData // Unclear where this is set in-game; it is not set by statuses (e.g., confusion) or mission clients. /* 0x114 */ bool8 moveRandomly; u8 fill115[0x118 - 0x115]; - /* 0x118 */ struct PokemonMove moves[4]; + /* 0x118 */ struct PokemonMove moves[MAX_MON_MOVES]; /* 0x138 */ u8 struggleMoveFlags; u8 fill139[0x13C - 0x139]; /* 0x13C */ u32 belly; -- cgit v1.2.3