From 0405d27af505da506ffa9daaeaf6d32d9be56958 Mon Sep 17 00:00:00 2001 From: Stephen Simpson Date: Sat, 22 Oct 2011 17:37:45 -0500 Subject: fixups for launching goombas and changed function naming --- kamek_pal.x | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kamek_pal.x') 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; -- cgit v1.2.3