diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-09-23 16:08:54 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-09-23 16:08:54 -0500 |
commit | 9df87851bac473d72f8c061af719e2b0a0116dec (patch) | |
tree | dbea9530ad6dfbfc606b60d4c5e8af7de558a103 /NewerProject.yaml | |
parent | b9d6e55d5823ec18050ba2bd3c9c968c219dec92 (diff) | |
download | kamek-9df87851bac473d72f8c061af719e2b0a0116dec.tar.gz kamek-9df87851bac473d72f8c061af719e2b0a0116dec.zip |
fixed up the level select yaml, fixed snowman pokey and commented out cheep cheep textures
Diffstat (limited to '')
-rw-r--r-- | NewerProject.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NewerProject.yaml b/NewerProject.yaml index ae354bf..056cdbd 100644 --- a/NewerProject.yaml +++ b/NewerProject.yaml @@ -2,8 +2,11 @@ output_dir: "NewerASM" code_address: 0x808D9000 modules: - processed/prolog.yaml +# - processed/layoutDebug.yaml - processed/fileselect.yaml - processed/magicplatform.yaml + - processed/cutScene.yaml + - processed/bonepiece.yaml - processed/bugfixes.yaml - processed/worldmap.yaml # - processed/koopatlas.yaml @@ -54,5 +57,6 @@ modules: - processed/makeYourOwn.yaml - processed/challengeStar.yaml - processed/singAlong.yaml + - processed/pumpkinGoomba.yaml # - processed/pengi.yaml # - processed/actorlog.yaml |