decompile fldeff_80F9BCC with data

This commit is contained in:
garak
2018-12-09 19:22:59 -05:00
parent 50f00b0827
commit b4312648e2
11 changed files with 1651 additions and 2707 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ void AllocateBattleResources(void)
if (gBattleTypeFlags & BATTLE_TYPE_SECRET_BASE)
{
u16 currSecretBaseId = VarGet(VAR_0x4054);
u16 currSecretBaseId = VarGet(VAR_CURRENT_SECRET_BASE);
CreateSecretBaseEnemyParty(&gSaveBlock1Ptr->secretBases[currSecretBaseId]);
}
}