mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +00:00
More minor isolated fixes (#1258)
* Fix reversed array access in z_boss_dodongo.c
* Remove useless return in z_en_encount2.c
* Remove some redundant externs or declarations
* Move some undefs to be performed as early as possible
* AudioOcarina_ResetStaffs -> AudioOcarina_ResetStaves
The plural appears to be staves for the music term
* Remove some uses of UNK_PTR
* Use NULL for pointers set to 0 in z_game_dlftbls.c
* Remove useless !! in z_en_tk.c
* Revert "AudioOcarina_ResetStaffs -> AudioOcarina_ResetStaves"
This reverts commit 1b7fe62408
.
* Remove more redundant externs from PR suggestion
This commit is contained in:
parent
bd4912a1bd
commit
b28ad659e3
14 changed files with 12 additions and 33 deletions
|
@ -56,7 +56,6 @@ void EnSkj_GiveOcarinaGameReward(EnSkj* this, PlayState* play);
|
|||
void EnSkj_FinishOcarinaGameRound(EnSkj* this, PlayState* play);
|
||||
void EnSkj_WaitForNextRound(EnSkj* this, PlayState* play);
|
||||
void EnSkj_WaitForOfferResponse(EnSkj* this, PlayState* play);
|
||||
void EnSkj_SetupWaitForOcarina(EnSkj* this, PlayState* play);
|
||||
void EnSkj_CleanupOcarinaGame(EnSkj* this, PlayState* play);
|
||||
|
||||
void EnSkj_Fade(EnSkj* this, PlayState* play);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue