Use NUM_TRAINER_ATTRIBUTES const in AI scoring Layers

This commit is contained in:
vulcandth 2024-07-27 21:58:54 -05:00
parent fed587fc37
commit 9ae05312d6
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ AIChooseMove:
ld a, [wTrainerClass] ld a, [wTrainerClass]
dec a dec a
ld bc, 7 ; Trainer2AI - Trainer1AI ld bc, NUM_TRAINER_ATTRIBUTES
call AddNTimes call AddNTimes
.battle_tower_skip .battle_tower_skip