implemented G-Max Drum Solo, G-Max Hydrosnipe, G-Max Fireball

This commit is contained in:
AgustinGDLV
2023-02-27 12:11:52 -08:00
parent 92c8503869
commit 05fe62cbab
4 changed files with 22 additions and 10 deletions

View File

@@ -50,10 +50,12 @@ enum MaxMoveEffect
MAX_EFFECT_TORMENT_FOES,
MAX_EFFECT_LOWER_SPEED_2_FOES,
MAX_EFFECT_FIRE_SPIN_FOES,
MAX_EFFECT_FIXED_POWER,
};
bool8 ShouldUseMaxMove(u16 battlerId, u16 baseMove);
u16 GetMaxMove(u16 battlerId, u16 baseMove);
u8 GetMaxMovePower(u16 move);
bool8 IsMaxMove(u16 move);
const u8 *GetMaxMoveName(u16 move);
void ChooseDamageNonTypesString(u8 move);