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