summaryrefslogtreecommitdiff
path: root/event
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-10 20:50:08 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-10 20:50:08 -0500
commitb4261d27d8a6ed20c13dd1ff723f7d3f28833a58 (patch)
tree18338abb639cbdf931a4faf7595282c75342d154 /event
parenta0bef01a1ddcd80eb098e88dc0514d07a4f1bc50 (diff)
Use new palette constants
Diffstat (limited to 'event')
-rw-r--r--event/unown.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/event/unown.asm b/event/unown.asm
index c30c06bfc..efd4c74f5 100644
--- a/event/unown.asm
+++ b/event/unown.asm
@@ -222,7 +222,7 @@ endm
cp $ff
ret z
cp $60
- ld a, (1 << 3) | PAL_BG_BROWN
+ ld a, VRAM_BANK_1 | PAL_BG_BROWN
jr c, .got_pal
ld a, PAL_BG_BROWN