diff options
Diffstat (limited to 'home/fade.asm')
-rw-r--r-- | home/fade.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/home/fade.asm b/home/fade.asm index 6af6ae08b..5a02cddec 100644 --- a/home/fade.asm +++ b/home/fade.asm @@ -1,7 +1,6 @@ ; Functions to fade the screen in and out. -Unreferenced_Function48c:: -; TimeOfDayFade +TimeOfDayFade:: ; unreferenced ld a, [wTimeOfDayPal] ld b, a ld hl, IncGradGBPalTable_11 |