diff options
Diffstat (limited to 'src/code/z_construct.c')
| -rw-r--r-- | src/code/z_construct.c | 4 |
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; |
