shithub: pokecrystal

Download patch

ref: 441959d6f1c67573f06afb096cc7a22c980c8080
parent: 4fe5dcee75bc77096c4b601beeff5b5a2113eed9
author: Bryan Bishop <[email protected]>
date: Wed May 30 16:51:20 EDT 2012

copy in EnableLCD from pokered

--- a/main.asm
+++ b/main.asm
@@ -62,7 +62,14 @@
 	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@"