diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-21 10:44:25 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-21 10:44:25 -0400 |
commit | a4f1de801550d35314b5ce51d54f30e4bdb8e767 (patch) | |
tree | f303cedc4b568c4436061cd0350039a1acbb3cd0 /include/pokemon.h | |
parent | 7abbe42763835f43dc2b08f8292a4ef83c50c5e1 (diff) |
Some renaming
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 2 |
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 |