diff options
author | Treeki <treeki@gmail.com> | 2013-05-20 16:44:31 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-05-20 16:44:31 +0200 |
commit | ca6c32d2a070f2813c926b307fb4e9ce5e96f448 (patch) | |
tree | 24408a40099e71de17373a5d31ba2b70957778d5 | |
parent | 21c251a646bb380a5bfaeaa7e473885128d54c21 (diff) | |
download | kamek-ca6c32d2a070f2813c926b307fb4e9ce5e96f448.tar.gz kamek-ca6c32d2a070f2813c926b307fb4e9ce5e96f448.zip |
hammer ignore mario/yoshi
Diffstat (limited to '')
-rw-r--r-- | poweruphax.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/poweruphax.yaml b/poweruphax.yaml index 5e222a5..651e6aa 100644 --- a/poweruphax.yaml +++ b/poweruphax.yaml @@ -1,6 +1,8 @@ --- source_files: [../src/poweruphax.S, ../src/poweruphax.cpp] hooks: + - {name: HammerDontTouchMario, type: nop_insn, area_pal: 0x8001DFDC} + - {name: HammerDontTouchYoshi, type: nop_insn, area_pal: 0x8001E02C} - name: GetInfoFromDumbTable type: branch_insn branch_type: b |