2015-05-31 21:24:04 +00:00
|
|
|
Simple SNES shoot-'em-up game.
|
|
|
|
|
2015-06-06 14:25:47 +00:00
|
|
|
Credits:
|
|
|
|
* Programming: Colin McMillen (<c@16bit.cc>, [+ColinMcMillen](https://plus.google.com/+ColinMcMillen))
|
|
|
|
* Ship graphics: Scott Robertson ([@carnivac](https://twitter.com/carnivac), <http://carnivac.tumblr.com>)
|
2015-05-31 21:33:32 +00:00
|
|
|
|
2015-06-06 14:25:47 +00:00
|
|
|
Run build.bat to build it. Assumes you have the `wla` assembler binaries and Neviksti's `pcx2snes` somewhere on your path.
|
2015-05-31 21:33:45 +00:00
|
|
|
|
2015-06-06 14:25:47 +00:00
|
|
|
The main files are:
|
|
|
|
* pewpew.asm: main code file.
|
|
|
|
* memory.asm: definitions of variable names (and memory layout) used by the game.
|
|
|
|
* registers.asm: definitions & documentation of important SNES registers.
|
|
|
|
* header.asm: definition of ROM layout & SNES header information for wla.
|
|
|
|
* init.asm: boilerplate "initialize the hardware" macro.
|
2015-06-06 15:30:31 +00:00
|
|
|
|
|
|
|
Screenshot:
|
|
|
|
|
|
|
|
![Screenshot](https://lh6.googleusercontent.com/-hMl72JNxxvo/VXMD56gpO1I/AAAAAAAB1ig/YQHfPTIY4lQ/w512-h448-no/pewpew008.png)
|