From f0ef6ae481ec2cc655f1606f074de38ef26276c4 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Fri, 24 Dec 2021 17:45:49 -0600 Subject: decomp some more --- src/moves.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/moves.c') diff --git a/src/moves.c b/src/moves.c index 0f59f0b..e5998db 100644 --- a/src/moves.c +++ b/src/moves.c @@ -246,7 +246,7 @@ u8 GetMoveHitCount(struct PokemonMove *move) return gMovesData[move->moveID].hitCount; } -s16 GetMovePower(struct PokemonMove *move) +s32 GetMovePower(struct PokemonMove *move) { return gMovesData[move->moveID].power; } -- cgit v1.2.3