diff options
Diffstat (limited to 'src/battle_message.c')
-rw-r--r-- | src/battle_message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_message.c b/src/battle_message.c index 55667de7d..648f055b1 100644 --- a/src/battle_message.c +++ b/src/battle_message.c @@ -2453,7 +2453,7 @@ void BattlePutTextOnWindow(const u8 *text, u8 windowId) { if (!(textFlags & 0x80)) { PutWindowTilemap(windowId); - CopyWindowToVram(windowId, 3); + CopyWindowToVram(windowId, COPYWIN_BOTH); } } |