mirror of
https://github.com/Artrios/pokecarde.git
synced 2026-04-25 15:46:58 -05:00
Fix pokemon TID
This commit is contained in:
parent
3e934bd875
commit
4957a30a58
|
|
@ -49,7 +49,7 @@ INCLUDE "trainers/macros.asm"
|
|||
Level 88
|
||||
PP_Ups 0,0,0,0
|
||||
EVs 252,252,6,0,0,0
|
||||
OT_ID 00000, 00000
|
||||
OT_ID 08888, 00000
|
||||
IVs 31,15,15,15,15,15, 0
|
||||
PV $88888888
|
||||
Text_EN "SPINDA"11
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ INCLUDE "trainers/macros.asm"
|
|||
Level 75
|
||||
PP_Ups 0,0,0,0
|
||||
EVs 0,0,0,255,255,0
|
||||
OT_ID 00000, 00000
|
||||
OT_ID 00015, 00000
|
||||
IVs 15,15,15,31,31,15, 0
|
||||
PV $0000000F
|
||||
Text_EN "GARDEVOIR"11
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ INCLUDE "trainers/macros.asm"
|
|||
Level 74
|
||||
PP_Ups 0,0,0,0
|
||||
EVs 252,0,6,0,0,252
|
||||
OT_ID 00000, 00000
|
||||
OT_ID 00008, 00000
|
||||
IVs 31,15,31,15,15,31, 0
|
||||
PV $00000080
|
||||
Text_EN "RELICANTH"11
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ INCLUDE "trainers/macros.asm"
|
|||
Level 50
|
||||
PP_Ups 0,0,0,0
|
||||
EVs 6,0,0,252,252,0
|
||||
OT_ID 00000, 00000
|
||||
OT_ID 00140, 00000
|
||||
IVs 15,15,15,31,31,15, 0
|
||||
PV $000000D7
|
||||
Text_EN "MANETRIC"11
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ INCLUDE "trainers/macros.asm"
|
|||
Level 58
|
||||
PP_Ups 0,0,0,0
|
||||
EVs 0,0,255,0,0,255
|
||||
OT_ID 00000, 00000
|
||||
OT_ID 00008, 00000
|
||||
IVs 15,15,31,15,15,31, 0
|
||||
PV $00000007
|
||||
Text_EN "CRADILY"11
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user