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