skip unnecessary clear when skipping filtered attract module

This commit is contained in:
4am 2022-06-06 02:23:53 -04:00
parent 71811dc3d6
commit 8885ef58c7
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ MegaAttractMode
jsr BlankHGR ; switch to HGR page 1 (once cleared)
jsr LoadIndexedFile ; load pre-parsed attract mode configuration data into $6000
@next jsr LoadIndexedFile ; load pre-parsed attract mode configuration data into $6000
- !word $6000
!word kAttractModeIndexRecord
@ -65,7 +65,7 @@ MegaAttractMode
tay
lda gMegaAttractModeFilter ; do we want to display this module type
and kAttractModeFilters, y
beq MegaAttractMode
beq @next
+
+LD16 @mname ; A/Y = address of module name
jsr RunAttractModule