Replace a couple addresses with existing labels

hg-commit-id: 146738f842e3
This commit is contained in:
IIMarckus 2010-10-29 21:13:38 -06:00
parent 31aa2d80d1
commit 86a83b1046

View file

@ -3601,7 +3601,7 @@ BrockAI:
ld a,[W_OPPONENTSTATUS] ld a,[W_OPPONENTSTATUS]
and a and a
ret z ret z
jp $6786 jp AIUseFullHeal
MistyAI: MistyAI:
cp $40 cp $40
@ -3788,7 +3788,7 @@ AIRecoverHP: ; 66DA
; fallthrough ; fallthrough
Function6718: ; 6718 Function6718: ; 6718
call $6835 ; print "used x on y" text? call AIPrintItemUse_
ld hl,$C3CA ld hl,$C3CA
xor a xor a
ld [$CF94],a ld [$CF94],a