I’m new to Gecko / AR / etc but I’m trying to modify the following code to multiply the value x2 instead of overwriting it.
Quick level up [Paper Mario TTYD]
2EB07BF6 00000063
02B07BF6 00000063
The two lines say if the value at B07BF6 is less than 0x63 (99), then write two bytes (0x63) to set it to 99, correct? Not sure if I understood that right. In this context, 0x63 refers to 99 star points, which essentially levels you up quickly.
What I want to do is multiply whatever the value is by 2, instead of overwriting it with 0x63. Any advice is appreciated. Thanks!
Quick level up [Paper Mario TTYD]
2EB07BF6 00000063
02B07BF6 00000063
The two lines say if the value at B07BF6 is less than 0x63 (99), then write two bytes (0x63) to set it to 99, correct? Not sure if I understood that right. In this context, 0x63 refers to 99 star points, which essentially levels you up quickly.
What I want to do is multiply whatever the value is by 2, instead of overwriting it with 0x63. Any advice is appreciated. Thanks!
Comment