09-10-2022, 01:26 AM
Disable GBA Shy Guy Beach Camera Height Lock in Specific SlotsĀ [Ro]
This code allows disabling the GBA Shy Guy Beach camera height lock when under a certain Y coordinate for specific slots. This is made for Custom Track creators & Custom Track Distributions.
NTSC-U
C2597A00 00000003
801F0B68 2C0000XX
40820008 38000000
60000000 00000000
C259B370 00000003
80030B68 2C0000XX
40820008 38000000
60000000 00000000
PAL
C25A2A38 00000003
801F0B68 2C0000XX
40820008 38000000
60000000 00000000
C25A63A8 00000003
80030B68 2C0000XX
40820008 38000000
60000000 00000000
NTSC-J
C25A23B8 00000003
801F0B68 2C0000XX
40820008 38000000
60000000 00000000
C25A5D28 00000003
80030B68 2C0000XX
40820008 38000000
60000000 00000000
NTSC-K
C2590A90 00000003
801F0B68 2C0000XX
40820008 38000000
60000000 00000000
C2594400 00000003
80030B68 2C0000XX
40820008 38000000
60000000 00000000
Code creator: Ro
This code allows disabling the GBA Shy Guy Beach camera height lock when under a certain Y coordinate for specific slots. This is made for Custom Track creators & Custom Track Distributions.
NTSC-U
C2597A00 00000003
801F0B68 2C0000XX
40820008 38000000
60000000 00000000
C259B370 00000003
80030B68 2C0000XX
40820008 38000000
60000000 00000000
PAL
C25A2A38 00000003
801F0B68 2C0000XX
40820008 38000000
60000000 00000000
C25A63A8 00000003
80030B68 2C0000XX
40820008 38000000
60000000 00000000
NTSC-J
C25A23B8 00000003
801F0B68 2C0000XX
40820008 38000000
60000000 00000000
C25A5D28 00000003
80030B68 2C0000XX
40820008 38000000
60000000 00000000
NTSC-K
C2590A90 00000003
801F0B68 2C0000XX
40820008 38000000
60000000 00000000
C2594400 00000003
80030B68 2C0000XX
40820008 38000000
60000000 00000000
Code creator: Ro
Quote:Source:
lwz r0, 0xB68 (r3)
cmpwi r0, 0xXX
bne AllowCameraLockrSGB
li r0, 0
AllowCameraLockrSGB: