summaryrefslogtreecommitdiff
path: root/src/code/z_construct.c
diff options
context:
space:
mode:
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;