From 74edaed4265cc7e964a5383c3e0fb8ef256f2bf8 Mon Sep 17 00:00:00 2001 From: Sierraffinity Date: Thu, 14 May 2020 01:37:09 -0700 Subject: Begin item_menu.c cleanup --- src/egg_hatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/egg_hatch.c') 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)); -- cgit v1.2.3