From 9e6145f92da4ed05ba9ccf4cd8be819d7d315044 Mon Sep 17 00:00:00 2001 From: Buu342 Date: Tue, 31 Dec 2024 02:31:23 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- results.c | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d357efd4..768544cf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -# N64brew Game Jam 2024 Minigame Template +# N64brew Game Jam 2024 + +For 2024, N64brew decided to put together a minigame jam. This repository originally contained the template project, and now it contains the final ROM that was put together at the end of the jam. You can obtain the final ROM from the [releases page](../../releases). You can also download the old template we provided, in case you wish to make a minigame of your own. + +Below is the original description of this repository's README before the final ROM was put together. + +--- Welcome to this year's N64brew game jam. This year, we are creating a large collective minigame ROM, and that requires every project to use the same base. Therefore, we are providing this base template for all projects to fork from. Unfortunately, due to time constraints, we were only able to provide a single template for [Libdragon](https://github.com/DragonMinded/libdragon). diff --git a/results.c b/results.c index c87306c6..b6deacfd 100644 --- a/results.c +++ b/results.c @@ -354,6 +354,9 @@ void results_loop(float deltatime) currentlychosen = core_get_curchooser(); } + if (is_announcing) + chooseanim = ANIM_CHOOSEPLAYER_DONE; + // Do the selection animation if (chooseanim >= ANIM_CHOOSEPLAYER_MOVE && chooseanim < ANIM_CHOOSEPLAYER_SELECT) { int j = 0;