From 441959d6f1c67573f06afb096cc7a22c980c8080 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Wed, 30 May 2012 20:51:20 -0500 Subject: [PATCH] copy in EnableLCD from pokered --- main.asm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/main.asm b/main.asm index 1eb0d4c23..16878e72f 100644 --- a/main.asm +++ b/main.asm @@ -62,7 +62,14 @@ DisabeLCD: ; 56d ret ; 0x58a -INCBIN "baserom.gbc",$58a,$1273 - $58a +EnableLCD: ; 58a + ld a, [$ff40] + set 7, a + ld [$ff40], a + ret +; 0x591 + +INCBIN "baserom.gbc",$591,$1273 - $591 Char5CText: ; 0x1273 db "TM@"