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/egg_hatch.c | |
parent | 70c5f923adb7e6558cd55c21e5e279fc12efb573 (diff) |
Begin item_menu.c cleanup
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r-- | src/egg_hatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c index a6c39f12b..db25dbbb8 100644 --- a/src/egg_hatch.c +++ b/src/egg_hatch.c @@ -490,7 +490,7 @@ static void CB2_EggHatch_0(void) SetVBlankCallback(VBlankCB_EggHatch); gSpecialVar_0x8005 = GetCurrentMapMusic(); - reset_temp_tile_data_buffers(); + ResetTempTileDataBuffers(); ResetBgsAndClearDma3BusyFlags(0); InitBgsFromTemplates(0, sBgTemplates_EggHatch, ARRAY_COUNT(sBgTemplates_EggHatch)); |