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 remaining battle AI labels
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -5,7 +5,7 @@ CheckPlayerMoveTypeMatchups:
|
||||
push hl
|
||||
push de
|
||||
push bc
|
||||
ld a, 10
|
||||
ld a, BASE_AI_SWITCH_SCORE
|
||||
ld [wEnemyAISwitchScore], a
|
||||
ld hl, wPlayerUsedMoves
|
||||
ld a, [hl]
|
||||
@@ -37,7 +37,7 @@ CheckPlayerMoveTypeMatchups:
|
||||
cp EFFECTIVE ; 1.0
|
||||
jr nc, .neutral
|
||||
|
||||
.not_very_effective
|
||||
; not very effective
|
||||
ld a, e
|
||||
cp 1 ; 0.1
|
||||
jr nc, .next
|
||||
|
Reference in New Issue
Block a user