diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-16 09:40:30 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-10-16 19:14:30 -0500 |
commit | 876a79f1fe06958916da0b3a555b8358d972365c (patch) | |
tree | c56085361d7442a005a2b88fd0812c4abfee4150 /src/main.c | |
parent | c028df7ce77d8a2e4ba528012ef24e65a17aa5ca (diff) |
Decompile a chunk of titlescreen.s
Diffstat (limited to 'src/main.c')
-rwxr-xr-x | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #include "global.h" #include "main.h" -void sub_23C(u8 mainState) +void SetMainGameState(u16 mainState) { gMain.mainState = mainState; gMain.subState = 0; |