summaryrefslogtreecommitdiff
path: root/src/engine/game_loop.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2021-11-15 13:31:15 -0600
committerGitHub <noreply@github.com>2021-11-15 13:31:15 -0600
commitf516a91f5fa02a741631c77b9097598f466d1328 (patch)
treebac2ee5e3fad02983b061580f5c085baecb5439a /src/engine/game_loop.asm
parent15e986d374fdd11ed0f412fbdc9b858d4c4b9f50 (diff)
parent1fd16cd27fcd4f432bfc09fc5b7a262798b72430 (diff)
Merge pull request #114 from ElectroDeoxys/masterHEADmaster
Some more bank splitting
Diffstat (limited to 'src/engine/game_loop.asm')
-rw-r--r--src/engine/game_loop.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/game_loop.asm b/src/engine/game_loop.asm
index d6e4fab..fc7def7 100644
--- a/src/engine/game_loop.asm
+++ b/src/engine/game_loop.asm
@@ -47,7 +47,7 @@ SetupResetBackUpRamScreen:
ld [wTileMapFill], a
call DisableLCD
call LoadSymbolsFont
- call SetDefaultPalettes
+ call SetDefaultConsolePalettes
lb de, $38, $7f
call SetupText
ret