summaryrefslogtreecommitdiff
path: root/engine/sgb_layouts.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/sgb_layouts.asm')
-rw-r--r--engine/sgb_layouts.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/sgb_layouts.asm b/engine/sgb_layouts.asm
index 79c2f1aa9..faad5e672 100644
--- a/engine/sgb_layouts.asm
+++ b/engine/sgb_layouts.asm
@@ -555,7 +555,7 @@ endr
ld a, [TimeOfDayPal]
cp NITE_F
jr c, .morn_day
- ld a, $19
+ ld a, PREDEFPAL_NITE
ret
.morn_day
@@ -583,15 +583,15 @@ endr
ret
.cave
- ld a, PREDEFPAL_18
+ ld a, PREDEFPAL_DUNGEONS
ret
.perm5
- ld a, PREDEFPAL_06
+ ld a, PREDEFPAL_VERMILION
ret
.gate
- ld a, PREDEFPAL_03
+ ld a, PREDEFPAL_PEWTER
ret
; 8a45