diff options
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4820,7 +4820,7 @@ ReloadMapSpriteTilePatterns:: ; 3e1e (0:3e1e) res 0, [hl] push hl xor a - ld [W_SPRITESETID], a + ld [wSpriteSetID], a call DisableLCD call InitMapSprites call EnableLCD |