summaryrefslogtreecommitdiff
path: root/include/dungeon_entity.h
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-03-04 23:49:00 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-03-10 22:32:17 -0500
commit9a4864c1cf8c0a6da847f3b8977aaca23b712a5a (patch)
tree76958584a3a92c8b713821de6e0c72f8437628eb /include/dungeon_entity.h
parent8c0df48b9ebd0fa794a97c6280cc59b6dfcb9eef (diff)
Decomped WeightWeakTypePicker()
Diffstat (limited to 'include/dungeon_entity.h')
-rw-r--r--include/dungeon_entity.h3
1 files changed, 1 insertions, 2 deletions
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];