diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-02-29 14:43:35 -0600 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-02-29 14:43:35 -0600 |
commit | 3f22b00986d9fe2ebc0b596235b9093a96720614 (patch) | |
tree | 7c4d1817b7a1e987e16a07ba8d54aac90e47375a /meteor.yaml | |
parent | 9884b4841032f85c3a94cb5854b244b1235683b0 (diff) | |
download | kamek-3f22b00986d9fe2ebc0b596235b9093a96720614.tar.gz kamek-3f22b00986d9fe2ebc0b596235b9093a96720614.zip |
Added meteor, changes to fuzzybear intro (now complete), some header tweaks
Diffstat (limited to 'meteor.yaml')
-rw-r--r-- | meteor.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meteor.yaml b/meteor.yaml new file mode 100644 index 0000000..765d350 --- /dev/null +++ b/meteor.yaml @@ -0,0 +1,10 @@ +--- +# Replaces EN_TARZANROPE + +source_files: [../src/meteor.cpp] +hooks: + - name: BuildMeteor + type: add_func_pointer + src_addr_pal: 0x80B0A940 + target_func: 'dMeteor::build(void)' + |