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