From ef70ad02170978a8855fac0dee2fa13d305c3306 Mon Sep 17 00:00:00 2001 From: CanoeHope <43196464+CanoeHope@users.noreply.github.com> Date: Wed, 3 Mar 2021 01:54:43 -0500 Subject: [PATCH] Add Gen 2 Event Constants and Legendary Beasts Flag (#3163) * Add GSC Event Constants * Update flags_c_en.txt * Update flags_c_es.txt * Update flags_c_ja.txt * Update flags_c_zh.txt * Update flags_gs_en.txt * Update flags_gs_es.txt * Update flags_gs_ja.txt * Update flags_gs_ko.txt * Update flags_gs_zh.txt * Update const_c_en.txt * Update const_gs_en.txt --- PKHeX.Core/Resources/text/script/const_c_en.txt | 1 + PKHeX.Core/Resources/text/script/const_gs_en.txt | 1 + PKHeX.Core/Resources/text/script/flags_c_en.txt | 3 ++- PKHeX.Core/Resources/text/script/flags_c_es.txt | 1 + PKHeX.Core/Resources/text/script/flags_c_ja.txt | 3 ++- PKHeX.Core/Resources/text/script/flags_c_zh.txt | 3 ++- PKHeX.Core/Resources/text/script/flags_gs_en.txt | 3 ++- PKHeX.Core/Resources/text/script/flags_gs_es.txt | 1 + PKHeX.Core/Resources/text/script/flags_gs_ja.txt | 3 ++- PKHeX.Core/Resources/text/script/flags_gs_ko.txt | 3 ++- PKHeX.Core/Resources/text/script/flags_gs_zh.txt | 3 ++- 11 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 PKHeX.Core/Resources/text/script/const_c_en.txt create mode 100644 PKHeX.Core/Resources/text/script/const_gs_en.txt diff --git a/PKHeX.Core/Resources/text/script/const_c_en.txt b/PKHeX.Core/Resources/text/script/const_c_en.txt new file mode 100644 index 000000000..b7af34dd9 --- /dev/null +++ b/PKHeX.Core/Resources/text/script/const_c_en.txt @@ -0,0 +1 @@ +54 Legendary Beasts (Burned Tower) 0:Not Awakened,1:Awakened/Fled diff --git a/PKHeX.Core/Resources/text/script/const_gs_en.txt b/PKHeX.Core/Resources/text/script/const_gs_en.txt new file mode 100644 index 000000000..fd4d6af10 --- /dev/null +++ b/PKHeX.Core/Resources/text/script/const_gs_en.txt @@ -0,0 +1 @@ +41 Legendary Beasts (Burned Tower) 0:Not Awakened,1:Awakened/Fled diff --git a/PKHeX.Core/Resources/text/script/flags_c_en.txt b/PKHeX.Core/Resources/text/script/flags_c_en.txt index 676b11ce6..3dcebb92d 100644 --- a/PKHeX.Core/Resources/text/script/flags_c_en.txt +++ b/PKHeX.Core/Resources/text/script/flags_c_en.txt @@ -1,5 +1,6 @@ 0042 Captured Sudowoodo 0079 Received Eevee +1867 Legendary Beasts Disappeared from Burned Tower 0190 Kurt can check GS Ball 0191 Kurt ready to return GS Ball (combine with above Flag) 0192 GS Ball can be inserted into Ilex Forest Shrine @@ -58,4 +59,4 @@ 0830 Received Odd Egg 0832 Received GS Ball 1872 Captured Snorlax -1873 Captured Red Gyarados \ No newline at end of file +1873 Captured Red Gyarados diff --git a/PKHeX.Core/Resources/text/script/flags_c_es.txt b/PKHeX.Core/Resources/text/script/flags_c_es.txt index 3ab8c536f..4f3458ed9 100644 --- a/PKHeX.Core/Resources/text/script/flags_c_es.txt +++ b/PKHeX.Core/Resources/text/script/flags_c_es.txt @@ -1,5 +1,6 @@ 0042 Sudowoodo Capturado 0079 Eevee Recibido +1867 Legendary Beasts Disappeared from Burned Tower 0190 Kurt puede ver la GS Ball 0191 Kurt listo para regresar la GS Ball (combinar con la Marca de arriba) 0192 GS Ball puede ser insertada en el Encinar diff --git a/PKHeX.Core/Resources/text/script/flags_c_ja.txt b/PKHeX.Core/Resources/text/script/flags_c_ja.txt index f22792620..7f8d54bcb 100644 --- a/PKHeX.Core/Resources/text/script/flags_c_ja.txt +++ b/PKHeX.Core/Resources/text/script/flags_c_ja.txt @@ -1,5 +1,6 @@ 0042 Captured Sudowoodo 0079 Received Eevee +1867 Legendary Beasts Disappeared from Burned Tower 0190 GSボールイベント (ガンテツ確認中) 0191 GSボールイベント (ガンテツから受け取れる / 上のフラグと組み合わせて使用) 0192 GSボールが置ける (ウバメのもりのほこら) @@ -58,4 +59,4 @@ 0830 なぞのタマゴ 受け取り済み 0832 GSボール 受け取り済み 1872 Captured Snorlax -1873 Captured Red Gyarados \ No newline at end of file +1873 Captured Red Gyarados diff --git a/PKHeX.Core/Resources/text/script/flags_c_zh.txt b/PKHeX.Core/Resources/text/script/flags_c_zh.txt index ce6c3716f..56d8795d4 100644 --- a/PKHeX.Core/Resources/text/script/flags_c_zh.txt +++ b/PKHeX.Core/Resources/text/script/flags_c_zh.txt @@ -1,5 +1,6 @@ 0042 Captured Sudowoodo 0079 Received Eevee +1867 Legendary Beasts Disappeared from Burned Tower 0190 钢铁能检查GS球 0191 钢铁能归还GS球 (与上述旗标绑定) 0192 GS球能放入桐树林祠堂 @@ -58,4 +59,4 @@ 0791 Captured Ho-oh 0792 Captured Lugia 1872 Captured Snorlax -1873 Captured Red Gyarados \ No newline at end of file +1873 Captured Red Gyarados diff --git a/PKHeX.Core/Resources/text/script/flags_gs_en.txt b/PKHeX.Core/Resources/text/script/flags_gs_en.txt index e7005466e..aa46edae1 100644 --- a/PKHeX.Core/Resources/text/script/flags_gs_en.txt +++ b/PKHeX.Core/Resources/text/script/flags_gs_en.txt @@ -1,5 +1,6 @@ 0042 Captured Sudowoodo 0079 Received Eevee +1867 Legendary Beasts Disappeared from Burned Tower 0672 SOLVED_HO_OH_PUZZLE 0673 SOLVED_KABUTO_PUZZLE 0674 SOLVED_OMANYTE_PUZZLE @@ -53,4 +54,4 @@ 0791 Captured Ho-oh 0792 Captured Lugia 1872 Captured Snorlax -1873 Captured Red Gyarados \ No newline at end of file +1873 Captured Red Gyarados diff --git a/PKHeX.Core/Resources/text/script/flags_gs_es.txt b/PKHeX.Core/Resources/text/script/flags_gs_es.txt index c0d3125c5..87709eb99 100644 --- a/PKHeX.Core/Resources/text/script/flags_gs_es.txt +++ b/PKHeX.Core/Resources/text/script/flags_gs_es.txt @@ -1,5 +1,6 @@ 0042 Sudowoodo Capturado 0079 Eevee Recibido +1867 Legendary Beasts Disappeared from Burned Tower 0672 SOLVED_HO_OH_PUZZLE 0673 SOLVED_KABUTO_PUZZLE 0674 SOLVED_OMANYTE_PUZZLE diff --git a/PKHeX.Core/Resources/text/script/flags_gs_ja.txt b/PKHeX.Core/Resources/text/script/flags_gs_ja.txt index 115834b6c..a3b15b26e 100644 --- a/PKHeX.Core/Resources/text/script/flags_gs_ja.txt +++ b/PKHeX.Core/Resources/text/script/flags_gs_ja.txt @@ -1,5 +1,6 @@ 0042 Captured Sudowoodo 0079 Received Eevee +1867 Legendary Beasts Disappeared from Burned Tower 0672 SOLVED_HO_OH_PUZZLE 0673 SOLVED_KABUTO_PUZZLE 0674 SOLVED_OMANYTE_PUZZLE @@ -53,4 +54,4 @@ 0791 Captured Ho-oh 0792 Captured Lugia 1872 Captured Snorlax -1873 Captured Red Gyarados \ No newline at end of file +1873 Captured Red Gyarados diff --git a/PKHeX.Core/Resources/text/script/flags_gs_ko.txt b/PKHeX.Core/Resources/text/script/flags_gs_ko.txt index 71232d34b..e5fcf0fbf 100644 --- a/PKHeX.Core/Resources/text/script/flags_gs_ko.txt +++ b/PKHeX.Core/Resources/text/script/flags_gs_ko.txt @@ -1,5 +1,6 @@ 0042 꼬지모 잡음 0079 이브이 잡음 +1867 Legendary Beasts Disappeared from Burned Tower 0672 SOLVED_HO_OH_PUZZLE 0673 SOLVED_KABUTO_PUZZLE 0674 SOLVED_OMANYTE_PUZZLE @@ -53,4 +54,4 @@ 0791 칠색조 잡음 0792 루기아 잡음 1872 잠만보 잡음 -1873 붉은 갸라도스 잡음 \ No newline at end of file +1873 붉은 갸라도스 잡음 diff --git a/PKHeX.Core/Resources/text/script/flags_gs_zh.txt b/PKHeX.Core/Resources/text/script/flags_gs_zh.txt index 115834b6c..a3b15b26e 100644 --- a/PKHeX.Core/Resources/text/script/flags_gs_zh.txt +++ b/PKHeX.Core/Resources/text/script/flags_gs_zh.txt @@ -1,5 +1,6 @@ 0042 Captured Sudowoodo 0079 Received Eevee +1867 Legendary Beasts Disappeared from Burned Tower 0672 SOLVED_HO_OH_PUZZLE 0673 SOLVED_KABUTO_PUZZLE 0674 SOLVED_OMANYTE_PUZZLE @@ -53,4 +54,4 @@ 0791 Captured Ho-oh 0792 Captured Lugia 1872 Captured Snorlax -1873 Captured Red Gyarados \ No newline at end of file +1873 Captured Red Gyarados