summaryrefslogtreecommitdiff
path: root/src/code/z_construct.c
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2022-08-23 21:13:03 -0400
committerGitHub <noreply@github.com>2022-08-23 21:13:03 -0400
commit9e2aee3fa3f3624ee3e680a0b25aa1288caaa492 (patch)
tree8fc2fcc35eb8841b4b693670c07d894d0f89deff /src/code/z_construct.c
parentc0f7f4ad26182314f16024ff0a36f80fd72ad33b (diff)
Minor Misc Cleanup (#1360)
* misc cleanup * missed one * EffectSsDust_UpdateFire * revert change, needs more testing
Diffstat (limited to 'src/code/z_construct.c')
-rw-r--r--src/code/z_construct.c4
1 files changed, 2 insertions, 2 deletions
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;