mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 14:48:43 +13:00
Indent comments that describe data table macro formats
This commit is contained in:
parent
e18e5d50b5
commit
15bcd88228
20 changed files with 30 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue