diff options
author | Deokishisu <edsaletto@gmail.com> | 2018-10-14 14:16:07 -0400 |
---|---|---|
committer | Deokishisu <edsaletto@gmail.com> | 2018-10-14 14:16:07 -0400 |
commit | e129f4864fa342fdca46399f216ee0c0c46c26b4 (patch) | |
tree | 9df7fd1157581d84567225e2dcbc6318901dc2e9 /src/item_use.c | |
parent | 2bd86dad2fddb1c836b462a4137fab724c7eb305 (diff) | |
parent | 0979ea91fb247b642cf7aa9e0bea5265917923d8 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into LabelOWsProperly
Diffstat (limited to 'src/item_use.c')
-rwxr-xr-x | src/item_use.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/item_use.c b/src/item_use.c index 67bdabd87..633d975a8 100755 --- a/src/item_use.c +++ b/src/item_use.c @@ -203,7 +203,7 @@ u8 CheckIfItemIsTMHMOrEvolutionStone(u16 itemId) return 0; } -void sub_80FD254() +void sub_80FD254(void) { struct MailStruct mail; mail.itemId = gSpecialVar_ItemId; @@ -249,7 +249,7 @@ void ItemUseOnFieldCB_Bike(u8 taskId) DestroyTask(taskId); } -bool32 CanFish() +bool32 CanFish(void) { s16 x, y; u16 tileBehavior; |