mirror of
https://github.com/zeldaret/oot
synced 2026-05-27 16:13:31 -04:00
Minor Misc Cleanup (#1360)
* misc cleanup * missed one * EffectSsDust_UpdateFire * revert change, needs more testing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user