This commit is contained in:
2026-07-16 15:53:33 +02:00
parent df991b0e09
commit 850c461d32
6 changed files with 105 additions and 17 deletions
+4
View File
@@ -68,6 +68,7 @@ sprcol:
sta SPR_YEX
sta framectr
sta fheld
jsr charset_init ; RAM charset with the road/tree glyphs
jsr sfx_init
!ifdef AUTOPLAY { ; test builds boot straight into the game
@@ -133,3 +134,6 @@ wf_hit:
!src "sound.asm"
!src "music.asm"
!src "tables.asm"
!if * > CHSET {
!error "program ran into the RAM charset at $3800"
}