summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-01-02 17:13:57 +0100
committerxCrystal <rgr.crystal@gmail.com>2018-01-02 17:13:57 +0100
commitf1ea15bbfe8528143ace793b050891a9b1f99d03 (patch)
tree0a4644b24aaf3a09dee22e2f338ec324cb5b940c /home.asm
parent7c0e903c4821b3e7ded9b795661ed3608e023cc2 (diff)
Consolidate Special function names
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.asm b/home.asm
index 5a993f743..1ecdf1cf4 100644
--- a/home.asm
+++ b/home.asm
@@ -793,7 +793,7 @@ ScrollingMenu:: ; 350c
.UpdatePalettes: ; 3524
ld hl, VramState
bit 0, [hl]
- jp nz, UpdateTimePals
+ jp nz, Special_UpdateTimePals
jp SetPalettes
; 352f