diff options
Diffstat (limited to 'event')
| -rw-r--r-- | event/unown.asm | 2 |
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 |
