Place gUnk_0811BABC inside PortalShrinkUpdate

This commit is contained in:
Tal Hayon 2022-02-19 07:59:27 +02:00
parent 1d2d819596
commit ee99ca7a4a
1 changed files with 3 additions and 4 deletions

View File

@ -1174,11 +1174,10 @@ static void PortalShrinkInit(Entity* this) {
SoundReq(SFX_PLY_SHRINKING); SoundReq(SFX_PLY_SHRINKING);
} }
static const u8 gUnk_0811BABC[] = {
1, 1, 1, 1, 2, 4, 8, 16,
};
void PortalShrinkUpdate(Entity* this) { void PortalShrinkUpdate(Entity* this) {
static const u8 gUnk_0811BABC[] = {
1, 1, 1, 1, 2, 4, 8, 16,
};
int iVar3; int iVar3;
u32 uVar5; u32 uVar5;
u32 uVar7; u32 uVar7;