From fc3e0f080bccb88112e512f5d20bbe32f4661d71 Mon Sep 17 00:00:00 2001 From: Billy <1184136+philtyl@users.noreply.github.com> Date: Sat, 19 Aug 2023 15:34:48 +0000 Subject: 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 --- src/code/z_message_PAL.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code') 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, -- cgit v1.2.3