address comments

This commit is contained in:
Kurausukun
2020-11-02 18:43:11 -05:00
parent fe40c0c466
commit 8bf401c227
19 changed files with 48 additions and 81 deletions
+1 -1
View File
@@ -5292,7 +5292,7 @@ static void Task_ShowTourneyTree(u8 taskId)
gTasks[taskId].tState++;
break;
case 2:
sTilemapBuffer = AllocZeroed(0x800);
sTilemapBuffer = AllocZeroed(BG_SCREEN_SIZE);
LZDecompressWram(gDomeTourneyLineMask_Tilemap, sTilemapBuffer);
SetBgTilemapBuffer(1, sTilemapBuffer);
CopyBgTilemapBufferToVram(1);