diff options
author | Stephen Simpson <megazig@gmail.com> | 2011-10-10 16:04:33 -0500 |
---|---|---|
committer | Stephen Simpson <megazig@gmail.com> | 2011-10-10 16:04:33 -0500 |
commit | a61758720db96f59e0fb82aab9f326d37e186a11 (patch) | |
tree | 8df4117f3723132afa42ecd35e28189b3b69196b /worldmap.yaml | |
parent | 9cde0784c0d82a4e95d7ff7195537d3a519efeb9 (diff) | |
download | kamek-a61758720db96f59e0fb82aab9f326d37e186a11.tar.gz kamek-a61758720db96f59e0fb82aab9f326d37e186a11.zip |
got MountainGoomba to a working condition
added Hermite Interpolation into linker and common.h
added player.cpp and player.h for some common functions
removed classic controller hack from NewerProject.yaml
added more PSVEC functions to linker
Diffstat (limited to '')
-rw-r--r-- | worldmap.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/worldmap.yaml b/worldmap.yaml index c59db28..c49748d 100644 --- a/worldmap.yaml +++ b/worldmap.yaml @@ -6,6 +6,7 @@ source_files: - ../src/levelinfo.cpp
- ../src/layoutlib.S
- ../src/scene.S
+ - ../src/player.cpp
hooks:
- name: BuildWorldMap
|