shithub: pokecrystal

Download patch

ref: adc41566aa1dcedb31214756e0873d641bad5a0e
parent: 35644c330effcfb083591d20b3b5f780019ae24f
author: yenatch <yenatch@gmail.com>
date: Thu Feb 12 11:26:33 EST 2015

Fix a static reference to a string in Pokedex code.

--- a/engine/pokedex.asm
+++ b/engine/pokedex.asm
@@ -1778,7 +1778,7 @@
 	hlcoord 0, 12
 	ld bc, $412
 	call Function40ad5
-	ld de, $4f32
+	ld de, String_40f32
 	hlcoord 1, 14
 	call PlaceString
 	ld a, $1