mirror of
https://github.com/Artrios/pokecarde.git
synced 2026-04-26 08:37:31 -05:00
Begin translating series 2
This commit is contained in:
parent
1f995daa4c
commit
a1e126d51b
|
|
@ -5,9 +5,14 @@ INCLUDE "trainers/macros.asm"
|
|||
BT_Level 0
|
||||
db GENTLEMAN
|
||||
BT_Floor 0
|
||||
Text_EN "ANTHONY"8
|
||||
Text_JP "アンソニー"8
|
||||
OT_ID 00000, 00000
|
||||
|
||||
Intro_EN $0a43, $1e0b, $0408, $1228, $102b, $100b
|
||||
Win_EN $0a43, $1034, $020e, $1405, $0408, $100b
|
||||
Loss_EN $0a1a, $1034, $020e, $1405, $0408, $100b
|
||||
|
||||
Intro_JP $0a43, $1e0b, $0408, $1228, $102b, $100b
|
||||
Win_JP $0a43, $1034, $020e, $1405, $0408, $100b
|
||||
Loss_JP $0a1a, $1034, $020e, $1405, $0408, $100b
|
||||
|
|
@ -21,6 +26,7 @@ INCLUDE "trainers/macros.asm"
|
|||
OT_ID 00000, 00000
|
||||
IVs 15,15,15,31,31,15, 0
|
||||
PV $0000000F
|
||||
Text_EN "ALAKAZAM"11
|
||||
Text_JP "フーディン"11
|
||||
Friendship 255
|
||||
|
||||
|
|
@ -33,6 +39,7 @@ INCLUDE "trainers/macros.asm"
|
|||
OT_ID 00000, 00000
|
||||
IVs 31,31,15,15,15,15, 0
|
||||
PV $00000080
|
||||
Text_EN "HARIMYAMA"11
|
||||
Text_JP "ハリテヤマ"11
|
||||
Friendship 255
|
||||
|
||||
|
|
@ -45,6 +52,7 @@ INCLUDE "trainers/macros.asm"
|
|||
OT_ID 00000, 00000
|
||||
IVs 15,31,15,31,15,15, 0
|
||||
PV $0000001C
|
||||
Text_EN "SHEDINJA"11
|
||||
Text_JP "ヌケニン"11
|
||||
Friendship 255
|
||||
|
||||
|
|
|
|||
|
|
@ -5,9 +5,14 @@ INCLUDE "trainers/macros.asm"
|
|||
BT_Level 0
|
||||
db SCHOOL_KID_F
|
||||
BT_Floor 0
|
||||
Text_EN "CHISA"8
|
||||
Text_JP "チサ"8
|
||||
OT_ID 00000, 00000
|
||||
|
||||
Intro_EN $1428, $020e, $162c, $1616, $1602, $1033
|
||||
Win_EN $1428, $0418, $0e16, $100b, $142f, $103f
|
||||
Loss_EN $0418, $0e16, $102b, $0a48, $1428, $020e
|
||||
|
||||
Intro_JP $1428, $020e, $162c, $1616, $1602, $1033
|
||||
Win_JP $1428, $0418, $0e16, $100b, $142f, $103f
|
||||
Loss_JP $0418, $0e16, $102b, $0a48, $1428, $020e
|
||||
|
|
@ -21,6 +26,7 @@ INCLUDE "trainers/macros.asm"
|
|||
OT_ID 00000, 00000
|
||||
IVs 15,15,31,15,15,31, 0
|
||||
PV $00000019
|
||||
Text_EN "AZURILL"11
|
||||
Text_JP "ルリリ"11
|
||||
Friendship 255
|
||||
|
||||
|
|
@ -33,6 +39,7 @@ INCLUDE "trainers/macros.asm"
|
|||
OT_ID 00000, 00000
|
||||
IVs 15,15,31,15,15,31, 0
|
||||
PV $000000E0
|
||||
Text_EN "WYNAUT"11
|
||||
Text_JP "ソーナノ"11
|
||||
Friendship 255
|
||||
|
||||
|
|
@ -45,6 +52,7 @@ INCLUDE "trainers/macros.asm"
|
|||
OT_ID 00000, 00000
|
||||
IVs 15,15,15,31,31,15, 0
|
||||
PV $000000E7
|
||||
Text_EN "PICHU"11
|
||||
Text_JP "ピチュー"11
|
||||
Friendship 255
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user