summaryrefslogtreecommitdiff
path: root/src/pokedex.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-11-27 17:21:23 -0600
committerMarcus Huderle <huderlem@gmail.com>2018-11-27 17:21:23 -0600
commit9fafa637438b45a48de36a4a7bf898111951ec92 (patch)
treeaa3daaacbff8c43cd73d66a0a50a1bd7e91487d8 /src/pokedex.c
parent0cdd1cc1daf51cb5f128ff0bf2cd208937419cc7 (diff)
Finish decompiling internation_string_util.c
Diffstat (limited to 'src/pokedex.c')
-rw-r--r--src/pokedex.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/pokedex.c b/src/pokedex.c
index 66a68f0bd..fa3faab84 100644
--- a/src/pokedex.c
+++ b/src/pokedex.c
@@ -42,19 +42,6 @@ static EWRAM_DATA struct PokedexListItem *gUnknown_02039B54 = NULL;
u8 gUnknown_030060B0;
void (*gUnknown_030060B4)(void);
-struct PokedexEntry
-{
- /*0x00*/ u8 categoryName[12];
- /*0x0C*/ u16 height; //in decimeters
- /*0x0E*/ u16 weight; //in hectograms
- /*0x10*/ const u8 *description;
- /*0x14*/ u16 unused;
- /*0x16*/ u16 pokemonScale;
- /*0x18*/ u16 pokemonOffset;
- /*0x1A*/ u16 trainerScale;
- /*0x1C*/ u16 trainerOffset;
-}; /*size = 0x20*/
-
struct UnknownStruct2
{
const u8 *text1;