diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 19:05:47 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 19:05:47 -0800 |
commit | ae6d7f251ec0c6757fa3b41d50f6a58f8f2dd48c (patch) | |
tree | 4228d3678b615569197747e638daa7583cf12568 /src/main.c | |
parent | b297f50310ed36f7298e11e0dc85f1b6fac53b89 (diff) |
decompile flash
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,6 @@ #include "global.h" #include "random.h" +#include "flash.h" extern char ewram_start[]; @@ -26,7 +27,6 @@ extern char unk_code[]; extern void sub_800CDA8(int); extern void sub_800B540(void); -extern void sub_800CF0C(void); extern void sub_8004D78(void); extern void nullsub_9(void); extern void nullsub_6(void); @@ -88,7 +88,7 @@ void AgbMain(void) REG_DISPCNT = 32704; sub_800CDA8(1); sub_800B540(); - sub_800CF0C(); + InitFlash(); memcpy(seed, gUnknown_80B9BF1, 6); SeedRng(seed); sub_8004D78(); |