diff options
author | Stephen Simpson <megazig@gmail.com> | 2011-10-11 02:05:42 -0500 |
---|---|---|
committer | Stephen Simpson <megazig@gmail.com> | 2011-10-11 02:05:42 -0500 |
commit | baa86aba60247a79a688951e96fad9eed7c65791 (patch) | |
tree | 274196440f5b0ad44d42c2b7cfe5c9cfb9ac3da2 /kamek_pal.x | |
parent | 731f084d304118cb6e52b144996146ba193e2eb8 (diff) | |
download | kamek-baa86aba60247a79a688951e96fad9eed7c65791.tar.gz kamek-baa86aba60247a79a688951e96fad9eed7c65791.zip |
fixed hardcoded r13 in PlaySound to enable ntsc fun
Diffstat (limited to '')
-rw-r--r-- | kamek_pal.x | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kamek_pal.x b/kamek_pal.x index 7ef8799..aa7b25a 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -1087,6 +1087,7 @@ SECTIONS { SomeWipeClass = 0x8042A720; QueryGlobal5758 = 0x800B3B50; + SoundClassRelated = 0x8042a03c; BufferToCheckIfPlaying = 0x8042a768; GetHermiteCurveValue = 0x8017d660; |