summaryrefslogtreecommitdiff
path: root/battle-e/08-A006.asm
diff options
context:
space:
mode:
Diffstat (limited to 'battle-e/08-A006.asm')
-rw-r--r--battle-e/08-A006.asm6
1 files changed, 4 insertions, 2 deletions
diff --git a/battle-e/08-A006.asm b/battle-e/08-A006.asm
index d4799c0..a4496e2 100644
--- a/battle-e/08-A006.asm
+++ b/battle-e/08-A006.asm
@@ -1,2 +1,4 @@
-INCLUDE "battletrainer.tx"
- BattleTrainer "trainers/renee.bin", "sprites/trainers/picnicker.4bpp" \ No newline at end of file
+INCLUDE "../macros.asm"
+CLASS EQUS "picnicker"
+TRAINER EQUS "renee"
+INCLUDE "battletrainer-{REGION_NAME}.tx" \ No newline at end of file