Simple SNES shoot-'em-up game.
Go to file
Colin McMillen 0fa70c0889 Make a table of possible shot velocities.
Also fix bug caused by omission of "clc" before "adc".
2015-05-31 16:30:17 -04:00
.gitignore Change output file extension .smc -> .sfc 2015-05-31 12:32:36 -04:00
build.bat Change output file extension .smc -> .sfc 2015-05-31 12:32:36 -04:00
header.asm Add a "ship" and let the player move around. 2015-05-23 14:00:43 -04:00
init.asm Rename InitSNES.asm -> init.asm 2015-05-23 15:42:47 -04:00
pewpew.asm Make a table of possible shot velocities. 2015-05-31 16:30:17 -04:00
README.md Create README.md 2015-05-22 14:35:51 -04:00
registers.asm More register documentation. 2015-05-30 11:04:22 -04:00
sprites32.pcx Change shot sprite to be up against left edge. 2015-05-31 15:05:37 -04:00
tiles.pcx Shinier star graphic. 2015-05-31 13:35:06 -04:00
wlalink.cfg Add build.bat and wlalink config file. 2015-05-22 14:37:52 -04:00

Simple SNES game.