mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
Name Message_StartOcarina
and related things (#1473)
* name functions and msg ctx var * start ocarina * clarifying comments * typo
This commit is contained in:
parent
7100b17e5f
commit
1c6878b070
21 changed files with 43 additions and 42 deletions
|
@ -540,8 +540,8 @@ typedef struct {
|
|||
/* 0xE404 */ s16 textboxColorAlphaTarget;
|
||||
/* 0xE406 */ s16 textboxColorAlphaCurrent;
|
||||
/* 0xE408 */ Actor* talkActor;
|
||||
/* 0xE40C */ s16 disableWarpSongs; // warp song flag set by scene commands
|
||||
/* 0xE40E */ s16 unk_E40E; // ocarina related
|
||||
/* 0xE40C */ s16 disableWarpSongs; // disables ability to warp with warp songs
|
||||
/* 0xE40E */ s16 disableSunsSong; // disables Suns Song effect from occurring after song is played
|
||||
/* 0xE410 */ u8 lastOcarinaButtonIndex;
|
||||
} MessageContext; // size = 0xE418
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue