Freeze Timer [Vega] Press & hold button to freeze timer. Let go to allow timer to continue. Only tested in basketball. NTSC-U 0418A468 3C60804D 284CCF12 YYYYZZZZ 0418A468 4E800020 E0000000 80008000 "Source": Instruction of "lis r3, 0x804D" at address 0x8018A468 is replaced with "blr". This instruction is the start of a very small function that is called to updates/writes (decrement) the frame count (frames left in game) in dynamic memory. We can simply "cancel" the function with a "blr" at the very start. You could also instead place a nop on the parent function's corresponding "bl XXXXXXXX" instruction, but I'm not 100% sure if any other parent functions call this function. So to be safe, a blr inside the function itself was done. Code creator: Vega Code credits: Bully (Button Activator)