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 /src/pokemon.c | |
parent | 7abbe42763835f43dc2b08f8292a4ef83c50c5e1 (diff) |
Some renaming
Diffstat (limited to 'src/pokemon.c')
-rw-r--r-- | src/pokemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon.c b/src/pokemon.c index 75250565a..906b97cae 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -4526,7 +4526,7 @@ void sub_8042D50(int stat) BattleStringExpandPlaceholdersToDisplayedString(BattleText_UnknownString3); } -const u8 *sub_8042DA4(u16 itemId) +const u8 *Battle_PrintStatBoosterEffectMessage(u16 itemId) { int i; const u8 *itemEffect; |