diff --git a/src/main.asm b/src/main.asm index b8ab9fa..115bb3b 100644 --- a/src/main.asm +++ b/src/main.asm @@ -14111,7 +14111,7 @@ NotRsNum: sta Sprite_Tilenumber,y ; put tile numbers into both sprites lda #$fb ; that resemble "200" sta Sprite_Tilenumber+4,y - jmp ExJCGfx ; then jump to leave (why not an rts here instead?) + rts ; leave JumpingCoinTiles: .byte $60, $61, $62, $63 @@ -14142,7 +14142,6 @@ JCoinGfxHandler: lda #$82 sta Sprite_Attributes+4,y ; set attribute byte with vertical flip in second sprite ldx ObjectOffset ; get misc object offset -ExJCGfx: rts ; leave ;-------------------------------------------------------------------------------------