summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-06-21 10:44:25 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-06-21 10:44:25 -0400
commita4f1de801550d35314b5ce51d54f30e4bdb8e767 (patch)
treef303cedc4b568c4436061cd0350039a1acbb3cd0 /include/pokemon.h
parent7abbe42763835f43dc2b08f8292a4ef83c50c5e1 (diff)
Some renaming
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index ec828131b..ed0108159 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -678,6 +678,6 @@ u8 GetMonsStateToDoubles(void);
void sub_803E0A4(struct Pokemon *mon, struct BattleTowerPokemon *src);
void SetMultiuseSpriteTemplateToPokemon(u16 trainerSpriteId, u8 battlerPosition);
-const u8 * sub_8042DA4(u16 itemId);
+const u8 * Battle_PrintStatBoosterEffectMessage(u16 itemId);
#endif // GUARD_POKEMON_H