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 /asm | |
parent | 96290f4ee3864afdd9946541706102ecf6c1c009 (diff) |
more battle labels
Diffstat (limited to 'asm')
-rw-r--r-- | asm/pokemon_item_effect.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/pokemon_item_effect.s b/asm/pokemon_item_effect.s index 877a721b4..2184b22b2 100644 --- a/asm/pokemon_item_effect.s +++ b/asm/pokemon_item_effect.s @@ -100,7 +100,7 @@ _0806BDBC: lsrs r0, 24 _0806BDC4: str r0, [sp, 0x34] - ldr r1, =gStringBattler + ldr r1, =gPotentialItemEffectBattler ldr r0, =gBattlerInMenuId ldrb r2, [r0] strb r2, [r1] |