diff options
-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 |