summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorLouis Hampton <roastveg@hotmail.co.uk>2020-06-20 19:01:00 +0100
committerLouis Hampton <roastveg@hotmail.co.uk>2020-06-20 19:01:00 +0100
commit3cf5ef0a661c62a94766e2c08025bb7ecb785b2a (patch)
tree7fa9fc230a0517f65876613318f043f3c14b8f63 /include/pokemon.h
parent59f6bdfa9a7645d3e2e9d1ac0bde5af3ad77e8b2 (diff)
parent6298426d9ad4c59a875b0a90a0facfa1a3a513cc (diff)
Merge branch 'master' of https://github.com/roastveg/pokediamond
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index 01a03763..2387ef78 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -46,37 +46,6 @@ struct BaseStats {
/* 0x28 */ u32 unk28;
};
-typedef enum EvoMethod
-{
- EVO_NONE = 0,
- EVO_FRIENDSHIP,
- EVO_FRIENDSHIP_DAY,
- EVO_FRIENDSHIP_NIGHT,
- EVO_LEVEL,
- EVO_TRADE,
- EVO_TRADE_ITEM,
- EVO_STONE,
- EVO_LEVEL_ATK_GT_DEF,
- EVO_LEVEL_ATK_EQ_DEF,
- EVO_LEVEL_ATK_LT_DEF,
- EVO_LEVEL_PID_LO,
- EVO_LEVEL_PID_HI,
- EVO_LEVEL_NINJASK,
- EVO_LEVEL_SHEDINJA,
- EVO_BEAUTY,
- EVO_STONE_MALE,
- EVO_STONE_FEMALE,
- EVO_ITEM_DAY,
- EVO_ITEM_NIGHT,
- EVO_HAS_MOVE,
- EVO_OTHER_PARTY_MON,
- EVO_LEVEL_MALE,
- EVO_LEVEL_FEMALE,
- EVO_CORONET,
- EVO_ETERNA,
- EVO_ROUTE217,
-} EvoMethod;
-
// Structs
typedef struct {