diff options
author | Treeki <treeki@gmail.com> | 2012-12-09 02:34:40 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-12-09 02:34:40 +0100 |
commit | a79596b7dabae812c3d6e72ef8b98a7e3b58e3bc (patch) | |
tree | 2ca496f87e122e616318134cdc9701e8f371977f | |
parent | fce1934bcbd87f3ff3aa8c590b257dfb0600e108 (diff) | |
download | kamek-a79596b7dabae812c3d6e72ef8b98a7e3b58e3bc.tar.gz kamek-a79596b7dabae812c3d6e72ef8b98a7e3b58e3bc.zip |
hopefully this'll fix the map music issues permanently
Diffstat (limited to '')
-rw-r--r-- | koopatlas.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/koopatlas.yaml b/koopatlas.yaml index d4c04cf..e71dbdc 100644 --- a/koopatlas.yaml +++ b/koopatlas.yaml @@ -87,3 +87,9 @@ hooks: src_addr_pal: 0x809216EC branch_type: b target_func: ClearLastPowerupStoreTypeAfterGameOver + + - name: DisableRetailMapMusic + type: patch + addr_pal: 0x800696CC + data: '38600020' + |