mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 03:14:38 +00:00
Merge branch 'master' into doc_pause_menu
This commit is contained in:
commit
38cf1d05d5
15 changed files with 39 additions and 36 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue