diff options
Diffstat (limited to '')
-rw-r--r-- | kamek_pal.x | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kamek_pal.x b/kamek_pal.x index bbbf0b7..6f4b774 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -35,7 +35,7 @@ SECTIONS { CollidedWithTile = 0x80070CB0; - SomeStrangeModification = 0x80096E60; + handleTileCollision = 0x80096E60; Actor_GetVec3WithValuesAdded = 0x8006CED0; @@ -1181,7 +1181,7 @@ SECTIONS { SpawnEffect = 0x8016c9d0; /* MEGA TESTS */ - usedForDeterminingStatePress_or_playerCollision = 0x800964a0; + handlePlayerCollisionType = 0x800964a0; DoStuffAndMarkDead = 0x80097170; SmoothRotation = 0x8015f630; ClassAt1EC_Init = 0x8006D090; |