From 42747663b545b91fc209d31fb4f787b04bb20a69 Mon Sep 17 00:00:00 2001 From: Sierraffinity Date: Mon, 25 May 2020 02:11:52 -0700 Subject: [PATCH] Fix OAM region mislabeling --- src/easy_chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/easy_chat.c b/src/easy_chat.c index 05e3664200..29b1fd936e 100644 --- a/src/easy_chat.c +++ b/src/easy_chat.c @@ -2794,7 +2794,7 @@ static bool8 sub_811BFA4(void) DeactivateAllTextPrinters(); sub_811CF64(); sub_811CF04(); - CpuFastFill(0, (void *)VRAM + 0x1000000, 0x400); + CpuFastFill(0, (void *)OAM, OAM_SIZE); break; case 1: DecompressAndLoadBgGfxUsingHeap(3, gEasyChatWindow_Gfx, 0, 0, 0);