diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-11 01:45:27 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-11 01:45:27 -0500 |
commit | b45f89f80c62d22cbc2a4b38ae63a2da67878ee4 (patch) | |
tree | 1e3e32a19f964692480f8599fad621af70531743 /engine/events/poisonstep_pals.asm | |
parent | cc8dac5a22a4f9307dd2f94e4bf29ee5b132c0b7 (diff) |
More constants and data tables
Diffstat (limited to 'engine/events/poisonstep_pals.asm')
-rw-r--r-- | engine/events/poisonstep_pals.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/events/poisonstep_pals.asm b/engine/events/poisonstep_pals.asm index 498ae8f18..10a254ceb 100644 --- a/engine/events/poisonstep_pals.asm +++ b/engine/events/poisonstep_pals.asm @@ -31,7 +31,6 @@ LoadPoisonBGPals: ; cbcdd ld hl, wBGPals2 ld c, 4 palettes .loop -; RGB 28, 21, 31 ld a, LOW(palred 28 + palgreen 21 + palblue 31) ld [hli], a ld a, HIGH(palred 28 + palgreen 21 + palblue 31) |