diff options
author | Stephen Simpson <megazig@gmail.com> | 2011-10-10 16:12:27 -0500 |
---|---|---|
committer | Stephen Simpson <megazig@gmail.com> | 2011-10-10 16:12:27 -0500 |
commit | 5f3eca3f6074605272b7bdde4a685d2f0934d6a7 (patch) | |
tree | 858805a7c4f495e202a5e954c7a320db57e83da1 /kamek_pal.x | |
parent | a61758720db96f59e0fb82aab9f326d37e186a11 (diff) | |
parent | c83ed47633a037acd6cdab7d37087bca5edd6daa (diff) | |
download | kamek-5f3eca3f6074605272b7bdde4a685d2f0934d6a7.tar.gz kamek-5f3eca3f6074605272b7bdde4a685d2f0934d6a7.zip |
Merge branch 'level-select' of ssh://treeki.shacknet.nu:30000/Kamek into level-select
Diffstat (limited to '')
-rw-r--r-- | kamek_pal.x | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kamek_pal.x b/kamek_pal.x index 2b545b8..2c46371 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -30,7 +30,21 @@ SECTIONS { UpdateObjectPosBasedOnSpeedValues_real = 0x8006CD40; dSprite_c__getXDirectionOfFurthestPlayerRelativeToVEC3 = 0x80096240; CalculateDistanceFromActorsNextPosToFurthestPlayer = 0x80064740; + + doSpriteMovement = 0x800955F0; + + + CollidedWithTile = 0x80070CB0; + SomeStrangeModification = 0x80096E60; + + Actor_GetVec3WithValuesAdded = 0x8006CED0; + ConvertStagePositionIntoScreenPosition__Maybe = 0x8006A4B0; + AnotherSoundRelatedFunction = 0x80198040; + YetAnotherSoundPlayer = 0x80199100; + CheckIfPlayingSound = 0x80196740; + StopSound = 0x801955E0; + RelatedToPlayingSoundsAlongsideAnims = 0x80105350; applyRotationX__4mMtxFPs = 0x8016EDF0; |