diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-28 17:41:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 17:41:34 -0400 |
commit | 5eecaf92ba035d7b5ef8c52b5ce99d1868bc6c10 (patch) | |
tree | 9a90ec855adff455c7b4689efda6737eb46098ef /src/item_use.c | |
parent | 1f4813bfd2c9774b4bcbb83e6b27c994d7ad478c (diff) | |
parent | 96b904bf808805daa3de09080e10cc92e24c1f8e (diff) |
Merge branch 'master' into doc-slotmachine
Diffstat (limited to 'src/item_use.c')
-rwxr-xr-x | src/item_use.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item_use.c b/src/item_use.c index 0aae441c8..fa3f13081 100755 --- a/src/item_use.c +++ b/src/item_use.c @@ -721,7 +721,7 @@ static void ItemUseOnFieldCB_WailmerPailBerry(u8 taskId) static bool8 TryToWaterSudowoodo(void) { - u16 x, y; + s16 x, y; u8 z; u8 objId; GetXYCoordsOneStepInFrontOfPlayer(&x, &y); |