summaryrefslogtreecommitdiff
path: root/src/moves.c
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-12-24 17:45:49 -0600
committerSeth Barberee <seth.barberee@gmail.com>2021-12-24 17:45:49 -0600
commitf0ef6ae481ec2cc655f1606f074de38ef26276c4 (patch)
tree028f81d66b2cd990d163062280e558a080b30071 /src/moves.c
parente7a59a1a21cec81190434e397f62c245e73063e4 (diff)
decomp some more
Diffstat (limited to 'src/moves.c')
-rw-r--r--src/moves.c2
1 files changed, 1 insertions, 1 deletions
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;
}