shithub: pokered

Download patch

ref: 4771aa05039c2117b78c05e5c44b5e8254b62e25
parent: 92ce91cb3ac31b095ebf544eb135bff3665d7c4a
author: IIMarckus <iimarckus@gmail.com>
date: Sat Jul 30 20:39:02 EDT 2011

Add missing label in dictionary.

hg-commit-id: a6d437e52c1a


--- a/pokered.asm
+++ b/pokered.asm
@@ -559,7 +559,7 @@
 	ld b,h
 	ld c,l
 	pop hl
-	ld de,$19F4
+	ld de,Char00Text
 	dec de
 	ret