shithub: pokered

Download patch

ref: 862bad8af8561f54980a616d84977b81902ca1ed
parent: 1f90be21c1d7e8109cc361d00dd2e7d8720439aa
author: U-Fish-PC\Daniel <corrnondacqb@yahoo.com>
date: Mon Sep 2 06:53:04 EDT 2013

Add Func_57c7

--- a/main.asm
+++ b/main.asm
@@ -13634,7 +13634,12 @@
 	db "CANCEL@"
 
 Func_57c7:
-INCBIN "baserom.gbc",$57c7,$57d6 - $57c7
+	ld a, [$cc3d]
+	ld hl, $c455
+	ld bc, $0014
+	call AddNTimes
+	ld [hl], $ec
+	ret
 
 Func_57d6:
 INCBIN "baserom.gbc",$57d6,$57f2 - $57d6