mirror of https://github.com/pret/pokecrystal.git
Use NUM_TRAINER_ATTRIBUTES const in AI scoring Layers
This commit is contained in:
parent
fed587fc37
commit
9ae05312d6
|
@ -72,7 +72,7 @@ AIChooseMove:
|
|||
|
||||
ld a, [wTrainerClass]
|
||||
dec a
|
||||
ld bc, 7 ; Trainer2AI - Trainer1AI
|
||||
ld bc, NUM_TRAINER_ATTRIBUTES
|
||||
call AddNTimes
|
||||
|
||||
.battle_tower_skip
|
||||
|
|
Loading…
Reference in New Issue