From 379a563c438a9d758d534fd611c3aed705d3b47a Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 5 Nov 2020 11:04:20 -0500 Subject: All battle back pictures end with "b" --- engine/battle/core.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') 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 -- cgit v1.3.1-sl0p