From 92128cf891326c30c7417c596fcb3be0d2602924 Mon Sep 17 00:00:00 2001 From: Aetias Date: Sat, 5 Jul 2025 00:16:29 +0200 Subject: [PATCH] Name the game mode overlays --- docs/overlays.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/overlays.md b/docs/overlays.md index 64c32be0..9a36aea1 100644 --- a/docs/overlays.md +++ b/docs/overlays.md @@ -11,13 +11,13 @@ contribute to this list! `04` | Load | 2 | Scene loading `05` | --- | 2 | `06` | --- | 2 | -`07` | --- | 2 | -`08` | --- | 3 | -`09` | --- | 3 | -`10` | --- | 3 | -`11` | --- | 3 | -`12` | Battle | 3 | Handles battle mode. -`13` | --- | 3 | +`07` | DownloadPlay | 2 | Handles DS download play. +`08` | GameStart | 3 | Handles starting the game. +`09` | Adventure | 3 | Handles the adventure game mode. +`10` | FileSelect | 3 | Handles the file selection screen. +`11` | DwcSetup | 3 | Handles Wi-Fi connection setup. +`12` | Battle | 3 | Handles the battle game mode. +`13` | Contact | 3 | Handles contact mode. `14` | Land | 4 | Link and essential land-based actors. `15` | Sea | 4 | Handles the sea, Linebeck's ship, and sea-based actors. `16` | Startup | N/A | Exists briefly on game startup. Initializes RNG, messages, and more.