summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-05 11:04:52 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-05 11:04:52 -0500
commit5d57fec78314ee584fdc60388ddf19a1610b9d15 (patch)
tree111e7b966664f9bd000e4b3cdea8fbb27cc6300f /engine/battle/core.asm
parent6fe56af2cd63abaf30040cc5031e3db5358cf638 (diff)
Remove unused RG/RB graphics
Diffstat (limited to 'engine/battle/core.asm')
-rwxr-xr-xengine/battle/core.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index 4b8d342a..804625cd 100755
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -6462,7 +6462,7 @@ SwapPlayerAndEnemyLevels:
; (for use when scrolling the player sprite and enemy's silhouettes on screen)
LoadPlayerBackPic:
ld a, [wBattleType]
- ld de, OldManPic
+ ld de, OldManPicBack
cp BATTLE_TYPE_OLD_MAN ; is it the old man tutorial?
jr z, .next
ld de, ProfOakPicBack