fix typo in DisableLCD label name

This commit is contained in:
Bryan Bishop 2012-05-30 21:11:50 -05:00
parent 92b42d4aeb
commit 42596ae1d6

View File

@ -41,7 +41,7 @@ IncGradGBPalTable_01: ; 0x52f
INCBIN "baserom.gbc",$538,$56d - $538
DisabeLCD: ; 56d
DisableLCD: ; 56d
xor a
ld [$ff00+$f], a
ld a, [$ff00+$ff]