diff options
Diffstat (limited to 'asm/battle_controller_opponent.s')
-rw-r--r-- | asm/battle_controller_opponent.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/battle_controller_opponent.s b/asm/battle_controller_opponent.s index 76b32994f..a1a07c4c9 100644 --- a/asm/battle_controller_opponent.s +++ b/asm/battle_controller_opponent.s @@ -4176,7 +4176,7 @@ _08037D18: ands r1, r0 cmp r1, 0 beq _08037D2C - bl sub_80E7420 + bl GetEreaderTrainerFrontSpriteId _08037D26: lsls r0, 24 lsrs r0, 24 @@ -4395,7 +4395,7 @@ _08037EEC: ands r1, r0 cmp r1, 0 beq _08037F00 - bl sub_80E7420 + bl GetEreaderTrainerFrontSpriteId _08037EFA: lsls r0, 24 lsrs r0, 24 |