shithub: pokecrystal

Download patch

ref: 83139cb7d6d349fadb3fafed9843776623b4f939
parent: 1518925365a8693ca5f7e921467e1f7a63b31e56
author: yenatch <[email protected]>
date: Tue Jul 23 23:47:52 EDT 2013

Text_1354 is used globally

--- a/main.asm
+++ b/main.asm
@@ -1500,7 +1500,7 @@
 
 Char55: ; 1345
 	push de
-	ld de, .text_1354
+	ld de, Text_1354
 	ld b, h
 	ld c, l
 	call PlaceString
@@ -1508,8 +1508,9 @@
 	ld l, c
 	pop de
 	jp NextChar
+; 1354
 
-.text_1354
+Text_1354: ; 1354
 	db $4b, "@"
 ; 1356