shithub: pokered

Download patch

ref: 2e0cecac8f03d709b7191676dc48145b8e953733
parent: 9a070844cdf1c21838b79750f1e5abef3ac66538
author: U-Fish-PC\Daniel <corrnondacqb@yahoo.com>
date: Mon Sep 2 08:22:47 EDT 2013

Add player info text strings

--- a/main.asm
+++ b/main.asm
@@ -14364,7 +14364,7 @@
 	call TextBoxBorder
 	FuncCoord 5, 9 ; $c459
 	ld hl, Coord
-	ld de, Unknown_5e6a ; $5e6a
+	ld de, PlayerInfoText ; $5e6a
 	call PlaceString
 	FuncCoord 12, 9 ; $c460
 	ld hl, Coord
@@ -14419,8 +14419,11 @@
 	ld bc, $8102
 	jp PrintNumber
 
-Unknown_5e6a: ; 5e6a (1:5e6a)
-INCBIN "baserom.gbc",$5e6a,$5e8a - $5e6a
+PlayerInfoText: ; 5e6a (1:5e6a)
+	db "PLAYER",$4e
+	db "BADGES    ",$4e
+	db "#DEX    ",$4e
+	db "TIME@"
 
 DisplayOptionMenu: ; 5e8a (1:5e8a)
 	FuncCoord 0,0