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