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/berry_crush.c | |
parent | 70c5f923adb7e6558cd55c21e5e279fc12efb573 (diff) |
Begin item_menu.c cleanup
Diffstat (limited to 'src/berry_crush.c')
-rwxr-xr-x | src/berry_crush.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/berry_crush.c b/src/berry_crush.c index 383d273c4..48e4ac4c3 100755 --- a/src/berry_crush.c +++ b/src/berry_crush.c @@ -1031,7 +1031,7 @@ int sub_802104C(void) SetHBlankCallback(NULL); SetGpuReg(REG_OFFSET_DISPCNT, 0); ScanlineEffect_Stop(); - reset_temp_tile_data_buffers(); + ResetTempTileDataBuffers(); break; case 1: CpuFill16(0, (void *)OAM, OAM_SIZE); @@ -1069,10 +1069,10 @@ int sub_802104C(void) CopyBgTilemapBufferToVram(1); CopyBgTilemapBufferToVram(2); CopyBgTilemapBufferToVram(3); - decompress_and_copy_tile_data_to_vram(1, gUnknown_08DE34B8, 0, 0, 0); + DecompressAndCopyTileDataToVram(1, gUnknown_08DE34B8, 0, 0, 0); break; case 6: - if (free_temp_tile_data_buffers_if_possible()) + if (FreeTempTileDataBuffersIfPossible()) return 0; InitStandardTextBoxWindows(); |