diff options
author | Sierraffinity <sierra@domoreaweso.me> | 2020-05-14 01:37:09 -0700 |
---|---|---|
committer | Sierraffinity <sierra@domoreaweso.me> | 2020-06-10 13:07:42 -0700 |
commit | 74edaed4265cc7e964a5383c3e0fb8ef256f2bf8 (patch) | |
tree | 69636e97b2f404b16faf605153b412bcfb0a88c2 /src/match_call.c | |
parent | 70c5f923adb7e6558cd55c21e5e279fc12efb573 (diff) |
Begin item_menu.c cleanup
Diffstat (limited to 'src/match_call.c')
-rw-r--r-- | src/match_call.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/match_call.c b/src/match_call.c index 033276684..307b84413 100644 --- a/src/match_call.c +++ b/src/match_call.c @@ -1182,7 +1182,7 @@ static bool32 LoadMatchCallWindowGfx(u8 taskId) return FALSE; } - if (!decompress_and_copy_tile_data_to_vram(0, sPokeNavIconGfx, 0, 0x279, 0)) + if (!DecompressAndCopyTileDataToVram(0, sPokeNavIconGfx, 0, 0x279, 0)) { RemoveWindow(taskData[2]); DestroyTask(taskId); @@ -1199,7 +1199,7 @@ static bool32 LoadMatchCallWindowGfx(u8 taskId) static bool32 MoveMatchCallWindowToVram(u8 taskId) { s16 *taskData = gTasks[taskId].data; - if (free_temp_tile_data_buffers_if_possible()) + if (FreeTempTileDataBuffersIfPossible()) return FALSE; PutWindowTilemap(taskData[2]); |