Freeze Character Rotation [Vega] Press activator to freeze/disable the character's longitude and latitude rotation (spin/tilt). Press activator again to re-enable it, character's rotatino will automatically re-sync. Link to X,Y,Z values - https://mariokartwii.com/nonmkwcodes/dbzbt3/bt3gecko.txt NTSC-U 283BXXXX YYYYZZZZ 04045498 4BFC3EB1 CC000000 00000000 04045498 60000000 E0000000 80008000 Source: At address 80045498, is a basic function call of loading the rotation long/lat from one spot of memory to another. The "write" spot is modifiable (takes effect in game). So by simply Nopping this small function call, the new rotatino values never make it to the "write" spot. Thus, freezing all rotation. Fyi, we cannot 'blr' said function call because it's shared with other operations. Final comment, this address-4, is best hook for C2 ASM. When doing a pause on Dolphin, making edits to rotation, setting Write BP on edits, then resuming Dolphin. This is the earliest break. Also, it appears to be the only hook handling rotation updates to the 'write spot'. Code creator: Vega