diff options
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 | 
