From a573a65476f59a4e0e9d853a7edcc9beff41e104 Mon Sep 17 00:00:00 2001 From: Artrios Date: Sun, 29 Aug 2021 18:34:19 +0800 Subject: [PATCH] Add promo trainers --- battle-e/129-B001.asm | 4 ++++ battle-e/129-B002.asm | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 battle-e/129-B001.asm create mode 100644 battle-e/129-B002.asm diff --git a/battle-e/129-B001.asm b/battle-e/129-B001.asm new file mode 100644 index 0000000..a98a857 --- /dev/null +++ b/battle-e/129-B001.asm @@ -0,0 +1,4 @@ +INCLUDE "../macros.asm" +CLASS EQUS "gentleman" +TRAINER EQUS "nils" +INCLUDE "battletrainer-{REGION_NAME}.tx" \ No newline at end of file diff --git a/battle-e/129-B002.asm b/battle-e/129-B002.asm new file mode 100644 index 0000000..220a534 --- /dev/null +++ b/battle-e/129-B002.asm @@ -0,0 +1,4 @@ +INCLUDE "../macros.asm" +CLASS EQUS "lady" +TRAINER EQUS "astrid" +INCLUDE "battletrainer-{REGION_NAME}.tx" \ No newline at end of file