diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-08-23 21:13:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-23 21:13:03 -0400 |
| commit | 9e2aee3fa3f3624ee3e680a0b25aa1288caaa492 (patch) | |
| tree | 8fc2fcc35eb8841b4b693670c07d894d0f89deff /src/code/z_construct.c | |
| parent | c0f7f4ad26182314f16024ff0a36f80fd72ad33b (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.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; |
