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/sophie.asm | |
parent | 17853b802692237d98f96d1a80caf2019f71753e (diff) |
Diffstat (limited to 'battle-e/trainers/sophie.asm')
-rw-r--r-- | battle-e/trainers/sophie.asm | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/battle-e/trainers/sophie.asm b/battle-e/trainers/sophie.asm index 3fc6588..48dd91c 100644 --- a/battle-e/trainers/sophie.asm +++ b/battle-e/trainers/sophie.asm @@ -1,14 +1,16 @@ -INCLUDE "macros.asm" +INCLUDE "trainers/macros.asm" + + Battle_Trainer BT_Level MOSSDEEP Class LADY BT_Floor MOSSDEEP - OT_Name "SOPHIE" + Text_EN "SOPHIE"8 OT_ID 00000, 00000 - Introduction MY,CUTENESS,WILL,_STOP,YOU,_EX - After_Win FUFUFU,DID,YOU,LIKE,IT,_QU_EX - After_Loss EH_,YOU,ARE,VERY,CUTE,TOO + Intro_EN MY,CUTENESS,WILL,_STOP,YOU,_EX + Win_EN FUFUFU,DID,YOU,LIKE,IT,_QU_EX + Loss_EN EH_,YOU,ARE,VERY,CUTE,TOO Pokemon DELCATTY Holds SILK_SCARF @@ -19,7 +21,7 @@ INCLUDE "macros.asm" OT_ID 00000, 00000 IVs 15,31,15,31,15,15, DELCATTY_CUTE_CHARM PV $0000001C ; ♀ Adamant - Nickname "DELCATTY" + Text_EN "DELCATTY"11 Friendship 255 Pokemon LUVDISC @@ -31,11 +33,11 @@ INCLUDE "macros.asm" OT_ID 00000, 00000 IVs 15,15,15,31,31,15, LUVDISC_SWIFT_SWIM PV $000000E7 ; ♂ Docile - Nickname "LUVDISC" + Text_EN "LUVDISC"11 Friendship 255 Pokemon KIRLIA - dw BRIGHTPOWDER + Holds BRIGHTPOWDER Moves ATTRACT, PSYCHIC, HYPNOSIS, DREAM_EATER Level 90 PP_Ups 0,0,0,0 @@ -43,5 +45,7 @@ INCLUDE "macros.asm" OT_ID 00000, 00000 IVs 15,15,15,31,31,15, KIRLIA_TRACE PV $0000000F ; ♀ Modest - Nickname "KIRLIA" + Text_EN "KIRLIA"11 Friendship 255 + + End_Trainer
\ No newline at end of file |