Super Mario Sunshine Save/Load Mario's position Press D-Pad Left to save Mario's position and D-Pad Right to load Mario's position. NTSC-J: 2440a39c 80000000 82200000 8040a39c 80000001 80749f00 e2000001 00000000 28400d50 00000001 8a000c01 00000000 e2000001 00000000 28400d51 00000002 8a000c01 00000000 e2000001 00000000 NTSC-U: 2440e10c 80000000 82200000 8040e10c 80000001 8056dd00 e2000001 00000000 28404454 00000001 8a000c01 00000000 e2000001 00000000 28404455 00000002 8a000c10 00000000 e2000001 00000000 Notes: 2440e10c 80000000 #if 0x8040e10c == 0x80000000 82200000 8040e10c #set gr0 to the value at 0x8040e10c 80000001 8056dd00 #set gr1 to 0x8056dd00 e2000001 00000000 #endif 28404454 00000001 #if 0x80404454 (byte) == 1 8a000c01 00000000 #copy 0xC bytes from [gr0] to [gr1] e2000001 00000000 #endif 28404455 00000002 #if 0x80404455 (byte) == 2 8a000c10 00000000 #copy 0xC bytes from [gr1] to [gr0] e2000001 00000000 #endif