diff options
author | Háčky <hatschky@gmail.com> | 2014-11-27 07:15:45 +0000 |
---|---|---|
committer | Háčky <hatschky@gmail.com> | 2014-11-27 07:15:45 +0000 |
commit | 319ed6d0e0266f5f6174a5acd929914db8cfae1d (patch) | |
tree | 76408d9cadcbed1e702efa8c44f4cf5e364b0a4d /battle-e/08-A018.asm | |
parent | 17853b802692237d98f96d1a80caf2019f71753e (diff) |
Diffstat (limited to 'battle-e/08-A018.asm')
-rw-r--r-- | battle-e/08-A018.asm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/battle-e/08-A018.asm b/battle-e/08-A018.asm index d6ee1ca..a90b675 100644 --- a/battle-e/08-A018.asm +++ b/battle-e/08-A018.asm @@ -1,2 +1,4 @@ -INCLUDE "battletrainer.tx" - BattleTrainer "trainers/dustin.bin", "sprites/trainers/triathlete_m_swim.4bpp"
\ No newline at end of file +INCLUDE "../macros.asm" +CLASS EQUS "triathlete_m_swim" +TRAINER EQUS "dustin" +INCLUDE "battletrainer-{REGION_NAME}.tx"
\ No newline at end of file |