dos33fsprogs/xmas_2018
2018-12-20 11:40:56 -05:00
..
music
ball_text.bmp
ball.bmp
ball.s
delay_a.s
gr_fast_clear.s
gr_hline.s xmas2018: something that builds 2018-12-10 13:06:21 -05:00
gr_offsets.s
gr_putsprite.s
gr_scroll.s
greets.inc
greets.raw.lz4
hardware.inc
hello.bas xmas2018: update basic loader 2018-12-18 15:02:50 -05:00
lz4_decode.s xmas2018: re-arranging things in silly fashion 2018-12-13 17:15:39 -05:00
Makefile
merry_christmas.png
merry.s xmas2018: get colors right on scroll 2018-12-20 11:40:56 -05:00
mockingboard.s
music.s
notes
play_music.s
README
rts.s xmas2018: stop padding filenames 2018-12-19 10:40:03 -05:00
sprites.inc
sprites.png
vapor_lock.s
wait_keypress.s
wreath.bmp
wreath.s
xmas2018.dsk
xmas2018.s
zp.inc

Memory Map:

	00	Zero Page
	01	Stack
	02-03	Reserved
	04-07	GR PAGE0
	08-0b	GR PAGE1 (scroll text)
	0c-1f	CODE	(5k)
	20-3f	HGR PAGE0 (wreath)
	40-5f	HGR PAGE1 (ball)
	60-7f	(merry)
	80-9f	(music)
	a0-bf	(music)
	c0-ff	RESERVED/ROM

SIZE:
	3903	-- 12/18
	3647	-- use LZ4 encryption on scroll text
	3903	-- add in support for all 5 candles
	3647	-- make sprites non-transparent
	3903	-- turn all flames back on
	3853	-- stop padding filenames