Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions RandomizerCore/Asm/MMC5.s
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ HandleLagFrame:
lda $0736
cmp #$0b
bne @HandleAudio
; Check if we even have a sprite zero on the screen
lda $200
cmp #$f0
bcs @HandleAudio
; Check if we even have a sprite zero on the screen (Spoiler: there is not, sprite zero was removed)
;lda $200
;cmp #$f0
;bcs @HandleAudio
; keep all flags except for the nametable select to always use nametable 0

lda $ff
Expand Down
Loading