diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-03-06 21:50:10 -0600 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-03-06 21:50:10 -0600 |
commit | 19632e9b183402bb9a05030e12d0f1003765c31a (patch) | |
tree | 36fd2cd8141539e2811ed016f3e2f85de6055eb4 /bossPodouble.yaml | |
parent | 31fa0c0911000444af0e3b668caf51f061517689 (diff) | |
download | kamek-19632e9b183402bb9a05030e12d0f1003765c31a.tar.gz kamek-19632e9b183402bb9a05030e12d0f1003765c31a.zip |
Improvements to ThwompaDomp, game.h, added Poodle, topman sprite
Diffstat (limited to 'bossPodouble.yaml')
-rw-r--r-- | bossPodouble.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bossPodouble.yaml b/bossPodouble.yaml new file mode 100644 index 0000000..4d34ffe --- /dev/null +++ b/bossPodouble.yaml @@ -0,0 +1,10 @@ +--- +# Replaces Ship_Window + +source_files: [../src/bossPodouble.cpp] +hooks: + - name: PodoubleBuild + type: add_func_pointer + src_addr_pal: 0x8097B0D0 + target_func: 'daPodouble::build(void)' + |