mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-11 02:25:57 -05:00
Renamed some boolean move functions
This commit is contained in:
@@ -14,6 +14,6 @@ s32 GetMovePower(struct PokemonMove *move);
|
||||
// 0x92BF4
|
||||
u32 GetMoveMaxPP(struct PokemonMove *move);
|
||||
// 0x92C54
|
||||
bool8 GetMoveDealsDirectDamage(struct PokemonMove *move);
|
||||
bool8 MoveDealsDirectDamage(struct PokemonMove *move);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user