diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 02:56:44 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 02:56:44 -0800 |
commit | ae3ef7fec619413ae6a997f0dca4cb08fbd8e8c1 (patch) | |
tree | ec75f97a5391dfde62600a8c7bb5b8e2d3dc82f8 /asm/battle_controller_opponent.s | |
parent | b5d877603b9d9ef0d1964aceb1430fe6a540f1c5 (diff) |
import more pokeemerald names
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 |