diff options
author | Stephen Simpson <megazig@gmail.com> | 2011-10-10 16:04:33 -0500 |
---|---|---|
committer | Stephen Simpson <megazig@gmail.com> | 2011-10-10 16:04:33 -0500 |
commit | a61758720db96f59e0fb82aab9f326d37e186a11 (patch) | |
tree | 8df4117f3723132afa42ecd35e28189b3b69196b /kamek_ntsc.x | |
parent | 9cde0784c0d82a4e95d7ff7195537d3a519efeb9 (diff) | |
download | kamek-a61758720db96f59e0fb82aab9f326d37e186a11.tar.gz kamek-a61758720db96f59e0fb82aab9f326d37e186a11.zip |
got MountainGoomba to a working condition
added Hermite Interpolation into linker and common.h
added player.cpp and player.h for some common functions
removed classic controller hack from NewerProject.yaml
added more PSVEC functions to linker
Diffstat (limited to '')
-rw-r--r-- | kamek_ntsc.x | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kamek_ntsc.x b/kamek_ntsc.x index 802aba3..a9e44b5 100644 --- a/kamek_ntsc.x +++ b/kamek_ntsc.x @@ -403,6 +403,8 @@ SECTIONS { instance__10dFlagMgr_c = 0x8042A078; + clear__13ActivePhysicsFv = 0x8008C2C0; + removeFromList__13ActivePhysicsFv = 0x8008C380; addToList__13ActivePhysicsFv = 0x8008C330; initWithStruct__13ActivePhysicsFP8dActor_cPQ213ActivePhysics4Info = 0x8008C3E0; @@ -878,8 +880,16 @@ SECTIONS { PSMTXScaleApply = 0x801C0C90; PSMTXMultVec = 0x801C1160; + PSVECAdd = 0x801C13F0; + PSVECSubtract = 0x801C1420; PSVECScale = 0x801C1450; PSVECNormalize = 0x801C1470; + /*PSVECSquareMag*/ + PSVECMag = 0x801C14C0; + PSVECDotProduct = 0x801C1510; + PSVECCrossProduct = 0x801C1530; + PSVECSquareDistance = 0x801C1570; + PSVECDistance = 0x801C1650; C_MTXLookAt = 0x801C0DA0; C_MTXFrustum = 0x801C11C0; @@ -1063,6 +1073,9 @@ SECTIONS { SomeWipeClass = 0x8042A440; QueryGlobal5758 = 0x800B3B50; + GetHermiteCurveValue = 0x8017D520; + GetHermiteCurveValue__FfP10HermiteKeyUi = 0x8017D520; + .text : { FILL (0) |