Decompile manager35

This commit is contained in:
octorock
2021-08-30 17:56:22 +02:00
parent 29d7c7bd6b
commit d632913122
47 changed files with 163 additions and 338 deletions
+1 -1
View File
@@ -232,4 +232,4 @@ void (*const BookActionFuncs[])(Entity*) = {
sub_0809B3C4, sub_0809B4A8, sub_0809B524, sub_0809B56C, sub_0809B5B4, sub_0809B5EC,
};
const s8 gUnk_08123D94[] = { -22, -20, -20, -20 };
const s8 gUnk_08123D94[] = { -22, -20, -20, -20 };
+1 -3
View File
@@ -4,8 +4,6 @@
#include "player.h"
#include "functions.h"
extern void DoExitTransition(void*);
extern void (*const gUnk_08122254[])(Entity*);
extern u16 gUnk_0812225C[];
@@ -35,6 +33,6 @@ void sub_08090F00(Entity* this) {
}
if ((gPlayerState.flags.all & 0x80) && sub_080041A0(this, &gPlayerEntity, 4, 4) &&
(gPlayerEntity.height.HALF.HI == 0) && (((u16)gPlayerState.field_0x90.HALF.LO) & gUnk_0812225C[this->type2])) {
DoExitTransition((Entity*)GetCurrentRoomProperty(this->actionDelay));
DoExitTransition(GetCurrentRoomProperty(this->actionDelay));
}
}