diff options
Diffstat (limited to 'mobile/fixed_words.asm')
-rwxr-xr-x | mobile/fixed_words.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/fixed_words.asm b/mobile/fixed_words.asm index de78a1a4e..9dabb6ae3 100755 --- a/mobile/fixed_words.asm +++ b/mobile/fixed_words.asm @@ -322,11 +322,11 @@ Function11c1b9: ; 11c1b9 call SetPalettes call DisableLCD ld hl, GFX_11d67e - ld de, VTiles2 + ld de, vTiles2 ld bc, $60 call CopyBytes ld hl, LZ_11d6de - ld de, VTiles0 + ld de, vTiles0 call Decompress call EnableLCD farcall ReloadMapPart |