From a61758720db96f59e0fb82aab9f326d37e186a11 Mon Sep 17 00:00:00 2001 From: Stephen Simpson Date: Mon, 10 Oct 2011 16:04:33 -0500 Subject: 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 --- kamek_ntsc.x | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'kamek_ntsc.x') 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) -- cgit v1.2.3