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