diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-08 12:13:29 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-08 12:13:29 +0100 |
commit | 9df5e16343a7540a18607d13e098cf8ff8e252e3 (patch) | |
tree | a043577f36c23e8653fe339f159aa0c186488aaf /src/battle_controllers.c | |
parent | 96290f4ee3864afdd9946541706102ecf6c1c009 (diff) |
more battle labels
Diffstat (limited to 'src/battle_controllers.c')
-rw-r--r-- | src/battle_controllers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_controllers.c b/src/battle_controllers.c index 5c52e4f9e..cbb4fff69 100644 --- a/src/battle_controllers.c +++ b/src/battle_controllers.c @@ -1102,7 +1102,7 @@ void BtlController_EmitPrintString(u8 bufferId, u16 stringID) stringInfo->scrActive = gBattleScripting.battler; stringInfo->unk1605E = gBattleStruct->field_52; stringInfo->hpScale = gBattleStruct->hpScale; - stringInfo->StringBank = gStringBattler; + stringInfo->StringBank = gPotentialItemEffectBattler; stringInfo->moveType = gBattleMoves[gCurrentMove].type; for (i = 0; i < MAX_BATTLERS_COUNT; i++) |