fix merge conflict and use EVENT_OBJECT_TEMPLATES_COUNT

This commit is contained in:
DizzyEggg
2018-11-18 20:19:10 +01:00
37 changed files with 2386 additions and 4655 deletions
+1 -1
View File
@@ -521,7 +521,7 @@ static void Task_Hof_InitTeamSaveData(u8 taskId)
static void Task_Hof_TrySaveData(u8 taskId)
{
gGameContinueCallback = CB2_DoHallOfFameScreenDontSaveData;
if (TrySavingData(3) == 0xFF && gDamagedSaveSectors != 0)
if (TrySavingData(SAVE_HALL_OF_FAME) == 0xFF && gDamagedSaveSectors != 0)
{
UnsetBgTilemapBuffer(1);
UnsetBgTilemapBuffer(3);