shithub: pokered

Download patch

ref: e4766e18d75e32279eecd841aaaa397cbe914645
parent: c660927cc3b56c69ded63a6efd3d37275ea0b0b4
author: U-Fish-PC\Daniel <corrnondacqb@yahoo.com>
date: Sun Sep 1 12:34:39 EDT 2013

Add waiting...! text string

--- a/main.asm
+++ b/main.asm
@@ -11837,13 +11837,13 @@
 .asm_4c1a
 	FuncCoord 4, 11 ; $c480
 	ld hl, Coord
-	ld de, Unknown_4c28 ; $4c28
+	ld de, WaitingText ; $4c28
 	call PlaceString
 	ld c, $32
 	jp DelayFrames
 
-Unknown_4c28: ; 4c28 (1:4c28)
-INCBIN "baserom.gbc",$4c28,$4c34 - $4c28
+WaitingText: ; 4c28 (1:4c28)
+	db "Waiting...!@"
 
 ; known jump sources: 2438 (0:2438)
 _UpdateSprites: ; 4c34 (1:4c34)