summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorN <71219152+PokeCodec@users.noreply.github.com>2021-03-01 13:23:03 -0500
committerhuderlem <huderlem@gmail.com>2021-03-04 19:33:40 -0600
commitd63431ae8822fee87190a52b2b719951cfbb4ab8 (patch)
treeb918618ed4d24a2b5038ae2439144c3e9c0f4c55 /src
parenta2f757c7a66772bf2f9bdc88d5a0898546e17a54 (diff)
Fix comment
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f6ade0a8b..30a69d2dd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -91,7 +91,7 @@ void AgbMain()
#if !MODERN
RegisterRamReset(RESET_ALL);
#endif //MODERN
- *(vu16 *)BG_PLTT = RGB_WHITE; // Set the palette to white on startup
+ *(vu16 *)BG_PLTT = RGB_WHITE; // Set the backdrop to white on startup
InitGpuRegManager();
REG_WAITCNT = WAITCNT_PREFETCH_ENABLE | WAITCNT_WS0_S_1 | WAITCNT_WS0_N_3;
InitKeys();