diff options
author | Treeki <treeki@gmail.com> | 2011-03-12 23:17:12 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-03-12 23:17:12 +0100 |
commit | 7d4e4c0b34a613dd3c0220475ae4e448197522c1 (patch) | |
tree | 4f5cee367de3fdef4f9a7c84af59ffe76a2bb1c3 /NewerProject.yaml | |
download | kamek-7d4e4c0b34a613dd3c0220475ae4e448197522c1.tar.gz kamek-7d4e4c0b34a613dd3c0220475ae4e448197522c1.zip |
initial commit. now I can start playing with stuff!
Diffstat (limited to '')
-rw-r--r-- | NewerProject.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/NewerProject.yaml b/NewerProject.yaml new file mode 100644 index 0000000..7bd8002 --- /dev/null +++ b/NewerProject.yaml @@ -0,0 +1,18 @@ +---
+output_dir: "NewerASM"
+code_address: 0x808D9000
+modules:
+ - processed/bugfixes.yaml
+ - processed/worldmap.yaml
+ - processed/levelnames.yaml
+ - processed/animtiles.yaml
+ - processed/spritetex.yaml
+# - processed/3dlib.yaml
+# - processed/gakenoko.yaml
+ - processed/poweruphax.yaml
+# - processed/heapbar.yaml
+ - processed/tilegod.yaml
+ - processed/linegod.yaml
+# - processed/msgbox.yaml
+# - processed/replay.yaml
+
|