summaryrefslogtreecommitdiff
path: root/src/trainer_tower.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-10 16:17:46 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-10 16:17:46 -0400
commitaea30489fc3994a856ba929d075ed762c7fb1967 (patch)
tree314df4c8afe5ef19243d63a3f7851f5e4c54fc9e /src/trainer_tower.c
parenta205881ce2caa89a1b2690df9bd335201df2aeda (diff)
Create COPYWIN defines for CopyWindowToVram calls
Diffstat (limited to 'src/trainer_tower.c')
-rw-r--r--src/trainer_tower.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trainer_tower.c b/src/trainer_tower.c
index 06c4a2fad..60f096cda 100644
--- a/src/trainer_tower.c
+++ b/src/trainer_tower.c
@@ -915,7 +915,7 @@ static void ShowResultsBoard(void)
}
PutWindowTilemap(windowId);
- CopyWindowToVram(windowId, 3);
+ CopyWindowToVram(windowId, COPYWIN_BOTH);
VarSet(VAR_TEMP_1, windowId);
}
@@ -1068,7 +1068,7 @@ void PrintTrainerTowerRecords(void)
}
PutWindowTilemap(windowId);
- CopyWindowToVram(windowId, 3);
+ CopyWindowToVram(windowId, COPYWIN_BOTH);
FreeTrainerTowerDataStruct();
}