Merge pull request #370 from DizzyEggg/battle_tower

Decompile Battle Tower
This commit is contained in:
Diegoisawesome
2018-10-30 11:18:24 -05:00
committed by GitHub
48 changed files with 3154 additions and 8047 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ static void ShowMapNamePopUpWindow(void)
else
{
withoutPrefixPtr = &(mapDisplayHeader[3]);
mapDisplayHeaderSource = gBattlePyramid_MapHeaderStrings[gSaveBlock2Ptr->frontier.field_CB2];
mapDisplayHeaderSource = gBattlePyramid_MapHeaderStrings[gSaveBlock2Ptr->frontier.curChallengeBattleNum];
}
StringCopy(withoutPrefixPtr, mapDisplayHeaderSource);
}