From 4d5d95ec2c70578627353e40047462c82ac695c1 Mon Sep 17 00:00:00 2001 From: Stephen Simpson Date: Wed, 19 Oct 2011 12:27:26 -0500 Subject: added player and sprite collision to MG added a Turn state to MG semi-fixed collision box for MG --- kamek_pal.x | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kamek_pal.x') diff --git a/kamek_pal.x b/kamek_pal.x index 9b36840..f8dcb37 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -1175,6 +1175,10 @@ SECTIONS { SpawnEffect = 0x8016c9d0; + /* MEGA TESTS */ + usedForDeterminingStatePress_or_playerCollision = 0x800964a0; + DoStuffAndMarkDead = 0x80097170; + SmoothRotation = 0x8015f630; .text : { FILL (0) -- cgit v1.2.3