diff options
| author | Billy <1184136+philtyl@users.noreply.github.com> | 2023-08-19 15:34:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-19 11:34:48 -0400 |
| commit | fc3e0f080bccb88112e512f5d20bbe32f4661d71 (patch) | |
| tree | 215150fa2848662f4731644e400b34f5bae92edf /src/code/z_message_PAL.c | |
| parent | d6207b17c2c6dd51d6136a86bee3deee66f45734 (diff) | |
En_Cow Doc (#1492)
* Add Documentation for Cows
* Better naming for cow unlock flag
* Update with MM solutions and PR suggestions
* Readable conditions
* Decimal cycle counter
* Replace params with cow type
* Clean up type usage and function names
* Clean up cylinders
* Fix collider enum
* Rename EnCow rear collider
* Fix spacing
* PR fixes:
COLL -> COLLIDER enum
static prefix
Missed MM function naming
Specific actor flags naming
* Rename of healRot and breathTimer
* Document Epona's song reset behavior
* anon review
* fig review
* whitespace
* rework milk interaction stuff
* changes to milk comment
---------
Co-authored-by: fig02 <fig02srl@gmail.com>
Diffstat (limited to 'src/code/z_message_PAL.c')
| -rw-r--r-- | src/code/z_message_PAL.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_message_PAL.c b/src/code/z_message_PAL.c index db9837569..36a1333ed 100644 --- a/src/code/z_message_PAL.c +++ b/src/code/z_message_PAL.c @@ -2486,7 +2486,7 @@ void Message_DrawMain(PlayState* play, Gfx** p) { } else { Message_CloseTextbox(play); if (msgCtx->lastPlayedSong == OCARINA_SONG_EPONAS) { - DREG(53) = 1; + R_EPONAS_SONG_PLAYED = true; } osSyncPrintf(VT_FGCOL(YELLOW)); osSyncPrintf("☆☆☆ocarina=%d message->ocarina_no=%d ", msgCtx->lastPlayedSong, |
