mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-19 09:54:19 +01:00
Fixed evolution constants (#264)
This commit is contained in:
parent
bb10a69f81
commit
bc1524cf59
@ -290,9 +290,9 @@
|
||||
#define EVO_MAP 0x0019 // Pokémon levels up on specified map
|
||||
#define EVO_ITEM_MALE 0x001A // specified item is used on a male Pokémon
|
||||
#define EVO_ITEM_FEMALE 0x001B // specified item is used on a female Pokémon
|
||||
#define EVO_LEVEL_RAIN 0x001B // Pokémon reaches the specified level while it's raining
|
||||
#define EVO_SPECIFIC_MON_IN_PARTY 0x001C // Pokémon levels up with a specified Pokémon in party
|
||||
#define EVO_LEVEL_SPECIFIC_MON_TYPE_IN_PARTY 0x001D // Pokémon reaches the specified level with a specified Pokémon in party
|
||||
#define EVO_LEVEL_RAIN 0x001C // Pokémon reaches the specified level while it's raining
|
||||
#define EVO_SPECIFIC_MON_IN_PARTY 0x001D // Pokémon levels up with a specified Pokémon in party
|
||||
#define EVO_LEVEL_SPECIFIC_MON_TYPE_IN_PARTY 0x001E // Pokémon reaches the specified level with a specified Pokémon in party
|
||||
|
||||
#define EVOS_PER_MON 8
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user