Does this do in-race room size or overall room size (such as includes ppl in watching live view)?
Also, if it's for in-race size, does this instruction execute every frame during the race?
I have an address for overall size (breaks every frame during idle room, in-between races, during race, etc). I also have an address for in-race room size but unfortunately it only gets called when you hit a box (for item probability adjustment just in case somebody D/Ced)
NTSC-U addresses (both founded by me)
overall - 80653664 lwz r0, 0x0040 (r4) #r0 holds size after instruction is executed EDIT: Counts guests as 0
in-race - 807AC3C0 cmpwi r9, 0xC #r9 holds size
Also, if it's for in-race size, does this instruction execute every frame during the race?
I have an address for overall size (breaks every frame during idle room, in-between races, during race, etc). I also have an address for in-race room size but unfortunately it only gets called when you hit a box (for item probability adjustment just in case somebody D/Ced)
NTSC-U addresses (both founded by me)
overall - 80653664 lwz r0, 0x0040 (r4) #r0 holds size after instruction is executed EDIT: Counts guests as 0
in-race - 807AC3C0 cmpwi r9, 0xC #r9 holds size