shithub: pokered

Download patch

ref: 1f90be21c1d7e8109cc361d00dd2e7d8720439aa
parent: 4793cf636ce68898b39c13057f0c80f170f58d18
author: U-Fish-PC\Daniel <corrnondacqb@yahoo.com>
date: Mon Sep 2 06:50:43 EDT 2013

Add CANCEL text string and function

--- a/main.asm
+++ b/main.asm
@@ -13618,7 +13618,20 @@
 	ret
 
 Func_57a2:
-INCBIN "baserom.gbc",$57a2,$57c7 - $57a2
+	ld hl, $c4d7
+	ld a, $7e
+	ld bc, $0031
+	call FillMemory
+	ld hl, $c4cc
+	ld b, $1
+	ld c, $9
+	call Func_5ab3
+	ld hl, $c4e2
+	ld de, CancelTextString
+	jp PlaceString
+	
+CancelTextString:
+	db "CANCEL@"
 
 Func_57c7:
 INCBIN "baserom.gbc",$57c7,$57d6 - $57c7