diff options
author | Treeki <treeki@gmail.com> | 2013-04-13 09:13:29 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-04-13 09:13:50 +0200 |
commit | 869d0a60e670d8a3c40f789e4f56dd4caf5bad5e (patch) | |
tree | fac49713b78ff1836dee0c0ba53e7408e3e33d2e /chestnut.yaml | |
parent | bc2e90e6966768154e2c45d0294eb843cd03a333 (diff) | |
download | kamek-869d0a60e670d8a3c40f789e4f56dd4caf5bad5e.tar.gz kamek-869d0a60e670d8a3c40f789e4f56dd4caf5bad5e.zip |
add crapnut
Diffstat (limited to '')
-rw-r--r-- | chestnut.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/chestnut.yaml b/chestnut.yaml new file mode 100644 index 0000000..1b4b60f --- /dev/null +++ b/chestnut.yaml @@ -0,0 +1,16 @@ +--- +source_files: [../src/chestnut.cpp] + +hooks: + - name: BuildChestnut + type: add_func_pointer + src_addr_pal: 0x80978E90 + target_func: 'daEnChestnut_c::build(void)' + - name: ChestnutSpriteFileInfo + type: add_func_pointer + src_addr_pal: 0x8031B04C + target_func: 'ChestnutFileList' + - name: ChestnutFixSpawnPosition + type: patch + addr_pal: 0x8030D544 + data: '00000008 FFFFFFF0' |