diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 11:04:20 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 11:04:20 -0500 |
commit | 379a563c438a9d758d534fd611c3aed705d3b47a (patch) | |
tree | 0be54c7fb85b2470500113c4406242f726eaee10 /engine | |
parent | d3e81422d50f937b91df19e058c25ac7288f6063 (diff) |
All battle back pictures end with "b"
Diffstat (limited to 'engine')
-rwxr-xr-x | engine/battle/core.asm | 2 |
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 |