diff options
Diffstat (limited to 'battle-e/trainers/jeffrey.asm')
-rw-r--r-- | battle-e/trainers/jeffrey.asm | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/battle-e/trainers/jeffrey.asm b/battle-e/trainers/jeffrey.asm index ee1c946..e0c9737 100644 --- a/battle-e/trainers/jeffrey.asm +++ b/battle-e/trainers/jeffrey.asm @@ -1,14 +1,16 @@ -INCLUDE "macros.asm" +INCLUDE "trainers/macros.asm" + + Battle_Trainer BT_Level MOSSDEEP - db YOUNGSTER + Class YOUNGSTER BT_Floor MOSSDEEP - OT_Name "JEFFREY" + Text_EN "JEFFREY"8 OT_ID 00000, 00000 - Introduction I,WILL,SHOW,YOU,MY,SECRET - After_Win YEAH,MY,SECRET,_ELIP,IS,SECRET - After_Loss GO_EASY,ON,ME,_ELIP,PLEASE,_EX + Intro_EN I,WILL,SHOW,YOU,MY,SECRET + Win_EN YEAH,MY,SECRET,_ELIP,IS,SECRET + Loss_EN GO_EASY,ON,ME,_ELIP,PLEASE,_EX Pokemon PINSIR Holds KING_S_ROCK @@ -19,7 +21,7 @@ INCLUDE "macros.asm" OT_ID 00000, 00000 IVs 31,15,15,15,15,31, PINSIR_HYPER_CUTTER PV $00000080 ; ♂ Adamant - Nickname "PINSIR" + Text_EN "PINSIR"11 Friendship 255 Pokemon NINETALES @@ -31,11 +33,11 @@ INCLUDE "macros.asm" OT_ID 00000, 00000 IVs 31,15,15,15,31,15, NINETALES_FLASH_FIRE PV $0000000F ; ♀ Modest - Nickname "NINETALES" + Text_EN "NINETALES"11 Friendship 255 Pokemon BLASTOISE - dw MYSTIC_WATER + Holds MYSTIC_WATER Moves SURF, BRICK_BREAK, EARTHQUAKE, ICE_BEAM Level 64 PP_Ups 0,0,0,0 @@ -43,5 +45,7 @@ INCLUDE "macros.asm" OT_ID 00000, 00000 IVs 31,15,15,15,31,15, BLASTOISE_TORRENT PV $00000083 ; ♂ Docile - Nickname "BLASTOISE" + Text_EN "BLASTOISE"11 Friendship 255 + + End_Trainer
\ No newline at end of file |