-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ffa122d
commit e5e1e2d
Showing
23 changed files
with
301 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
Hoenn Pokédex|0|252-386,483 | ||
Kanto Pokédex|0|1-151 | ||
Johto Pokédex|0|152-251 | ||
Hoenn Pokédex|0|252-386 | ||
Sinnoh Pokédex|0|387-493 | ||
Unova Pokédex|0|494-649 | ||
Kalos Pokédex|0|661-663,674-675,679-681,696-700,703,707-709,714-715 | ||
National Pokédex|0|1-649,661-663,674-675,679-681,696-700,703,707-709,714-715 |
20 changes: 20 additions & 0 deletions
20
GameModes/Pokémon Universal 3D/Encounters/12/Route102/Route102.poke
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name=Route 102 | ||
type=Grassland | ||
{0|265|30|-1|2,4} | ||
{0|263|27|-1|2,4} | ||
{0|261|20|-1|2,4} | ||
{0|270|11|-1|2,4} | ||
{0|273|7|-1|2,4} | ||
{0|280|4|-1|3,4} | ||
{0|283|1|-1|3,3} | ||
{2|183|79|-1|5,35} | ||
{2|184|12|-1|20,25} | ||
{2|283|6|-1|15,30} | ||
{2|284|2|-1|25,25} | ||
{2|118|1|-1|20,30} | ||
{3|129|68|-1|5,10} | ||
{3|118|32|-1|5,10} | ||
{31|129|60|-1|10,30} | ||
{31|118|26|-1|10,30} | ||
{31|341|14|-1|10,30} | ||
{32|341|100|-1|20,45} |
15 changes: 15 additions & 0 deletions
15
GameModes/Pokémon Universal 3D/Encounters/12/Route103/Route103.poke
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name=Route 103 | ||
type=Grassland | ||
{0|263|46|-1|2,4} | ||
{0|261|40|-1|2,4} | ||
{0|278|14|-1|2,4} | ||
{2|72|62|-1|5,35} | ||
{2|278|33|-1|10,30} | ||
{2|279|5|-1|25,30} | ||
{3|129|68|-1|5,15} | ||
{3|72|32|-1|5,10} | ||
{31|129|60|-1|10,30} | ||
{31|72|26|-1|10,30} | ||
{31|320|14|-1|10,30} | ||
{32|320|76|-1|25,45} | ||
{32|319|24|-1|30,35} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
GameModes/Pokémon Universal 3D/Scripts/12/Route104/011000023.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version=2 | ||
@Text.show(There are 2 Oran Berries!*Do you want to pick them?) | ||
@Options.setcancelindex(1) | ||
@Options.show(Yes,No) | ||
:when:Yes | ||
@Item.give(2006,2) | ||
@Sound.play(item_found) | ||
@Text.show(<Player.name> picked the 2 Oran Berries.*<Player.name> stored them in the Plants~pocket.) | ||
@Entity.remove(011000023) | ||
@Register.change(12\Route104\011000023,2) | ||
@Level.reload | ||
:when:No | ||
:end | ||
:endwhen | ||
:end |
18 changes: 18 additions & 0 deletions
18
GameModes/Pokémon Universal 3D/Scripts/12/Route104/016000019.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
version=2 | ||
:if:<Register.value(12\Route104\016000019)>=1 | ||
@Text.show(This FLOWER SHOP started selling~saplings recently.*It made me so happy, I went overboard~shopping.*I don't need this WHITE HERB anymore.~Would you take it, please?) | ||
@Text.show(There is no White Herb at the moment.~Sorry for any inconvenience caused.) | ||
#@Item.give(White Herb,1) | ||
#@Item.messagegive(White Herb,1) | ||
#@Register.change(12\Route104\016000019,2) | ||
:end | ||
:endif | ||
:if:<Register.value(12\Route104\016000019)>=2 | ||
@Text.show(This FLOWER SHOP started selling~saplings recently.*It made me so happy, I went overboard~shopping. Where should I put them?) | ||
:end | ||
:endif | ||
@Storage.set(str,System.ActionScript,12\Route104\016000019.dat) | ||
@Storage.set(int,System.ErrorLog.ErrorID0,1) | ||
@Storage.set(int,System.ScreenState,3) | ||
@Script.start(System\ScreenState\ScreenState.3) | ||
:end |
1 change: 0 additions & 1 deletion
1
GameModes/Pokémon Universal 3D/Scripts/12/Route104/028000050.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
version=2 | ||
@Sound.play(Select) | ||
@Text.show(MR. BRINEY'S COTTAGE) | ||
:end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
GameModes/Pokémon Universal 3D/Scripts/trainer/12/Route102/033000022.1.trainer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[TRAINER FORMAT] | ||
Name|Calvin | ||
TrainerClass|Youngster | ||
Money|88 | ||
IntroMessage|Ever since I lost to you, I desperately~trained my POKéMON.~You can't say no to my challenge! | ||
OutroMessage|Arrgh, I lost...~Is my training method not right? | ||
DefeatMessage|If you're going to get stronger,~I'll get stronger, too. | ||
TextureID|Youngster | ||
Region|12.Hoenn | ||
IniMusic|P_OR_AS Trainer Battle_intro | ||
DefeatMusic|P_OR_AS Victory! Trainer | ||
BattleMusic|P_OR_AS Trainer Battle | ||
Pokemon1|262,27 | ||
Pokemon2| | ||
Pokemon3| | ||
Pokemon4| | ||
Pokemon5| | ||
Pokemon6| | ||
Items| | ||
Gender|0 | ||
AI|2 | ||
IntroSequence|Green,Green |
22 changes: 22 additions & 0 deletions
22
GameModes/Pokémon Universal 3D/Scripts/trainer/12/Route102/033000022.2.trainer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[TRAINER FORMAT] | ||
Name|Calvin | ||
TrainerClass|Youngster | ||
Money|96 | ||
IntroMessage|Ever since I lost to you, I desperately~trained my POKéMON.~You can't say no to my challenge! | ||
OutroMessage|Arrgh, I lost...~Is my training method not right? | ||
DefeatMessage|If you're going to get stronger,~I'll get stronger, too. | ||
TextureID|Youngster | ||
Region|12.Hoenn | ||
IniMusic|P_OR_AS Trainer Battle_intro | ||
DefeatMusic|P_OR_AS Victory! Trainer | ||
BattleMusic|P_OR_AS Trainer Battle | ||
Pokemon1|277,28 | ||
Pokemon2|262,30 | ||
Pokemon3| | ||
Pokemon4| | ||
Pokemon5| | ||
Pokemon6| | ||
Items| | ||
Gender|0 | ||
AI|2 | ||
IntroSequence|Green,Green |
22 changes: 22 additions & 0 deletions
22
GameModes/Pokémon Universal 3D/Scripts/trainer/12/Route102/033000022.3.trainer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[TRAINER FORMAT] | ||
Name|Calvin | ||
TrainerClass|Youngster | ||
Money|104 | ||
IntroMessage|Ever since I lost to you, I desperately~trained my POKéMON.~You can't say no to my challenge! | ||
OutroMessage|Arrgh, I lost...~Is my training method not right? | ||
DefeatMessage|If you're going to get stronger,~I'll get stronger, too. | ||
TextureID|Youngster | ||
Region|12.Hoenn | ||
IniMusic|P_OR_AS Trainer Battle_intro | ||
DefeatMusic|P_OR_AS Victory! Trainer | ||
BattleMusic|P_OR_AS Trainer Battle | ||
Pokemon1|277,31 | ||
Pokemon2|264,29 | ||
Pokemon3|262,33 | ||
Pokemon4| | ||
Pokemon5| | ||
Pokemon6| | ||
Items| | ||
Gender|0 | ||
AI|2 | ||
IntroSequence|Green,Green |
22 changes: 22 additions & 0 deletions
22
GameModes/Pokémon Universal 3D/Scripts/trainer/12/Route102/033000022.4.trainer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[TRAINER FORMAT] | ||
Name|Calvin | ||
TrainerClass|Youngster | ||
Money|112 | ||
IntroMessage|Ever since I lost to you, I desperately~trained my POKéMON.~You can't say no to my challenge! | ||
OutroMessage|Arrgh, I lost...~Is my training method not right? | ||
DefeatMessage|If you're going to get stronger,~I'll get stronger, too. | ||
TextureID|Youngster | ||
Region|12.Hoenn | ||
IniMusic|P_OR_AS Trainer Battle_intro | ||
DefeatMusic|P_OR_AS Victory! Trainer | ||
BattleMusic|P_OR_AS Trainer Battle | ||
Pokemon1|277,34 | ||
Pokemon2|264,32 | ||
Pokemon3|262,36 | ||
Pokemon4| | ||
Pokemon5| | ||
Pokemon6| | ||
Items| | ||
Gender|0 | ||
AI|2 | ||
IntroSequence|Green,Green |
22 changes: 22 additions & 0 deletions
22
GameModes/Pokémon Universal 3D/Scripts/trainer/12/Route104/019000044.1.trainer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[TRAINER FORMAT] | ||
Name|Cindy | ||
TrainerClass|Lady | ||
Money|1400 | ||
IntroMessage|Hello, we meet again.~May I ask you for a battle? | ||
OutroMessage|Oh, my...~I did the best that I could... | ||
DefeatMessage|"Hello" is the beginning of "good-bye."~I hope we meet again. | ||
TextureID|Lady | ||
Region|12.Hoenn | ||
IniMusic|P_OR_AS Trainer Battle_intro | ||
DefeatMusic|P_OR_AS Victory! Trainer | ||
BattleMusic|P_OR_AS Trainer Battle | ||
Pokemon1|263,11 | ||
Pokemon2| | ||
Pokemon3| | ||
Pokemon4| | ||
Pokemon5| | ||
Pokemon6| | ||
Items|14 | ||
Gender|0 | ||
AI|2 | ||
IntroSequence|Green,Green |
22 changes: 22 additions & 0 deletions
22
GameModes/Pokémon Universal 3D/Scripts/trainer/12/Route104/019000044.2.trainer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[TRAINER FORMAT] | ||
Name|Cindy | ||
TrainerClass|Lady | ||
Money|1540 | ||
IntroMessage|Hello, we meet again.~May I ask you for a battle? | ||
OutroMessage|Oh, my...~I did the best that I could... | ||
DefeatMessage|"Hello" is the beginning of "good-bye."~I hope we meet again. | ||
TextureID|Lady | ||
Region|12.Hoenn | ||
IniMusic|P_OR_AS Trainer Battle_intro | ||
DefeatMusic|P_OR_AS Victory! Trainer | ||
BattleMusic|P_OR_AS Trainer Battle | ||
Pokemon1|264,27 | ||
Pokemon2| | ||
Pokemon3| | ||
Pokemon4| | ||
Pokemon5| | ||
Pokemon6| | ||
Items|14 | ||
Gender|0 | ||
AI|2 | ||
IntroSequence|Green,Green |
22 changes: 22 additions & 0 deletions
22
GameModes/Pokémon Universal 3D/Scripts/trainer/12/Route104/019000044.3.trainer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[TRAINER FORMAT] | ||
Name|Cindy | ||
TrainerClass|Lady | ||
Money|1680 | ||
IntroMessage|Hello, we meet again.~May I ask you for a battle? | ||
OutroMessage|Oh, my...~I did the best that I could... | ||
DefeatMessage|"Hello" is the beginning of "good-bye."~I hope we meet again. | ||
TextureID|Lady | ||
Region|12.Hoenn | ||
IniMusic|P_OR_AS Trainer Battle_intro | ||
DefeatMusic|P_OR_AS Victory! Trainer | ||
BattleMusic|P_OR_AS Trainer Battle | ||
Pokemon1|264,30 | ||
Pokemon2| | ||
Pokemon3| | ||
Pokemon4| | ||
Pokemon5| | ||
Pokemon6| | ||
Items|14 | ||
Gender|0 | ||
AI|2 | ||
IntroSequence|Green,Green |
22 changes: 22 additions & 0 deletions
22
GameModes/Pokémon Universal 3D/Scripts/trainer/12/Route104/019000044.4.trainer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[TRAINER FORMAT] | ||
Name|Cindy | ||
TrainerClass|Lady | ||
Money|1820 | ||
IntroMessage|Hello, we meet again.~May I ask you for a battle? | ||
OutroMessage|Oh, my...~I did the best that I could... | ||
DefeatMessage|"Hello" is the beginning of "good-bye."~I hope we meet again. | ||
TextureID|Lady | ||
Region|12.Hoenn | ||
IniMusic|P_OR_AS Trainer Battle_intro | ||
DefeatMusic|P_OR_AS Victory! Trainer | ||
BattleMusic|P_OR_AS Trainer Battle | ||
Pokemon1|264,33 | ||
Pokemon2| | ||
Pokemon3| | ||
Pokemon4| | ||
Pokemon5| | ||
Pokemon6| | ||
Items|14 | ||
Gender|0 | ||
AI|2 | ||
IntroSequence|Green,Green |
Oops, something went wrong.