diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 40381bb68..d0c9ff7b4 100644 --- a/src/main.c +++ b/src/main.c @@ -85,7 +85,7 @@ void EnableVCountIntrAtLine150(void); void AgbMain() { - RegisterRamReset(RESET_ALL); + RegisterRamReset(MODERN ? RESET_ALL & ~RESET_IWRAM : RESET_ALL); *(vu16 *)BG_PLTT = 0x7FFF; InitGpuRegManager(); REG_WAITCNT = WAITCNT_PREFETCH_ENABLE | WAITCNT_WS0_S_1 | WAITCNT_WS0_N_3; |