From 398d62d22d8aceaa6ced83a75458397f3af1f50f Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Sun, 31 May 2015 17:33:32 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 571fda6..62caa70 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ Simple SNES shoot-'em-up game. Run build.bat to build it. Assumes you have the wla assembler binaries and Neviksti's pcx2snes somewhere on your path. + +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.