diff options
-rw-r--r-- | Make-evening-the-fourth-time-of-day.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Make-evening-the-fourth-time-of-day.md b/Make-evening-the-fourth-time-of-day.md index d37c5c4..3d8b4c3 100644 --- a/Make-evening-the-fourth-time-of-day.md +++ b/Make-evening-the-fourth-time-of-day.md @@ -368,9 +368,9 @@ Edit [constants/map_data_constants.asm](../blob/master/constants/map_data_consta - const PALETTE_DARK + const PALETTE_EVE NUM_MAP_PALETTES EQU const_value - -IN_DARKNESS_F EQU 3 -IN_DARKNESS EQU 1 << IN_DARKNESS_F ; masked with a PALETTE_* constant ++ ++IN_DARKNESS_F EQU 3 ++IN_DARKNESS EQU 1 << IN_DARKNESS_F ; masked with a PALETTE_* constant ``` Then edit [data/maps/maps.asm](../blob/master/data/maps/maps.asm): replace *all 13* uses of `PALETTE_DARK` with `PALETTE_NITE | IN_DARKNESS`. The maps affected are: |