Dynamic Gravity (CTGP 200cc) [JoshuaMK] - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Cheat Codes (https://mariokartwii.com/forumdisplay.php?fid=51) +--- Forum: Incomplete & Outdated Codes (https://mariokartwii.com/forumdisplay.php?fid=60) +--- Thread: Dynamic Gravity (CTGP 200cc) [JoshuaMK] (/showthread.php?tid=1304) |
Dynamic Gravity (CTGP 200cc) [JoshuaMK] - JoshuaMK - 09-26-2019 Dynamic Gravity (CTGP 200cc) [JoshuaMK] NOTE: Outdated by 3.0 CTGP version. A modded Dynamic Gravity code made to work as closely to CTGP's dynamic gravity as possible. Only real difference is with this code, you can't cheese blue shells by abusing the gravity, which in my opinion makes this code superior to the one in CTGP. (NTSC-U) C25801FC 00000002 3D808142 D00300F4 D00C0800 00000000 C2590400 00000007 3D608142 3C804078 908B0804 C14B0804 C1AB0800 EDAD02B2 C03F0000 FD400890 EC21682A FF815040 409C0008 FC205090 60000000 00000000 (PAL) C2586A20 00000002 3D808142 D00300F4 D00C0800 00000000 C2596C24 00000007 3D608142 3C804078 908B0804 C14B0804 C1AB0800 EDAD02B2 C03F0000 FD400890 EC21682A FF815040 409C0008 FC205090 60000000 00000000 (NTSC-J) C25863A0 00000002 3D808142 D00300F4 D00C0800 00000000 C25965A4 00000007 3D608142 3C804078 908B0804 C14B0804 C1AB0800 EDAD02B2 C03F0000 FD400890 EC21682A FF815040 409C0008 FC205090 60000000 00000000 (NTSC-K) C2574A78 00000002 3D808142 D00300F4 D00C0800 00000000 C2584C7C 00000007 3D608142 3C804078 908B0804 C14B0804 C1AB0800 EDAD02B2 C03F0000 FD400890 EC21682A FF815040 409C0008 FC205090 60000000 00000000 #ASM #~~~~~~~~~~~~# #Inject > 805801FC# #~~~~~~~~~~~# lis r12, 0x8142 stfs f0, 0x00F4 (r3) stfs f0, 0x0800 (r12) #~~~~~~~~~~~~# #Inject > 80590400# #~~~~~~~~~~~# lis r11, 0x8142 lis r4, 0x4078 stw r4, 0x0804 (r11) lfs f10, 0x0804 (r11) lfs f13, 0x0800 (r11) fmuls f13, f13, f10 lfs f1, 0 (r31) fmr f10, f1 fadds f1, f1, f13 fcmpo cr7, f1, f10 bge cr7, the_end fmr f1, f10 the_end: Code Creator: JoshuaMK Code Contributors: Hamster35000vr (Gravity Float Address) |