diff options
Diffstat (limited to 'battle-e/08-A009.asm')
-rw-r--r-- | battle-e/08-A009.asm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/battle-e/08-A009.asm b/battle-e/08-A009.asm index b6ad653..90cfc14 100644 --- a/battle-e/08-A009.asm +++ b/battle-e/08-A009.asm @@ -1,2 +1,4 @@ -INCLUDE "battletrainer.tx" - BattleTrainer "trainers/natasha.bin", "sprites/trainers/psychic_f.4bpp"
\ No newline at end of file +INCLUDE "../macros.asm" +CLASS EQUS "psychic_f" +TRAINER EQUS "natasha" +INCLUDE "battletrainer-{REGION_NAME}.tx"
\ No newline at end of file |