You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Identify some unnamed labels
This commit is contained in:
@@ -397,7 +397,10 @@ AI_Items:
|
||||
call EnemyUsedPotion
|
||||
jp .Use
|
||||
|
||||
.asm_382ae ; This appears to be unused
|
||||
; Everything up to "End unused" is unused
|
||||
|
||||
.UnusedHealItem: ; unreferenced
|
||||
; This has similar conditions to .HealItem
|
||||
callfar AICheckEnemyMaxHP
|
||||
jr c, .dont_use
|
||||
push bc
|
||||
@@ -440,6 +443,8 @@ AI_Items:
|
||||
jp c, .Use
|
||||
jp .DontUse
|
||||
|
||||
; End unused
|
||||
|
||||
.XAccuracy:
|
||||
call .XItem
|
||||
jp c, .DontUse
|
||||
|
@@ -483,7 +483,7 @@ AI_Smart_LockOn:
|
||||
call AIGetEnemyMove
|
||||
|
||||
ld a, [wEnemyMoveStruct + MOVE_ACC]
|
||||
cp 180
|
||||
cp 71 percent - 1
|
||||
jr nc, .asm_3884f
|
||||
|
||||
ld a, $1
|
||||
@@ -535,7 +535,7 @@ AI_Smart_LockOn:
|
||||
call AIGetEnemyMove
|
||||
|
||||
ld a, [wEnemyMoveStruct + MOVE_ACC]
|
||||
cp 180
|
||||
cp 71 percent - 1
|
||||
jr nc, .asm_3888b
|
||||
|
||||
dec [hl]
|
||||
|
Reference in New Issue
Block a user