diff options
author | Sierraffinity <sierra@domoreaweso.me> | 2020-05-25 02:11:52 -0700 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-05-27 07:58:48 -0500 |
commit | 42747663b545b91fc209d31fb4f787b04bb20a69 (patch) | |
tree | fd467377afcc9e671f20d3a361c3b5853bf50120 /src | |
parent | c3d690a3805c0703c760cc9779f0c7cf8a714f7e (diff) |
Fix OAM region mislabeling
Diffstat (limited to 'src')
-rw-r--r-- | src/easy_chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easy_chat.c b/src/easy_chat.c index 05e366420..29b1fd936 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); |