Indent comments that describe data table macro formats

This commit is contained in:
Rangi 2020-07-15 12:39:50 -04:00
parent e18e5d50b5
commit 15bcd88228
20 changed files with 30 additions and 30 deletions

View file

@ -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