Reverted BattleMove power to u8 (#3187)

This commit is contained in:
Martin Griffin 2023-08-02 12:20:11 +01:00 committed by GitHub
commit b3295d1cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -337,7 +337,7 @@ struct SpeciesInfo /*0x24*/
struct BattleMove
{
u16 effect;
u16 power; //higher than 255 for z moves
u8 power;
u8 type;
u8 accuracy;
u8 pp;