diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-06-02 18:04:14 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-06-02 18:04:14 -0400 |
| commit | 91d0c1af8b5910a62e8add886a56def6717c6183 (patch) | |
| tree | 7760c3c0d95878d61d5569ef1efbccdb54d175c6 | |
| parent | cf964ea7543463a9c4175be722056de5277f12a6 (diff) | |
Fix Flash
| -rw-r--r-- | Make-evening-the-fourth-time-of-day.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Make-evening-the-fourth-time-of-day.md b/Make-evening-the-fourth-time-of-day.md index dfc4d33..301f845 100644 --- a/Make-evening-the-fourth-time-of-day.md +++ b/Make-evening-the-fourth-time-of-day.md @@ -417,6 +417,7 @@ Then edit [engine/tilesets/timeofday_pals.asm](../blob/master/engine/tilesets/ti + +.not_dark: + ld hl, .BrightnessLevels ++ ld a, [wMapTimeOfDay] maskbits NUM_MAP_PALETTES add l ld l, a |
