diff options
Diffstat (limited to 'home/palettes.asm')
-rw-r--r-- | home/palettes.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/palettes.asm b/home/palettes.asm index 330233af..4c98b1df 100644 --- a/home/palettes.asm +++ b/home/palettes.asm @@ -16,8 +16,9 @@ UpdateCGBPals:: ldh a, [hCGBPalUpdate] and a ret z + ; fallthrough -ForceUpdateCGBPals:: +ForceUpdateCGBPals:: ; unreferenced ld hl, wBGPals2 ; copy 8 pals to bgpd |