diff options
-rw-r--r-- | Make-evening-the-fourth-time-of-day.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Make-evening-the-fourth-time-of-day.md b/Make-evening-the-fourth-time-of-day.md index aaaae9a..e933ce6 100644 --- a/Make-evening-the-fourth-time-of-day.md +++ b/Make-evening-the-fourth-time-of-day.md @@ -427,7 +427,7 @@ Then edit [engine/tilesets/timeofday_pals.asm](../blob/master/engine/tilesets/ti .BrightnessLevels: ; actual palettes used when time is -; DARKNESS_F, NITE_F, DAY_F, MORN_F --; EVE_F, NITE_F, DAY_F, MORN_F ++; EVE_F, NITE_F, DAY_F, MORN_F - dc DARKNESS_F, NITE_F, DAY_F, MORN_F ; PALETTE_AUTO + dc EVE_F, NITE_F, DAY_F, MORN_F ; PALETTE_AUTO dc DAY_F, DAY_F, DAY_F, DAY_F ; PALETTE_DAY |