From 9a4864c1cf8c0a6da847f3b8977aaca23b712a5a Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Fri, 4 Mar 2022 23:49:00 -0500 Subject: Decomped WeightWeakTypePicker() --- include/dungeon_entity.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/dungeon_entity.h') diff --git a/include/dungeon_entity.h b/include/dungeon_entity.h index 1c7a269..1e4b884 100644 --- a/include/dungeon_entity.h +++ b/include/dungeon_entity.h @@ -81,8 +81,7 @@ struct DungeonEntityData u8 fill55[0x58 - 0x55]; // Position of the target that the Pokémon wants throw an item at. /* 0x58 */ struct Position itemTargetPosition; - /* 0x5C */ u8 type1; - /* 0x5D */ u8 type2; + /* 0x5C */ u8 types[2]; /* 0x5E */ u8 abilities[2]; /* 0x60 */ struct ItemSlot heldItem; u8 fill64[0x68 - 0x64]; -- cgit v1.2.3