dos33fsprogs/games/sb
2024-06-12 15:41:46 -04:00
..
asplode_graphics sb: finish graphics for back off 2023-06-16 02:00:04 -04:00
asplode_sound sb: fix sound up 2023-06-16 16:02:23 -04:00
duck_graphics
fish fish: add bubbles 2024-06-12 15:41:46 -04:00
rat_graphics keen: initial checkin 2024-03-09 13:36:33 -05:00
rat_sound
roof_graphics
title_graphics sb: update to properly load fishing challenge 2024-06-05 15:53:06 -04:00
title_sound
asplode_head.s sb: get background pulsing 2023-06-11 13:14:24 -04:00
asplode.s sb: hook up back off 2023-06-15 00:18:22 -04:00
audio.s
back_off.s sb: back_off: fix order of screen clear 2023-08-14 16:10:15 -04:00
cycle_colors.s
draw_ducks.s
duck_help.s
duck_pond.s
duck_score.s
duet.s
gr_copy.s
gr_offsets.s
gr_pageflip.s
gr_putsprite_mask.s
gr_putsprite.s
hardware.inc
hgr_copy_fast.s sb: get background pulsing 2023-06-11 13:14:24 -04:00
hgr_logo_scroll.s
hgr_sprite_big.s
hgr_sprite_mask.s
hgr_sprite.s
hgr_tables.s cliff: can walk around now 2023-08-14 15:11:33 -04:00
hgr_vscroll_slow.s
hgr_vscroll.s
lc_detect.s
Makefile fish: work on animations 2024-06-08 00:59:56 -04:00
move_ducks.s
play_asplode.s
play_back_off.s sb: fix sound up 2023-06-16 16:02:23 -04:00
play_purple.s
qboot_sector.s
qboot_stage2.s
qboot.inc
qload.s fish: work on animations 2024-06-08 00:59:56 -04:00
rat.s
README
roof.s
title.s
TODO
zp.inc
zx02_optim.s

FN: animation based on Strong Bad E-mail #152 "ISP"
	It's a long download of a "break-dancing" rat




MEMORY_MAP:
	0000-00ff = zero page
	0100-01ff = stack
	0200-0369 = disk variables
	036A-03ff = vectors and such
	0400-07ff = text/gr page1
	0800-0bff = text/gr page2
	0c00-0fff = ????
	1000-11ff = disk load code	
	1200-1fff = QLOAD
	2000-3FFF = hgr page1
	4000-5fff = hgr page2
	6000-bfff = program space