mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-09 10:35:41 -05:00
Add Different A-Raichu Method
-Using a Thunder Stone while standing on the shore evolves it -Not supported by the public CFRU as of this commit
This commit is contained in:
@@ -47,7 +47,8 @@ enum EvolutionMethods
|
||||
EVO_CRITICAL_HIT, // successfully land 3 critical hits in one battle
|
||||
EVO_NATURE_HIGH, // evolution based on high key nature at a certain level
|
||||
EVO_NATURE_LOW, // evolution based on low key nature at a certain level
|
||||
EVO_DAMAGE_LOCATION // recieve 49+ damage in battle without fainting, walk to specific tile
|
||||
EVO_DAMAGE_LOCATION, // recieve 49+ damage in battle without fainting, walk to specific tile
|
||||
EVO_ITEM_LOCATION, // Stand on a tile with a certain behaviour and use an item on a Pokemon
|
||||
};
|
||||
|
||||
#define EVO_GIGANTAMAX 0xFD
|
||||
@@ -61,5 +62,7 @@ enum MegaEvoVariants
|
||||
MEGA_VARIANT_ULTRA_BURST, //Necrozma
|
||||
};
|
||||
|
||||
#define MB_SHALLOW_WATER 0x17 //For Alolan Raichu
|
||||
|
||||
#define MAPSEC_POWER_PLANT 0x8E
|
||||
#define MAPSEC_ICEFALL_CAVE 0xB1
|
||||
|
||||
Reference in New Issue
Block a user