diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-11 23:38:57 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-11 23:38:57 -0500 |
commit | 2ffcb4b49036b8bcd9a37cdc9305f7ee5567fe6c (patch) | |
tree | 0c9fe148771ade8ef1948852722b95b378cbe46f /engine/credits.asm | |
parent | 91068077f05afbbfd6571ceadada2c03ac7c8038 (diff) |
More splits; map setup labels
Diffstat (limited to 'engine/credits.asm')
-rw-r--r-- | engine/credits.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/credits.asm b/engine/credits.asm index f03950d69..3cee62e13 100644 --- a/engine/credits.asm +++ b/engine/credits.asm @@ -131,7 +131,7 @@ Function109847:: ; 109847 ld a, $5 ld [rSVBK], a - call WhiteBGMap + call ClearBGPalettes call ClearTileMap call ClearSprites @@ -210,7 +210,7 @@ Function109847:: ; 109847 jr .asm_1098de .asm_1098ee - call WhiteBGMap + call ClearBGPalettes xor a ld [hLCDStatCustom], a ld [hBGMapAddress], a |