diff options
| author | IIMarckus <iimarckus@gmail.com> | 2010-10-29 21:13:38 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2010-10-29 21:13:38 -0600 |
| commit | 86a83b1046359258a261055e35172cdb93dd2a55 (patch) | |
| tree | 88c202d32ab82d400956621911d6753973c2029f | |
| parent | add some useful text macros (diff) | |
| download | pokeyellow-86a83b1046359258a261055e35172cdb93dd2a55.tar.gz pokeyellow-86a83b1046359258a261055e35172cdb93dd2a55.tar.xz pokeyellow-86a83b1046359258a261055e35172cdb93dd2a55.zip | |
Replace a couple addresses with existing labels
hg-commit-id: 146738f842e3
| -rw-r--r-- | pokered.asm | 4 |
1 files 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 |
