mirror of
https://github.com/zeldaret/tmc
synced 2026-08-16 21:18:15 -04:00
Decompile manager35
This commit is contained in:
+1
-1
@@ -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 };
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user