diff options
| author | Aetias <aetias@outlook.com> | 2025-07-05 00:16:29 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-07-05 00:16:29 +0200 |
| commit | 92128cf891326c30c7417c596fcb3be0d2602924 (patch) | |
| tree | 6457fa38205d137bf5ef95531ed54088ecc7c2f3 /docs | |
| parent | 346a2af149fb20a3c721a2c070a89919a143ae7f (diff) | |
Name the game mode overlays
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/overlays.md | 14 |
1 files 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.
|
