From ad6f286fa1ea8e72fe968103d4ecad5e41e48d20 Mon Sep 17 00:00:00 2001 From: The Gears of Progress Date: Sat, 24 Aug 2024 14:00:04 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa01594..4772749 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ A full list of modifications made to transfered Pokémon can be found [here](htt ![Poke_Transporter_GB_mb-7](https://github.com/user-attachments/assets/141acf23-c330-498b-811a-8d611df01a72) -A video showcasing Poké Transporter GB can be found [here](https://youtu.be/9mSkGhEYBkg)! +A video showcasing Poké Transporter GB can be found [here](https://www.youtube.com/watch?v=47A6p2hH2gU), and a video detailing some of the development process can be found [here](https://youtu.be/9mSkGhEYBkg)! ## Why? One of my favorite aspects of the Pokémon franchise is the ability to send Pokémon forward into the most recent generation. Of course, this isn't possible from the Gameboy games into the Gameboy Advance era- and I wanted to fix that. A handful of Poeople have bridged the gap before, but Poké Transporter GB is the first tool designed to transfer Pokémon like the Pal Park, PokéTransport Lab, and PokéTransporter for Generation 1 and 2 to Generation 3. Documentation detailing the design process of Poké Transporter GB can be found [here](https://www.austinthomasweber.com/poke-transporter-gb)! From 4557df8649d609d01ac8d640d6d27b9a6110132a Mon Sep 17 00:00:00 2001 From: The Gears of Progress Date: Sat, 24 Aug 2024 21:41:43 -0400 Subject: [PATCH 2/2] Update modifications.md --- modifications.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modifications.md b/modifications.md index 6b3392b..a479c62 100644 --- a/modifications.md +++ b/modifications.md @@ -15,7 +15,7 @@ - Pokérus is retained - the OT gender will be set to Female if the player is playing as Kris in Pokémon Crystal - The transfered Pokémon will be caught in a Pokéball -- IVs are generated based on the Pokémon's DVs. Each DV is multiplied by two and increased by one, which is simmilar to how Pokémon HOME converts IVs when transfering from Pokémon GO +- IVs are randomly generated based on Gen 3's pseudo-random generation - Met level is set to the Pokémon's current level, and met location is set to "Fateful Encounter". This value is invisible to the palyer, and when transfered to Diamond, Pearl, Platinum, HeartGold, or SoulSilver this will be replaced by "Met at Pal Park" - Game of Origin is set to FireRed/LeafGreen for Pokémon transfered from Red, Blue, and Yellow. Pokémon from Gold, Silver, and Crystal will have their Game of Origin set to HeartGold/SoulSilver. This will display as "A far off land" in Ruby, Sapphire, FireRed, LeafGreen, and Emerald- much like how a Game of Origin of FireRed/LeafGreen displays in Ruby and Sapphire -- All Pokémon are set as Fateful Encounters. This is especially important for Mew and Celebi, as otherwise they will not obey the player +- Mew will be given a Fateful Encounter flag, so that it obeys the player.