Skip to content

Commit

Permalink
Remark ZNPC_AnimTable_BossSBobbyArm as non-matching
Browse files Browse the repository at this point in the history
  • Loading branch information
escape209 committed Aug 20, 2024
1 parent c874c47 commit 188411f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/SB/Game/zNPCTypeBoss.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,12 @@ void ZNPC_Destroy_Boss(xFactoryInst* inst)
delete inst;
}

#ifdef NON_MATCHING
xAnimTable* ZNPC_AnimTable_BossSBobbyArm()
{
xAnimTable* table;

S32 ourAnims[2] = { 1, 0 };
S32 ourAnims[2] = { 0, 1 };

// Nearly identical, save for a redundant r5 load being skipped.
table = xAnimTableNew("zNPCBBobbyArm", NULL, ourAnims[0]);
Expand All @@ -198,6 +199,7 @@ xAnimTable* ZNPC_AnimTable_BossSBobbyArm()

return table;
}
#endif

void BOSS_InitEffects();

Expand Down

0 comments on commit 188411f

Please sign in to comment.