mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-25 18:33:11 +00:00
nes: updated asm presets
This commit is contained in:
parent
5c884be0ae
commit
221d16a3c0
@ -3,7 +3,7 @@
|
||||
|
||||
;;;;; VARIABLES
|
||||
|
||||
seg.u RAM
|
||||
seg.u ZEROPAGE
|
||||
org $0
|
||||
|
||||
;;;;; NES CARTRIDGE HEADER
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
;;;;; VARIABLES
|
||||
|
||||
seg.u RAM
|
||||
seg.u ZEROPAGE
|
||||
org $0
|
||||
|
||||
;;;;; NES CARTRIDGE HEADER
|
||||
@ -97,3 +97,4 @@ Palette:
|
||||
|
||||
org $10000
|
||||
incbin "jroatch.chr"
|
||||
incbin "jroatch.chr"
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
;;;;; VARIABLES
|
||||
|
||||
seg.u RAM
|
||||
seg.u ZEROPAGE
|
||||
org $0
|
||||
|
||||
ScrollPos word ; used during NMI
|
||||
@ -118,4 +118,5 @@ Palette:
|
||||
|
||||
org $10000
|
||||
incbin "jroatch.chr"
|
||||
incbin "jroatch.chr"
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
;;;;; VARIABLES
|
||||
|
||||
seg.u RAM
|
||||
seg.u ZEROPAGE
|
||||
org $0
|
||||
|
||||
ScrollPos word ; used during NMI
|
||||
@ -149,3 +149,4 @@ Palette:
|
||||
|
||||
org $10000
|
||||
incbin "jroatch.chr"
|
||||
incbin "jroatch.chr"
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
;;;;; VARIABLES
|
||||
|
||||
seg.u RAM
|
||||
seg.u ZEROPAGE
|
||||
org $0
|
||||
|
||||
ScrollX byte ; used during NMI
|
||||
@ -119,3 +119,4 @@ Palette:
|
||||
|
||||
org $10000
|
||||
incbin "jroatch.chr"
|
||||
incbin "jroatch.chr"
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
;;;;; ZERO-PAGE VARIABLES
|
||||
|
||||
seg.u Zeropage
|
||||
seg.u ZEROPAGE
|
||||
org $0
|
||||
|
||||
RLEPtr word
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
;;;;; VARIABLES
|
||||
|
||||
seg.u RAM
|
||||
seg.u ZEROPAGE
|
||||
org $0
|
||||
|
||||
; Famitracker constants
|
||||
|
@ -404,3 +404,4 @@ RoadTables:
|
||||
|
||||
org $10000
|
||||
incbin "road/road.chr"
|
||||
incbin "road/road.chr"
|
||||
|
@ -148,3 +148,4 @@ Palette:
|
||||
|
||||
org $10000
|
||||
incbin "jroatch.chr"
|
||||
incbin "jroatch.chr"
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
;;;;; VARIABLES
|
||||
|
||||
seg.u RAM
|
||||
seg.u ZEROPAGE
|
||||
org $0
|
||||
|
||||
;;;;; NES CARTRIDGE HEADER
|
||||
|
@ -148,3 +148,4 @@ Palette:
|
||||
|
||||
org $10000
|
||||
incbin "jroatch.chr"
|
||||
incbin "jroatch.chr"
|
||||
|
Loading…
Reference in New Issue
Block a user