From 4771aa05039c2117b78c05e5c44b5e8254b62e25 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Sun, 31 Jul 2011 00:39:02 -0600 Subject: [PATCH] Add missing label in dictionary. hg-commit-id: a6d437e52c1a --- pokered.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokered.asm b/pokered.asm index 76919180..09b7b491 100644 --- a/pokered.asm +++ b/pokered.asm @@ -559,7 +559,7 @@ Char00: ld b,h ld c,l pop hl - ld de,$19F4 + ld de,Char00Text dec de ret