Decompile 018_StartUp overlay (#19)

* Decompile StartUp overlay (99%)

* jp delinks

* regression fix
This commit is contained in:
Yanis
2026-01-13 15:04:52 +01:00
committed by GitHub
parent 1713ffc43b
commit 76c1ec9acf
53 changed files with 2058 additions and 446 deletions
+4 -4
View File
@@ -8,8 +8,8 @@ Each overlay is tied to an index which is used to access the overlay in two diff
ID | Internal Name | Index | Slot | Description
------|-------------------|---------|------|-------------
`000` | Second | `000` | | Core game engine
`001` | SceneInit | `001` | |
`000` | Second | `000` | `0` | Core game engine
`001` | SceneInit | `001` | `1` |
`002` | Collect | `002` | |
`003` | SoftKeyboard | `003` | |
`004` | Factory | `014` | |
@@ -26,14 +26,14 @@ Each overlay is tied to an index which is used to access the overlay in two diff
`015` | Shop | `015` | |
`016` | RabbitCapture | `016` | |
`017` | CourseExec | `017` | |
`018` | StartUp | `021` | | Exists briefly on game startup. Initializes RNG, messages, and more.
`018` | StartUp | `021` | `4` | Exists briefly on game startup. Initializes RNG, messages, and more.
`019` | MainSelect | `024` | | File Select
`020` | WirelessCommon | `025` | |
`021` | BattleGame | `026` | |
`022` | Download | `027` | | Handles DS download play.
`023` | Wxc | `028` | |
`024` | MainGame | `022` | |
`025` | Title | `023` | |
`025` | Title | `023` | `4` | Title Screen
`026` | Train | `030` | |
`027` | TrainForest | `058` | |
`028` | TrainSnow | `059` | |