diff options
author | yenatch <yenatch@gmail.com> | 2015-10-25 20:48:44 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-10-25 20:48:44 -0400 |
commit | 0d17d4a75866d053f5e0b48c66deb2508071d98b (patch) | |
tree | 75bb638d39ab6b4d0bcd3167c22d275eb52ffdbd /trainers/attributes.asm | |
parent | 6fcba7a28a0d3d7826603b54b187dc5fca853669 (diff) | |
parent | 79ceca591b022673cb7fb2cc59e5175716743eb5 (diff) |
Merge pull request #322 from PikalaxALT/master
Split out and comment phone and animation code.
Diffstat (limited to 'trainers/attributes.asm')
-rw-r--r-- | trainers/attributes.asm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/trainers/attributes.asm b/trainers/attributes.asm index 1aa506522..40a07605c 100644 --- a/trainers/attributes.asm +++ b/trainers/attributes.asm @@ -1,24 +1,3 @@ - const_def - const NO_AI -const_value = 0 - shift_const AI_BASIC - shift_const AI_SETUP - shift_const AI_TYPES - shift_const AI_OFFENSIVE - shift_const AI_SMART - shift_const AI_OPPORTUNIST - shift_const AI_AGGRESSIVE - shift_const AI_CAUTIOUS - shift_const AI_STATUS - shift_const AI_RISKY - shift_const AI_10 - shift_const AI_11 - shift_const AI_12 - shift_const AI_13 - shift_const AI_14 - shift_const AI_15 - - TrainerClassAttributes: ; 3959c ; Falkner |