diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-15 12:39:50 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-15 12:39:50 -0400 |
commit | 15bcd882288c2f7e4a902a44cd9b90d76306fcf9 (patch) | |
tree | 69c94c4e36c13e814774da529f7ed19e6a662e2c /data/trainers/ai_pointers.asm | |
parent | e18e5d50b5e154c1a7c94a2a1f39a3a99daa689a (diff) |
Indent comments that describe data table macro formats
Diffstat (limited to 'data/trainers/ai_pointers.asm')
-rw-r--r-- | data/trainers/ai_pointers.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/trainers/ai_pointers.asm b/data/trainers/ai_pointers.asm index 7c0c38af..d2e3b11c 100644 --- a/data/trainers/ai_pointers.asm +++ b/data/trainers/ai_pointers.asm @@ -1,8 +1,8 @@ TrainerAIPointers: -; one entry per trainer class -; first byte, number of times (per Pokémon) it can occur -; next two bytes, pointer to AI subroutine for trainer class -; subroutines are defined in engine/battle/trainer_ai.asm + ; one entry per trainer class + ; first byte, number of times (per Pokémon) it can occur + ; next two bytes, pointer to AI subroutine for trainer class + ; subroutines are defined in engine/battle/trainer_ai.asm dbw 3, GenericAI dbw 3, GenericAI dbw 3, GenericAI |