Simple SNES shoot-'em-up game.
Go to file
2015-05-24 19:50:10 -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 Change main file (forgot in previous commit.) 2015-05-24 19:50:10 -04:00
README.md Create README.md 2015-05-22 14:35:51 -04:00
registers.asm More realistic background. 2015-05-24 14:44:26 -04:00
sprites.asm Animate player sprite. Use BG3 instead of BG2. 2015-05-24 19:49:04 -04:00
sprites.pcx Animate player sprite. Use BG3 instead of BG2. 2015-05-24 19:49:04 -04:00
tiles.asm Animate player sprite. Use BG3 instead of BG2. 2015-05-24 19:49:04 -04:00
tiles.pcx Animate player sprite. Use BG3 instead of BG2. 2015-05-24 19:49:04 -04:00
wlalink.cfg Add build.bat and wlalink config file. 2015-05-22 14:37:52 -04:00

Simple SNES game.