diff options
author | Colin Noga <Tempus@Spectrum-Song.local> | 2011-09-17 03:22:51 -0500 |
---|---|---|
committer | Colin Noga <Tempus@Spectrum-Song.local> | 2011-09-17 03:22:51 -0500 |
commit | ea1bfd94f592380f66263a5201e878cb68e5fb80 (patch) | |
tree | 221e27b73ea836333ca2983651f84d8156ec94aa /kamek_pal.x | |
parent | cee981495f3799f92b49809dc3d802b7fce1b248 (diff) | |
download | kamek-ea1bfd94f592380f66263a5201e878cb68e5fb80.tar.gz kamek-ea1bfd94f592380f66263a5201e878cb68e5fb80.zip |
MrSun, with linker problems due to doStateChange
Diffstat (limited to '')
-rw-r--r-- | kamek_pal.x | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/kamek_pal.x b/kamek_pal.x index c9d0095..12d1ea4 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -23,12 +23,14 @@ SECTIONS { /* Mr Sun Related */ - BubbleModel = 0x809D0C80; - BubbleDraw = 0x809D0810; ActivePhysics_InitWithStruct = 0x8008C3E0; ActivePhysics_AddToList = 0x8008C330; - - + HandleXSpeed = 0x8006CD90; + HandleYSpeed = 0x8006CDE0; + UpdateObjectPosBasedOnSpeedValues_real = 0x8006CD40; + dSprite_c__getXDirectionOfFurthestPlayerRelativeToVEC3 = 0x80096240; + + _savefpr_14 = 0x802DCF98; |