diff options
Diffstat (limited to 'engine/events/poisonstep_pals.asm')
-rw-r--r-- | engine/events/poisonstep_pals.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/poisonstep_pals.asm b/engine/events/poisonstep_pals.asm index 088be8848..498ae8f18 100644 --- a/engine/events/poisonstep_pals.asm +++ b/engine/events/poisonstep_pals.asm @@ -28,8 +28,8 @@ LoadPoisonBGPals: ; cbcdd push af ld a, $5 ld [rSVBK], a - ld hl, BGPals - ld c, $20 + ld hl, wBGPals2 + ld c, 4 palettes .loop ; RGB 28, 21, 31 ld a, LOW(palred 28 + palgreen 21 + palblue 31) |