diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-01-02 17:13:57 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-01-02 17:13:57 +0100 |
commit | f1ea15bbfe8528143ace793b050891a9b1f99d03 (patch) | |
tree | 0a4644b24aaf3a09dee22e2f338ec324cb5b940c /home.asm | |
parent | 7c0e903c4821b3e7ded9b795661ed3608e023cc2 (diff) |
Consolidate Special function names
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -793,7 +793,7 @@ ScrollingMenu:: ; 350c .UpdatePalettes: ; 3524 ld hl, VramState bit 0, [hl] - jp nz, UpdateTimePals + jp nz, Special_UpdateTimePals jp SetPalettes ; 352f |