Simple SNES shoot-'em-up game.
Go to file
2015-05-24 13:22:42 -04:00
.gitignore Add .wla5692a to gitignore. 2015-05-23 17:10:22 -04:00
build.bat Use proper sprites. 2015-05-24 10:43:25 -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 Re-enable the background, and scroll it. 2015-05-24 13:22:42 -04:00
README.md Create README.md 2015-05-22 14:35:51 -04:00
registers.asm Re-enable the background, and scroll it. 2015-05-24 13:22:42 -04:00
sprites.asm Use proper sprites. 2015-05-24 10:43:25 -04:00
sprites.pcx Use proper sprites. 2015-05-24 10:43:25 -04:00
tiles.asm Add pcx2snes to build script. 2015-05-23 18:13:38 -04:00
tiles.pcx Add an airplane tile. 2015-05-23 18:00:49 -04:00
wlalink.cfg Add build.bat and wlalink config file. 2015-05-22 14:37:52 -04:00

Simple SNES game.