Decompile manager32

This commit is contained in:
octorock
2021-09-26 14:05:32 +02:00
parent 08659c4001
commit 9283aa5afe
45 changed files with 236 additions and 947 deletions
+1 -4
View File
@@ -11,10 +11,7 @@ void Manager33_Main(Manager* this) {
u32 b = roomControls->roomOriginY + 0x140;
u32 y = (b - gPlayerEntity.y.HALF.HI) + 0x10;
if (this->action == 0) {
if (x < 0x20 &&
y < 0x20 &&
gPlayerEntity.height.HALF.HI < -0x18 &&
gPlayerState.field_0xa8 == 0x14) {
if (x < 0x20 && y < 0x20 && gPlayerEntity.height.HALF.HI < -0x18 && gPlayerState.field_0xa8 == 0x14) {
this->action += 1;
this->unk_0e = 0x5a;
SoundReq(SFX_10A);