diff options
author | Treeki <treeki@gmail.com> | 2011-09-19 21:05:05 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-09-19 21:05:05 +0200 |
commit | 2ce313d6b162fcb6e9e3790316848c72ff0bf012 (patch) | |
tree | 973dd86b8f186b6bccc4669657714a565780518a /kamek_ntsc2.x | |
parent | 318e61000f4c57758288b8826b48afb08ddd488b (diff) | |
download | kamek-2ce313d6b162fcb6e9e3790316848c72ff0bf012.tar.gz kamek-2ce313d6b162fcb6e9e3790316848c72ff0bf012.zip |
glowy model support added to MrSun
Diffstat (limited to '')
-rw-r--r-- | kamek_ntsc2.x | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kamek_ntsc2.x b/kamek_ntsc2.x index 95523f8..1328e90 100644 --- a/kamek_ntsc2.x +++ b/kamek_ntsc2.x @@ -23,10 +23,12 @@ SECTIONS { /* Mr Sun Related */ - BubbleModel = 0x809D0CC0; - BubbleDraw = 0x809D0850; ActivePhysics_InitWithStruct = 0x8008C3E0; ActivePhysics_AddToList = 0x8008C330; + HandleXSpeed = 0x8006CD90; + HandleYSpeed = 0x8006CDE0; + UpdateObjectPosBasedOnSpeedValues_real = 0x8006CD40; + dSprite_c__getXDirectionOfFurthestPlayerRelativeToVEC3 = 0x80096240; |