diff options
author | Stephen Simpson <megazig@gmail.com> | 2011-10-15 19:45:54 -0500 |
---|---|---|
committer | Stephen Simpson <megazig@gmail.com> | 2011-10-15 19:45:54 -0500 |
commit | 85e0eb418a06e751653a4977464ff5ed92561768 (patch) | |
tree | 15a76fba669bdcd93be0fca3e4ae8d37707d3355 /kamek_pal.x | |
parent | 41e9d139fb839ad35ad61c57dfc239d648265980 (diff) | |
parent | d287567cb54f4ba68633e3580e5e39a38a533604 (diff) | |
download | kamek-85e0eb418a06e751653a4977464ff5ed92561768.tar.gz kamek-85e0eb418a06e751653a4977464ff5ed92561768.zip |
Merge branch 'level-select' of ssh://treeki.shacknet.nu:30000/Kamek into level-select
Diffstat (limited to '')
-rw-r--r-- | kamek_pal.x | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kamek_pal.x b/kamek_pal.x index b973515..9b36840 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -43,9 +43,10 @@ SECTIONS { AnotherSoundRelatedFunction = 0x80198040; YetAnotherSoundPlayer = 0x80199100; CheckIfPlayingSound = 0x80196740; - StopSoundBasic = 0x801955E0; RelatedToPlayingSoundsAlongsideAnims = 0x80105350; + ExitStage__Fiiii = 0x80102370; + applyRotationX__4mMtxFPs = 0x8016EDF0; applyRotationZ__4mMtxFPs = 0x8016F030; @@ -1166,6 +1167,8 @@ SECTIONS { SoundClassRelated = 0x8042a03c; BufferToCheckIfPlaying = 0x8042a768; + StopSoundBasic = 0x801955E0; + StopSoundRelated = 0x80196050; GetHermiteCurveValue = 0x8017d660; GetHermiteCurveValue__FfP10HermiteKeyUi = 0x8017d660; |