From 86a83b1046359258a261055e35172cdb93dd2a55 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Fri, 29 Oct 2010 21:13:38 -0600 Subject: [PATCH] Replace a couple addresses with existing labels hg-commit-id: 146738f842e3 --- pokered.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pokered.asm b/pokered.asm index 1aa746c5..1c1b8f0f 100644 --- a/pokered.asm +++ b/pokered.asm @@ -3601,7 +3601,7 @@ BrockAI: ld a,[W_OPPONENTSTATUS] and a ret z - jp $6786 + jp AIUseFullHeal MistyAI: cp $40 @@ -3788,7 +3788,7 @@ AIRecoverHP: ; 66DA ; fallthrough Function6718: ; 6718 - call $6835 ; print "used x on y" text? + call AIPrintItemUse_ ld hl,$C3CA xor a ld [$CF94],a