diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-13 15:44:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-13 15:44:07 -0400 |
commit | 30ef49416391d036286661a8e1225b4ba03e3109 (patch) | |
tree | 449560dd408241717995409d3cb6c0a8e4b5223a /src/script_pokemon_util_80F87D8.c | |
parent | 60a9dc6a0e81da34f111e66fd3666f9eb57898e9 (diff) | |
parent | e47b3efdfe8a397e20905d566a8e1b1261170fbb (diff) |
Merge branch 'master' into doc-inc2
Diffstat (limited to 'src/script_pokemon_util_80F87D8.c')
-rwxr-xr-x | src/script_pokemon_util_80F87D8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script_pokemon_util_80F87D8.c b/src/script_pokemon_util_80F87D8.c index a80fe49ff..f8206797b 100755 --- a/src/script_pokemon_util_80F87D8.c +++ b/src/script_pokemon_util_80F87D8.c @@ -610,7 +610,7 @@ static bool8 CheckPartyMonHasHeldItem(u16 item) return FALSE; } -bool8 sub_80F9370(void) +bool8 DoesPartyHaveEnigmaBerry(void) { bool8 hasItem = CheckPartyMonHasHeldItem(ITEM_ENIGMA_BERRY); if (hasItem == TRUE) |