diff options
-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 |