mirror of
https://github.com/Artrios/pokecarde.git
synced 2026-09-09 09:15:12 -05:00
Add promo trainers
This commit is contained in:
4
battle-e/129-B001.asm
Normal file
4
battle-e/129-B001.asm
Normal file
@@ -0,0 +1,4 @@
|
||||
INCLUDE "../macros.asm"
|
||||
CLASS EQUS "gentleman"
|
||||
TRAINER EQUS "nils"
|
||||
INCLUDE "battletrainer-{REGION_NAME}.tx"
|
||||
4
battle-e/129-B002.asm
Normal file
4
battle-e/129-B002.asm
Normal file
@@ -0,0 +1,4 @@
|
||||
INCLUDE "../macros.asm"
|
||||
CLASS EQUS "lady"
|
||||
TRAINER EQUS "astrid"
|
||||
INCLUDE "battletrainer-{REGION_NAME}.tx"
|
||||
Reference in New Issue
Block a user