diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-13 16:15:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-13 16:15:11 -0400 |
commit | c2a07276ae095a2345f68e34fcd76cdaffd889ea (patch) | |
tree | 9daf711e52915bee634e3a051f5a4f88db1d4a8f /src/match_call.c | |
parent | a9a427c6f268e04468c8e30242f3ed4f96036848 (diff) | |
parent | 46f4a4bbf7239743c333cd32d30b74a7b3176acc (diff) |
Merge branch 'master' into doc-link
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]); |