diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-05 19:13:09 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-05 19:13:09 -0500 |
commit | 5eed48f05d3634146deb2442cd8f62bbad0ae352 (patch) | |
tree | b4aa235ba1734378e2ebb2ea6aaf9c812d9c5fe4 /battle/ai/items.asm | |
parent | 1205fe5100c09624350b5e6822b4c063586afcaf (diff) |
Some battle labels
Diffstat (limited to 'battle/ai/items.asm')
-rw-r--r-- | battle/ai/items.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/battle/ai/items.asm b/battle/ai/items.asm index d9798170d..7be68b9de 100644 --- a/battle/ai/items.asm +++ b/battle/ai/items.asm @@ -163,9 +163,9 @@ AI_TryItem: ; 38105 and a ret nz - ld a, [wc650] + ld a, [wEnemyTrainerItem1] ld b, a - ld a, [wc651] + ld a, [wEnemyTrainerItem2] or b ret z @@ -180,7 +180,7 @@ AI_TryItem: ; 38105 ld b, h ld c, l ld hl, AI_Items - ld de, wc650 + ld de, wEnemyTrainerItem1 .loop ld a, [hl] and a @@ -233,7 +233,7 @@ endr xor a ld [EnemyFuryCutterCount], a ld [EnemyProtectCount], a - ld [wc72c], a + ld [wEnemyRageCounter], a ld hl, EnemySubStatus4 res SUBSTATUS_RAGE, [hl] @@ -706,7 +706,7 @@ AI_Switch: ; 3846c res SUBSTATUS_RAGE, [hl] xor a ld [hBattleTurn], a - callab Function3dc5b + callab PursuitSwitch push af ld a, [CurOTMon] ld hl, OTPartyMon1Status |