diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 11:32:19 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 11:33:35 -0800 |
commit | 9b5c263a938ddc43bb7910170dc5a5925ffc48b0 (patch) | |
tree | 6bc8f0b98a9d4b64f60ee9f706ea86e7b6392604 /src/main.c | |
parent | 87ef770ca23875a9b4777bff7b07c2093a1df1b2 (diff) |
label functions
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,7 +33,7 @@ extern void nullsub_6(void); extern void sub_80047E8(void); extern void InitBGPaletteBuffer(void); extern void sub_80057E8(void); -extern void sub_800A8C4(void); +extern void InitFileSystem(void); extern void sub_8006218(void); extern void sub_80098A0(void); extern void sub_80096E0(void); @@ -97,7 +97,7 @@ void AgbMain(void) sub_80047E8(); InitBGPaletteBuffer(); sub_80057E8(); - sub_800A8C4(); + InitFileSystem(); sub_8006218(); sub_80098A0(); sub_80096E0(); |