Renamed some boolean move functions

This commit is contained in:
AnonymousRandomPerson
2022-02-13 23:17:46 -05:00
parent 2a2a0805b4
commit ece475a480
5 changed files with 7 additions and 7 deletions

View File

@@ -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