mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 22:44:30 +00:00
Decompiled ovl_Bg_Haka_MeganeBG (#448)
This commit is contained in:
parent
5c631e3170
commit
08c4065a5e
24 changed files with 205 additions and 491 deletions
|
@ -1332,7 +1332,7 @@ void Gameplay_Draw(GlobalContext* globalCtx) {
|
|||
|
||||
void Gameplay_Main(GameState* thisx) {
|
||||
GlobalContext* globalCtx = (GlobalContext*)thisx;
|
||||
|
||||
|
||||
D_8012D1F8 = &globalCtx->state.input[0];
|
||||
|
||||
DebugDisplay_Init();
|
||||
|
|
|
@ -41,7 +41,7 @@ void PreNMI_Draw(PreNMIContext* this) {
|
|||
|
||||
void PreNMI_Main(GameState* thisx) {
|
||||
PreNMIContext* this = (PreNMIContext*)thisx;
|
||||
|
||||
|
||||
PreNMI_Update(this);
|
||||
PreNMI_Draw(this);
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@ void Sample_LoadTitleStatic(SampleContext* this) {
|
|||
|
||||
void Sample_Init(GameState* thisx) {
|
||||
SampleContext* this = (SampleContext*)thisx;
|
||||
|
||||
|
||||
this->state.main = Sample_Main;
|
||||
this->state.destroy = Sample_Destroy;
|
||||
R_UPDATE_RATE = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue