diff options
| author | dannye <33dannye@gmail.com> | 2021-03-25 17:39:44 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2021-03-25 17:39:44 -0500 |
| commit | eb47bda8ee5c1f002236200df36012de9e243a97 (patch) | |
| tree | fc69fc5435582efebd36fc54414673dd8ac7f646 /data/trainers/move_choices.asm | |
| parent | Merge remote-tracking branch 'remotes/pokered/master' (diff) | |
| parent | Verify data table and name list sizes with assertion macros (diff) | |
| download | pokeyellow-eb47bda8ee5c1f002236200df36012de9e243a97.tar.gz pokeyellow-eb47bda8ee5c1f002236200df36012de9e243a97.tar.xz pokeyellow-eb47bda8ee5c1f002236200df36012de9e243a97.zip | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'data/trainers/move_choices.asm')
| -rw-r--r-- | data/trainers/move_choices.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/trainers/move_choices.asm b/data/trainers/move_choices.asm index dd8277dc..2950e515 100644 --- a/data/trainers/move_choices.asm +++ b/data/trainers/move_choices.asm @@ -4,10 +4,12 @@ REPT _NARG shift ENDR db 0 ; end +list_index = list_index + 1 ENDM ; move choice modification methods that are applied for each trainer class TrainerClassMoveChoiceModifications: + list_start TrainerClassMoveChoiceModifications move_choices ; YOUNGSTER move_choices 1 ; BUG CATCHER move_choices 1 ; LASS @@ -55,3 +57,4 @@ TrainerClassMoveChoiceModifications: move_choices 1 ; CHANNELER move_choices 1 ; AGATHA move_choices 1, 3 ; LANCE + assert_list_length NUM_TRAINERS |
