diff options
author | IIMarckus <iimarckus@gmail.com> | 2011-11-14 00:29:44 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2011-11-14 00:29:44 -0700 |
commit | 1f5696ddda478dc6c7f00850c13807c82012e02e (patch) | |
tree | 706409e6f90b16bc8ee440ea8cd91ed6035b6831 | |
parent | c51b06f9755560ad5063a07f3708f235c76286eb (diff) |
More minor label fixes.
hg-commit-id: e0d74b3b39cd
-rw-r--r-- | pokered.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pokered.asm b/pokered.asm index ed40c3e2..fc849d7d 100644 --- a/pokered.asm +++ b/pokered.asm @@ -725,7 +725,7 @@ Char51: ld bc,$0412 call $18C4 ld c,$14 - call $3739 + call DelayFrames pop de ld hl,$C4B9 jp Next19E8 @@ -740,7 +740,7 @@ Char49: ld bc,$0712 call $18C4 ld c,$14 - call $3739 + call DelayFrames pop de pop hl ld hl,$C47D |