10-21-2024, 05:27 PM
Don't Hide Character When Using Bullet Bill [B_squo]
When using the Bullet Bill, you character and vehicle won't hide, but the Bullet Bill will remain hidden.
The function 0x80590a9c (PAL) appears to be a "setVisible" kind of function, that will show or hide you player's vehicle / character, or Bullet Bill depending on the arguments you pass to it:
r4: isVehicleVisible
r5: isBulletVisible
r6: updateVisibility
r7: isMii
If updateVisibility is false, then the visibility will only update if players haven't vanished
PAL
0459B8B4 60000000
NTSC-U
045b089c 60000000
NTSC-J
0459b234 60000000
NTSC-K
0458990c 60000000
Code creator: B_squo
When using the Bullet Bill, you character and vehicle won't hide, but the Bullet Bill will remain hidden.
The function 0x80590a9c (PAL) appears to be a "setVisible" kind of function, that will show or hide you player's vehicle / character, or Bullet Bill depending on the arguments you pass to it:
r4: isVehicleVisible
r5: isBulletVisible
r6: updateVisibility
r7: isMii
If updateVisibility is false, then the visibility will only update if players haven't vanished
PAL
0459B8B4 60000000
NTSC-U
045b089c 60000000
NTSC-J
0459b234 60000000
NTSC-K
0458990c 60000000
Code creator: B_squo