Change VR Limit [XeR]
#1
Change VR Limit [XeR]

Formerly known as Extend VR Limit.

This code changes the standard VR Limit barrier to the value contained in XXXX.

XXXX = VR Limit; any number from 0 thru 7FFF

NTSC-U
02528E12 0000XXXX
02528E1A 0000XXXX
0261C3C6 0000XXXX
0261C3D2 0000XXXX
0283A7AE 0000XXXX
0283A7B6 0000XXXX

PAL
0252D286 0000XXXX
0252D28E 0000XXXX
0264F6DA 0000XXXX
0264F6E6 0000XXXX
0285C23E 0000XXXX
0285C246 0000XXXX

NTSC-J
0252CC06 0000XXXX
0252CC0E 0000XXXX
0264ED46 0000XXXX
0264ED52 0000XXXX
0285B8AA 0000XXXX
0285B8B2 0000XXXX

NTSC-K
0251B2DE 0000XXXX
0251B2E6 0000XXXX
0263D9F2 0000XXXX
0263D9FE 0000XXXX
0284A5FE 0000XXXX
0284A606 0000XXXX

Code creator: XeR
Reply
#2
XeR made this
Reply
#3
Fixed
Reply
#4
(03-07-2018, 10:55 PM)Vega Wrote: Extend VR Limit [XeR]

This code removes the 9999VR barrier. VR Limit is now at 32767.

NTSC-U
02528E12 00007FFF
02528E1A 00007FFF
0261C3C6 00007FFF
0261C3D2 00007FFF
0283A7AE 00007FFF
0283A7B6 00007FFF

PAL
0252D286 00007FFF
0252D28E 00007FFF
0264F6DA 00007FFF
0264F6E6 00007FFF
0285C23E 00007FFF
0285C246 00007FFF

NTSC-J
0252CC06 00007FFF
0252CC0E 00007FFF
0264ED46 00007FFF
0264ED52 00007FFF
0285B8AA 00007FFF
0285B8B2 00007FFF

NTSC-K
0251B2DE 00007FFF
0251B2E6 00007FFF
0263D9F2 00007FFF
0263D9FE 00007FFF
0284A5FE 00007FFF
0284A606 00007FFF

Code created by: XeR
This code is obviously editable, as in the last four digits of the line (7FFF) is actually changeable! Just set it to an hexadecimal number and it will make that its limit. However, If you plan on using this in hacker regions of Wiimmfi, Don't set it to 0000 or anything above 270F. You will be banned for any value below 1 or above 9999
~MarioKartWii.com #1~
Reply
#5
Yup, tbh idk why this hasn't had the variable marked with XXXX
Super Mario Eclipse, what Super Mario Sunshine could've been.
Reply
#6
(11-14-2020, 07:16 AM)JoshuaMK Wrote: Yup, tbh idk why this hasn't had the variable marked with XXXX
The only reason I learned this was so I could do a new type of ranking system for MKWBR (which is also why I want to learn the star rank stuff so I can remake a full out competitive ranked mkwii)
~MarioKartWii.com #1~
Reply
#7
there was a problem where any value past 7FFF wouldn't exactly work properly but I never tested to know why that is. Probably going negative if I had to guess
[Image: unknown.png]
Reply
#8
(11-14-2020, 05:03 PM)Mewmaster99 Wrote: there was a problem where any value past 7FFF wouldn't exactly work properly but I never tested to know why that is. Probably going negative if I had to guess
It's an overflow I am pretty sure, it goes to a negative value.
~MarioKartWii.com #1~
Reply
#9
Updated code with placeholders
Reply
#10
(11-14-2020, 05:03 PM)Mewmaster99 Wrote: there was a problem where any value past 7FFF wouldn't exactly work properly but I never tested to know why that is. Probably going negative if I had to guess
Also, I am pretty sure that the vr limit is only controlled by a halfword (is that correct term usage?). That is why you cant enter aboveĀ 32767. It is also probably because it is a using a 16 bit signed integer, which the highest value enterable is 7FFF or 32767.
~MarioKartWii.com #1~
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)