diff options
| author | IIMarckus <iimarckus@gmail.com> | 2011-07-31 00:39:02 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2011-07-31 00:39:02 -0600 |
| commit | 4771aa05039c2117b78c05e5c44b5e8254b62e25 (patch) | |
| tree | b9db02249f92af601d2852f8de627c43c0a57559 | |
| parent | Add Super Rod data. (diff) | |
| download | pokeyellow-4771aa05039c2117b78c05e5c44b5e8254b62e25.tar.gz pokeyellow-4771aa05039c2117b78c05e5c44b5e8254b62e25.tar.xz pokeyellow-4771aa05039c2117b78c05e5c44b5e8254b62e25.zip | |
Add missing label in dictionary.
hg-commit-id: a6d437e52c1a
| -rw-r--r-- | pokered.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
