summaryrefslogtreecommitdiff
path: root/engine/time_capsule/conversion.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-22 18:03:00 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-22 18:03:00 -0500
commitd08199c79d8168368aeac0381427d533e09f073d (patch)
treee97f322f3ec8a6f9e12e3360d358f3ed10ccb4d9 /engine/time_capsule/conversion.asm
parent630d789c70fcd2b87336caf4762be2012790d4a8 (diff)
Color fns, some more address decoding in link/mobile
Diffstat (limited to 'engine/time_capsule/conversion.asm')
-rwxr-xr-xengine/time_capsule/conversion.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/time_capsule/conversion.asm b/engine/time_capsule/conversion.asm
index 634bafd3e..e2c545c48 100755
--- a/engine/time_capsule/conversion.asm
+++ b/engine/time_capsule/conversion.asm
@@ -384,7 +384,7 @@ Functionfb8c8: ; fb8c8
ld [TempMonDVs], a
ld a, [hl]
ld [TempMonDVs + 1], a
- ld b, SCGB_1C
+ ld b, SCGB_FRONTPICPALS
call GetSGBLayout
call SetPalettes
ret