diff options
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] |