Remove JMP instruction to RTS
parent
59f2a9b312
commit
54d1bc7511
|
@ -14095,7 +14095,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
|
||||
|
@ -14126,7 +14126,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
|
||||
|
||||
;-------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue