diff options
author | Stephen Simpson <megazig@gmail.com> | 2011-10-11 00:00:45 -0500 |
---|---|---|
committer | Stephen Simpson <megazig@gmail.com> | 2011-10-11 00:00:45 -0500 |
commit | 10cf77e8d624b18d8e9be7f6fd4c6b207da3f432 (patch) | |
tree | 923306cf050927bb4499cdaea23bcdd9b47e219b /kamek_pal.x | |
parent | a3b964eca0b1acbb52396c7ed1d5ed4abdd0a39d (diff) | |
download | kamek-10cf77e8d624b18d8e9be7f6fd4c6b207da3f432.tar.gz kamek-10cf77e8d624b18d8e9be7f6fd4c6b207da3f432.zip |
Fixed StopSound and renamed to StopSoundBasic for linker
Diffstat (limited to '')
-rw-r--r-- | kamek_pal.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kamek_pal.x b/kamek_pal.x index 8e8b34c..7ef8799 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -43,7 +43,7 @@ SECTIONS { AnotherSoundRelatedFunction = 0x80198040; YetAnotherSoundPlayer = 0x80199100; CheckIfPlayingSound = 0x80196740; - StopSound = 0x801955E0; + StopSoundBasic = 0x801955E0; RelatedToPlayingSoundsAlongsideAnims = 0x80105350; |