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/trainers/antonio.asm | |
parent | 17853b802692237d98f96d1a80caf2019f71753e (diff) |
Diffstat (limited to 'battle-e/trainers/antonio.asm')
-rw-r--r-- | battle-e/trainers/antonio.asm | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/battle-e/trainers/antonio.asm b/battle-e/trainers/antonio.asm index 468fa43..254f4f3 100644 --- a/battle-e/trainers/antonio.asm +++ b/battle-e/trainers/antonio.asm @@ -1,17 +1,19 @@ -INCLUDE "macros.asm" +INCLUDE "trainers/macros.asm" + + Battle_Trainer BT_Level MOSSDEEP Class GENTLEMAN BT_Floor MOSSDEEP - OT_Name "ANTONIO" + Text_EN "ANTONIO"8 OT_ID 00000, 00000 - Introduction HMM,HOW,ARE,MY,POKEMON,_QU - After_Win HMM,HOW,WERE,MY,POKEMON,_QU_EX - After_Loss NOTHING,MUCH,ABOUT,MY,POKEMON,_ELIP + Intro_EN HMM,HOW,ARE,MY,POKEMON,_QU + Win_EN HMM,HOW,WERE,MY,POKEMON,_QU_EX + Loss_EN NOTHING,MUCH,ABOUT,MY,POKEMON,_ELIP Pokemon DONPHAN - dw SITRUS_BERRY + Holds SITRUS_BERRY Moves EARTHQUAKE, ROCK_TOMB, SUNNY_DAY, FISSURE Level 53 PP_Ups 0,0,0,0 @@ -19,7 +21,7 @@ INCLUDE "macros.asm" OT_ID 00000, 00000 IVs 31,31,15,15,15,15, DONPHAN_STURDY PV $000000E4 ; ♂ Adamant - Nickname "DONPHAN" + Text_EN "DONPHAN"11 Friendship 255 Pokemon SKARMORY @@ -31,11 +33,11 @@ INCLUDE "macros.asm" OT_ID 00000, 00000 IVs 15,31,15,31,15,15, SKARMORY_STURDY PV $0000001C ; ♀ Adamant - Nickname "SKARMORY" + Text_EN "SKARMORY"11 Friendship 255 Pokemon HOUNDOOM - dw CHESTO_BERRY + Holds CHESTO_BERRY Moves OVERHEAT, IRON_TAIL, SLUDGE_BOMB, REST Level 60 PP_Ups 0,0,0,0 @@ -43,5 +45,7 @@ INCLUDE "macros.asm" OT_ID 00000, 00000 IVs 15,31,15,31,31,15, HOUNDOOM_EARLY_BIRD PV $000000E1 ; ♂ Hardy - Nickname "HOUNDOOM" + Text_EN "HOUNDOOM"11 Friendship 255 + + End_Trainer
\ No newline at end of file |