From 9e2aee3fa3f3624ee3e680a0b25aa1288caaa492 Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Tue, 23 Aug 2022 21:13:03 -0400 Subject: Minor Misc Cleanup (#1360) * misc cleanup * missed one * EffectSsDust_UpdateFire * revert change, needs more testing --- src/code/z_construct.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/code/z_construct.c') diff --git a/src/code/z_construct.c b/src/code/z_construct.c index adc90a410..c886bc73a 100644 --- a/src/code/z_construct.c +++ b/src/code/z_construct.c @@ -1,10 +1,10 @@ #include "global.h" -void func_80110990(PlayState* play) { +void Interface_Destroy(PlayState* play) { Map_Destroy(play); } -void func_801109B0(PlayState* play) { +void Interface_Init(PlayState* play) { InterfaceContext* interfaceCtx = &play->interfaceCtx; u32 parameterSize; u16 doActionOffset; -- cgit v1.2.3