Simple SNES shoot-'em-up game.
Go to file
2015-05-31 14:31:13 -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 Allow for negative x-velocity. 2015-05-31 14:31:13 -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 Add the ability to shoot with the B button. 2015-05-25 12:01:42 -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.