diff options
author | Colin Noga <Tempus@Spectrum-Song.local> | 2011-10-15 03:23:27 -0500 |
---|---|---|
committer | Colin Noga <Tempus@Spectrum-Song.local> | 2011-10-15 03:23:27 -0500 |
commit | d287567cb54f4ba68633e3580e5e39a38a533604 (patch) | |
tree | f9ff45ea3680f1dafb630e678ec85d88362de8a0 /kamek_pal.x | |
parent | f490f30abf396ad8d0ce4ccfe5337c9949776ed8 (diff) | |
download | kamek-d287567cb54f4ba68633e3580e5e39a38a533604.tar.gz kamek-d287567cb54f4ba68633e3580e5e39a38a533604.zip |
some touch ups, animations, effects, sounds, the stage end function, and a proper wipe, fake coin improvements
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 d804d25..4633975 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; @@ -1142,6 +1143,8 @@ SECTIONS { SoundClassRelated = 0x8042a03c; BufferToCheckIfPlaying = 0x8042a768; + StopSoundBasic = 0x801955E0; + StopSoundRelated = 0x80196050; GetHermiteCurveValue = 0x8017d660; GetHermiteCurveValue__FfP10HermiteKeyUi = 0x8017d660; |