mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-26 03:49:50 -05:00
Egg Move Refactor (#4534)
* Egg Move Refactor * Update python file and fix formatting
This commit is contained in:
@@ -444,6 +444,7 @@ struct SpeciesInfo /*0x8C*/
|
||||
// Move Data
|
||||
/* 0x80 */ const struct LevelUpMove *levelUpLearnset;
|
||||
/* 0x84 */ const u16 *teachableLearnset;
|
||||
const u16 *eggMoveLearnset;
|
||||
/* 0x88 */ const struct Evolution *evolutions;
|
||||
/* 0x84 */ const u16 *formSpeciesIdTable;
|
||||
/* 0x84 */ const struct FormChange *formChangeTable;
|
||||
@@ -768,6 +769,7 @@ u16 GetSpeciesHeight(u16 species);
|
||||
u16 GetSpeciesWeight(u16 species);
|
||||
const struct LevelUpMove *GetSpeciesLevelUpLearnset(u16 species);
|
||||
const u16 *GetSpeciesTeachableLearnset(u16 species);
|
||||
const u16 *GetSpeciesEggMoves(u16 species);
|
||||
const struct Evolution *GetSpeciesEvolutions(u16 species);
|
||||
const u16 *GetSpeciesFormTable(u16 species);
|
||||
const struct FormChange *GetSpeciesFormChanges(u16 species);
|
||||
|
||||
Reference in New Issue
Block a user