diff options
author | Treeki <treeki@gmail.com> | 2012-12-01 18:06:46 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-12-01 18:06:46 +0100 |
commit | 834fa727b32302a8580690c8aa94507b03223189 (patch) | |
tree | 7120120a04448b504beb859d07d5df536ed27ed2 | |
parent | f0c76ebaf3b871dca30bc8bf91f9ac1c0a472628 (diff) | |
download | kamek-834fa727b32302a8580690c8aa94507b03223189.tar.gz kamek-834fa727b32302a8580690c8aa94507b03223189.zip |
A Thing
Diffstat (limited to '')
-rw-r--r-- | poweruphax.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/poweruphax.yaml b/poweruphax.yaml index c46cb5f..12060d1 100644 --- a/poweruphax.yaml +++ b/poweruphax.yaml @@ -732,3 +732,11 @@ hooks: src_addr_pal: 0x808AAF90 target_func: 'StrongboxGiveBattleItem' + - name: NoSoundBattleKinopio + type: nop_insn + area_pal: 0x808AB5FC + + - name: NoDrawBattleKinopio + type: nop_insn + area_pal: [0x807B9F74,0x807B9F88] + |