diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-01-01 15:08:21 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-01-01 20:09:53 +0100 |
commit | 37369d1ae0890c63b494937ed6234e68f46359c5 (patch) | |
tree | fbf4952ed70906c1a4b10fb8b9e5c490bc680cc8 /mobile/fixed_words.asm | |
parent | 6e12a515031027ab0412ef37a3f6e3b24adfc736 (diff) |
Rename Pals labels in WRAM bank 5
Diffstat (limited to 'mobile/fixed_words.asm')
-rwxr-xr-x | mobile/fixed_words.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/fixed_words.asm b/mobile/fixed_words.asm index b3f33fafe..a1ddb5ad2 100755 --- a/mobile/fixed_words.asm +++ b/mobile/fixed_words.asm @@ -2921,7 +2921,7 @@ Function11d323: ; 11d323 ld a, $5 ld [rSVBK], a ld hl, Palette_11d33a - ld de, UnknBGPals + ld de, wBGPals1 ld bc, 16 palettes call CopyBytes pop af |