diff options
Diffstat (limited to 'home/palettes.asm')
-rw-r--r-- | home/palettes.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/palettes.asm b/home/palettes.asm index 1a2e0b037..99bf7c3c3 100644 --- a/home/palettes.asm +++ b/home/palettes.asm @@ -347,7 +347,9 @@ FarCallScrollBGMapPalettes:: ; dbd push af ld a, BANK(ScrollBGMapPalettes) rst Bankswitch + call ScrollBGMapPalettes + pop af rst Bankswitch ret |