diff options
| author | Christopher Leggett <chris@leggett.dev> | 2022-11-02 11:50:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-02 11:50:47 -0400 |
| commit | 8582c8b52f10b3e5a4cbd8cfdf68b4c749767cd1 (patch) | |
| tree | 61b03868484e41cd3bc77e27a5eb03b6faa6c883 | |
| parent | 43af8cbde96d31e1e02d303dd53749638c855a2a (diff) | |
Adds in-game menu for selecting a dungeon quest/randomizer (#1863)
* Adds most visuals and interactions for quest select menu.
* "Scrolling" menu, adds remaining sub/title textures, language support
* Tweak: ENG, FRA, GER title to match the original style
* ADD: Randomizer tex
* TWEAK: Randomizer ZAPD extension format
* Adds control stick prompts to the "scrolling" menu.
* Adds third entry for Randomizer.
* Bold text on randomizer subtitle.
* Ensures the game won't allow selecting an unsupported quest.
* Makes save files be created from the quest menu selection.
* Removes the master quest and randomizer checkboxes (no longer needed).
* Removes lock on MQ-only rando.
* Skips quest select if only one quest is playable.
* Adds ability to back out of quest select menu
* Show seed icons while Randomizer is selected on Quest Select Menu.
* Fixes custom hud colors and d-pad navigation.
* Implements backing up from name entry to quest select.
Also implements backwards rotations on the file select screen.
Co-authored-by: PurpleHato <linkvssangoku.jr@gmail.com>
| -rw-r--r-- | assets/objects/object_mag/gTitleRandomizerSubtitleTex.rgba32.png | bin | 0 -> 6971 bytes |
| -rw-r--r-- | assets/textures/title_static/gFileSelPleaseChooseAQuestENGTex.ia8.png | bin | 0 -> 3682 bytes |
| -rw-r--r-- | assets/textures/title_static/gFileSelPleaseChooseAQuestFRATex.ia8.png | bin | 0 -> 3852 bytes |
| -rw-r--r-- | assets/textures/title_static/gFileSelPleaseChooseAQuestGERTex.ia8.png | bin | 0 -> 3666 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/assets/objects/object_mag/gTitleRandomizerSubtitleTex.rgba32.png b/assets/objects/object_mag/gTitleRandomizerSubtitleTex.rgba32.png Binary files differnew file mode 100644 index 0000000..a61a058 --- /dev/null +++ b/assets/objects/object_mag/gTitleRandomizerSubtitleTex.rgba32.png diff --git a/assets/textures/title_static/gFileSelPleaseChooseAQuestENGTex.ia8.png b/assets/textures/title_static/gFileSelPleaseChooseAQuestENGTex.ia8.png Binary files differnew file mode 100644 index 0000000..02ca600 --- /dev/null +++ b/assets/textures/title_static/gFileSelPleaseChooseAQuestENGTex.ia8.png diff --git a/assets/textures/title_static/gFileSelPleaseChooseAQuestFRATex.ia8.png b/assets/textures/title_static/gFileSelPleaseChooseAQuestFRATex.ia8.png Binary files differnew file mode 100644 index 0000000..8bc1729 --- /dev/null +++ b/assets/textures/title_static/gFileSelPleaseChooseAQuestFRATex.ia8.png diff --git a/assets/textures/title_static/gFileSelPleaseChooseAQuestGERTex.ia8.png b/assets/textures/title_static/gFileSelPleaseChooseAQuestGERTex.ia8.png Binary files differnew file mode 100644 index 0000000..25f96cc --- /dev/null +++ b/assets/textures/title_static/gFileSelPleaseChooseAQuestGERTex.ia8.png |
