summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-10-16 09:40:30 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-10-16 19:14:30 -0500
commit876a79f1fe06958916da0b3a555b8358d972365c (patch)
treec56085361d7442a005a2b88fd0812c4abfee4150 /src/main.c
parentc028df7ce77d8a2e4ba528012ef24e65a17aa5ca (diff)
Decompile a chunk of titlescreen.s
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 1d02a13..1f5dc58 100755
--- a/src/main.c
+++ b/src/main.c
@@ -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;