summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-05 11:04:20 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-05 11:04:20 -0500
commit379a563c438a9d758d534fd611c3aed705d3b47a (patch)
tree0be54c7fb85b2470500113c4406242f726eaee10 /engine
parentd3e81422d50f937b91df19e058c25ac7288f6063 (diff)
All battle back pictures end with "b"
Diffstat (limited to 'engine')
-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 4628e86a..96e7f360 100755
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -6302,7 +6302,7 @@ LoadPlayerBackPic:
dec a ; is it the old man tutorial?
ld de, RedPicBack
jr nz, .next
- ld de, OldManPic
+ ld de, OldManPicBack
.next
ld a, BANK(RedPicBack)
call UncompressSpriteFromDE