Create headers for Game States (#2482)

* make headers for gamestates

* fixes

* fixes 2

* bss
This commit is contained in:
fig02
2025-02-20 07:50:13 -05:00
committed by GitHub
parent 4cfb5f05a0
commit 2e4d7a1101
35 changed files with 300 additions and 199 deletions
+3
View File
@@ -1,4 +1,7 @@
#include "setup_state.h"
#include "global.h"
#include "console_logo_state.h"
void Setup_InitImpl(SetupState* this) {
PRINTF(T("ゼルダ共通データ初期化\n", "Zelda common data initialization\n"));