-
Posts
21238 -
Joined
-
Last visited
-
Days Won
743
Content Type
Profiles
Pokédex
Portal
Technical Documentation
Pages
Tutorials
Forums
Calendar
Downloads
Gallery
Blogs
Files posted by theSLAYER
-
Wild Area Event #42: Monthly Default
By theSLAYER in Generation 8
This is a Wild Area event held by Sword and Shield. This event does not appear to host any Gigantamaxes.
This appears to be the default max event raids that Sword and Shield will use going forward (ignoring the monthly 1 week events).
This "monthly default" went into use starting April 2021.
To import these files into your save, use PKHeX's block importing function. Our tutorial should guide you through it.
Our first post of this page contains some data relevant to the importing stage.
There's info and some common questions regarding Wild Area Events here.
To see other Wild Area Events, here.
3477 downloads
Updated
-
[PKHeX Plugin] GP1 Editor
By theSLAYER in Save Editing
PKHeX plugin to edit GO Park Storage.
User can click on the slot to view the content of the slot.
User may edit the GP1 in the viewed slot.
User can also import a GP1 into the viewed slot via the button or dragging it in.
User may also delete the GP1 in the viewed slot.
Given the GO CP on file isn't carried into the game visually, and appears to be unused data, GO CP calculation isn't included.
(If you need it, it is here on an external program)
For help and bug reporting, go here.
How to use
Put the plugin into the plugins folder in your PKHeX directory, then access it from the Tools menu.
Let's Go Pikachu and Let's Go Eevee is supported.
Note: Win 10 might block DLL files downloaded from the internet. In that case right click the plugin file, go to properties and check "unblock" (as seen here).
[You may have to unblock, reblock, then unblock again to get it to work]
Example of how to unblock:
Credits
Kaphotics for the making of PKHeX, as well as documented structure for various GP1 parts.
BlackShark for his meticulous work with the Feebas Locator [Full disclosure: I've never made a PKHeX plugin before, so had to look at his work to figure it out]
789 downloads
Updated
-
[PKHeX Plugin] SWSH Overworld/Max Raid IVs/BDSP Roaming8b Searcher
By theSLAYER in Save Editing
PKHeX plugin to check for valid PIDIV and other correlated stats for Overworld8 or Max Raid or Max Lair mons.
Once the data is found, the selected row can be sent to PKHeX's viewer, without the user having to copy the data over manually.
Other small features include:
- Able to update Trainer ID/Secret ID in Searcher based on Save's details or Viewed Pokémon's details
- Able to update Trainer ID/Secret ID in Searcher based on viewed Pokémon's details, whenever a different Pokémon is viewed
- Able to update Gender Ratio filter (Max Raids/Max Lair searching only) based on the viewed Pokémon
- The TSV box updates based on what the user inputs, or the data grabbed from save/viewer.
- If a modified IV stat is 31, the Hyper Training Flag would be removed
Spiritual successor of IV Searcher portion found here: https://projectpokemon.org/home/files/file/4447-gen-8-ow-shiny-pid-genner/
How to use
Put the plugin into the plugins folder in your PKHeX directory, then access it from the Tools menu.
Tutorial, under Searching for Particular IVs: https://projectpokemon.org/home/tutorials/save-editing/using-pkhex/pid-mismatch-origin-game-swsh-r114/
Note: Win 10 might block DLL files downloaded from the internet. In that case right click the plugin file, go to properties and check "unblock" (as seen here).
[You may have to unblock, reblock, then unblock again to get it to work]
Example of how to unblock:
Support
Sword and Shield.
BDSP
For help and bug reporting, go here.
Credits
Kaphotics for PKHeX, his documentation on Github, as well as other various functions found in PKHeX.Core and PKHeX.Drawing
SkyLink98 with helping me figure out how to deal with implementing changes on PKHeX's viewer
Leanny's Source code for Ability and Gender determination for raid stats from seed.
Admiral Fish's Raid stats generation write-up.
SciresM and his Roaming8b code write-up used by PKHeX.
4207 downloads
Updated
-
[PKHeX Plugin] Wonder Records Tool
By theSLAYER in Save Editing
PKHeX plugin to import Wonder Cards as Wonder Record (entries that show up in the Gift Album).
For SWSH, the 50 slots can be viewed via Sprite Representations: Pokémon represented by the relevant sprites; Items represented by relevant sprites (note: only the first item slot of that gift, not all); the Black Ball can represent Clothes, Money, and BP gift type; Blank represents the slot being unused.
(Note: As WR don't store shininess, shininess is only determined by one particular gift title. WR also doesn't store Gmax flag, so it depends on the one particular gift title.)
This edit is merely affects what show up in the Gift Album (cannot be redeemed in-game), but some people want it, so here it is.
Reminder: Due to changes made starting from LGPE, injecting Wonder Cards (or Wonder Records, for that matter) won't allow the gift to be redeemed in-game.
How to use
Put the plugin into the plugins folder in your PKHeX directory, then access it from the Tools menu.
Note: Win 10 might block DLL files downloaded from the internet. In that case right click the plugin file, go to properties and check "unblock" (as seen here).
[You may have to unblock, reblock, then unblock again to get it to work]
Example of how to unblock:
Usages
Used to view the Wonder Records in the KMysteryGift block in the save.
Can be used to inject and extract WR8. Can be used to convert WC8 to WR8.
Both injections can be used via the button or dragging the file into the form.
Do note the conversion is based on best approximation from the data observed. Use at your own risk!
Can be used to manipulate the timestamp on entries.
Always back up your saves before you perform any edits.
Support
Sword and Shield - Viewing, WR8 Injection, WC8 -> WR8 Injection, Timecode manipulation
Let's Go Pikachu & Eevee - Viewing (WR7 Injection and Extraction can be done natively using PKHeX)
For help and bug reporting, go here.
Credits
Kaphotics for PKHeX.
1818 downloads
Updated
-
[PKHeX Plugin] RSE Berry Plot Editor
By theSLAYER in Save Editing
PKHeX plugin to find and edit content of Berry plots in Ruby, Sapphire, Emerald.
(In the image, the plot that the character model is facing, is the berry plot that is being focused on.)
FYI: The e-Reader berries are not 'real' berries, in the sense that they don't have their own data programmed into the ROMs.
They just usurped the slot for Enigma Berries. So if you have those activated in your save, and wanna plant them, just plant Enigma Berries.
Originated from: attempting to resolve a glitch. As such, no immediate plans for other games.
How to use
Put the plugin into the plugins folder in your PKHeX directory, then access it from the Tools menu.
Ruby, Sapphire and Emerald are supported.
Note: Win 10 might block DLL files downloaded from the internet. In that case right click the plugin file, go to properties and check "unblock" (as seen here).
[You may have to unblock, reblock, then unblock again to get it to work]
Example of how to unblock:
Credits
Kaphotics for PKHeX.
BlackShark for his meticulous work with the Feebas Locator [Full disclosure: I've never made a PKHeX plugin before, so had to look at his work to figure it out]
All the wonderful team members involved in pret, for the amazing work regarding disassembly for RSE, which contained all the important structures.
RodrigoTR and Mark_Eire, for providing support for giving the locations and getting all the images for various screenshots of plots.
535 downloads
Updated
-
[PKHeX Plugin] SWSH Overworld Checker
By theSLAYER in Save Editing
PKHeX plugin to check the details of any Overworld/Fishing mons roaming around when the player saved.
This is a viewer, not an editor.
Spiritual successor of
How to use
Put the plugin into the plugins folder in your PKHeX directory, then access it from the Tools menu.
Note: Win 10 might block DLL files downloaded from the internet. In that case right click the plugin file, go to properties and check "unblock" (as seen here).
[You may have to unblock, reblock, then unblock again to get it to work]
Example of how to unblock:
Support
Sword and Shield
For help and bug reporting, go here.
Credits
Kaphotics for PKHeX, his documentation on Github, as well as other various functions found in PKHeX.Core, PKHeX.Drawing, PKHeX.Drawing.Misc, and PKHeX.Drawing.PokeSprite
741 downloads
Updated
-
Shiny across Generations (Shiny Living Dex)
Non Shiny Living Dex | Shiny Living Dex
Key Description:
This page holds files that contains shinies, based on a game's generation.
All you gotta do is use the relevant pcdata.bin on a save of that generation.
Last Word:
Despite these Pokemon being legal, I still need to say this:
ProjectPokemon.org is not liable, if you somehow managed to get yourself banned with these Pokemon.
Also, don't be stupid or don't do stupid things.
I can't possibly give every directive or comment on every possibility. Be reasonable, alright :3
131419 downloads
-
Complete Dex Mons - Multi-Gen Legal Species
Non Shiny Living Dex | Shiny Living Dex
Key Description:
This page hosts several pcdata.bin files, that have stored all available Pokemon in the Boxes.
Just drag the pcdata.bin onto a save of that file's generation.
Last Word:
Despite these Pokemon being legal, I still need to say this:
ProjectPokemon.org is not liable, if you somehow managed to get yourself banned with these Pokemon.
Also, don't be stupid or don't do stupid things.
I can't possibly give every directive or comment on every possibility. Be reasonable, alright :3
edit: Github here. May not be up to date compared to this page.
173645 downloads
-
PA8: Frenzied Lord Avalugg
By theSLAYER in Unreleased/Beta PKM Gallery
Pokémon Legends Arceus introduced the concept of Noble Pokémon to the Pokémon lore. These nobles are descendants of Pokémon that journeyed alongside the ancient hero across Hisui. During the story, lightning bolts from the space-time distortion will hit some of the Noble Pokémon, causing them to go on a frenzy, and taking on their Lord/Lady form (the yellow texture). It is to note that Lord Avalugg is significantly larger than all Pokémon, comparable to a mountain than a Pokémon.
In the game, the lord/lady forms were actually designated as an extra form in the data. However, if one were to hack one in via save editing into the PC/Party, the form 'reverts' to the appearance it normally has, akin to the game force reverting Mega Evolutions and Eternamax Eternatus in previous games.
However, there are some ways to get around it:
1) RAM inject the mon
2) Save edit the mon into the farm (as of ver1.0.2, this still works, but I expect it to get patched at some point) [example here]
3) Receive one that is properly in lord/lady form from trade
This Avalugg was caught using cheats; 1. I repeated the noble fight, 2. used a cheat to teleport away, 3. engaged a fight with another species (allowing me to access balls in the UI again), 4. going back to the lord and throwing balls at it.
181 downloads
Updated
-
[PKHeX Plugin] Mons with NPC editor (For Legends Arceus)
By theSLAYER in Save Editing
In Pokémon Legends Arceus, the player is able to give or loan mons to the NPCs, and those mons will show up in the overworld.
Even for permanent gifts, the data of the given mons are actually fully intact.
This plugin allows you to modify the mons that were given/on loan.
How to use
Put the plugin into the plugins folder in your PKHeX directory, then access it from the Tools menu.
Note: Win 10 might block DLL files downloaded from the internet. In that case right click the plugin file, go to properties and check "unblock" (as seen here).
[You may have to unblock, reblock, then unblock again to get it to work]
Example of how to unblock:
Usages
Used to modify the mons in NPC/farm block in the save.
Always back up your saves before you perform any edits.
Support
Pokémon Legends Arceus
For help and bug reporting, go here.
Credits
Kaphotics for PKHeX.
1379 downloads
Submitted
-
New Super Ultimate Injector NSUI
By theSLAYER in ROM Editing
Add custom skins to your official VC dumps! Swap games around!
Original Link:
https://gbatemp.net/threads/discussion-new-super-ultimate-injector-nsui.500376/
653 downloads
Updated
-
Mythical Special Research - Zarude
By theSLAYER in Pokémon GO Transfers
When players logged into Pokémon GO during the period of October 1st to October 10th (2021), they gain access to the special research that yields a Zarude upon completion. Players do not need to complete the research within the period.
The special research was available to players to promote the then upcoming movie Pokémon M23: Secrets of the Jungle, which would have been aired on Netflix.
Various identifiable details have been randomized for privacy reasons.
439 downloads
0 comments
Updated
-
Wild Area Event #54: Alolan Starters
By theSLAYER in Generation 8
This is a Wild Area event held by Sword and Shield. This event gives players a chance to capture the Alolan Starters.
An interesting note, is you could try to catch them with other types of Poké Balls, which couldn't be done previously.
Only the files normal_encount, normal_encount_rigel1, normal_encount_rigel2, and dai_encount were updated to Index 87.
To import these files into your save, use PKHeX's block importing function. Our tutorial should guide you through it.
Our first post of this page contains some data relevant to the importing stage.
There's info and some common questions regarding Wild Area Events here.
To see other Wild Area Events, here.
830 downloads
Updated
-
SWSH Overworld Checker (Deprecated)
By theSLAYER in Files compatible w/ Saves
Important news:
This is no longer supported, check out the PKHeX Plugin instead.
It reads the kcoordinates block exported from PKHeX.
You're also gonna need to download this file, specifically the 32-bit version: https://www.microsoft.com/en-us/download/details.aspx?id=13255
References:
PKHeX's Source code in relation to Xoroshiro calculation and Stats determination from the seed.
271 downloads
Updated
-
Bin and WR8 Reader (Deprecated)
By theSLAYER in Files compatible w/ Saves
PKHeX has introduced a Block exporting option, and thus, this program is born.
Able to read WR8 files, and the bin file that contains WR8. (Note, there is no intention of exporting WR8 from the bin)
You can scroll through the entries of the bin, by scrolling through the values here:
For technical info relating to the offset can be found here.
When more details are known (for example, if they store abilities or what the cashback thing is), those will be added.
To extract the block using PKHeX:
Edit: This tool is no longer being supported. A PKHeX Plugin was developed so that one doesn't need to dump the block from the save, and be able to read it natively, use that instead.
550 downloads
Updated
-
Wild Area Event #53: Meteorite Event (2021)
By theSLAYER in Generation 8
This is a Wild Area event held by Sword and Shield. This event gives players a chance 2% to find a guaranteed Shiny Solrock or Shiny Lunatone in 5-star raids.
Only the files normal_encount, normal_encount_rigel1, normal_encount_rigel2, and dai_encount were updated to Index 85.
To import these files into your save, use PKHeX's block importing function. Our tutorial should guide you through it.
Our first post of this page contains some data relevant to the importing stage.
There's info and some common questions regarding Wild Area Events here.
To see other Wild Area Events, here.
268 downloads
Updated
-
Gen 4 Evolution Editor
By theSLAYER in ROM Editing
Used to edit Evolutions of Pokemon, example Evolve without Trading, evolve without stones etc.
Supported games
Original Developer:
@Pedro250
4944 downloads
Updated
-
Virtual Console Mew
This event was distributed to those who purchased a 20th Anniversary Pokemon Clear 2DS (Red/Blue/Green/Yellow) from Japan,
that came bundled with a collection ticket see screenshot area.
The device also comes with a code card for a Serial Code for Mew, a code card for the respective theme, themed stickers , and pre-loaded with the Virtual Console title.
(The event is received in real life between March 19 to May 8, 2016. It can have any date on the PK7, due to transporter applying a date whenever it is transferred.)
The ticket would have to be taken to a participating Pokemon Center in Japan, in order to receive the Mew via trade.
As the DVs (Gen I IVs) are distributed with 15 in every slot,
it is not possible to obtain this as a Shiny when transferred normally through Pokemon Transporter.
This PK1 file will only be compatible with JPN version of the game.
Species Mew Nickname (default, in ) OT ゲーフリ TID 22796 Distribution Trade Location the Kanto region Dates (any transfer date) PID Cannot Be Shiny Games VC: RGBY [JPN] Lv. 5 Nature Random Ability Synchronize (1) Item None Bundled Item None Moves (ITALIC means Relearnable) Pound (None) (None) (None)
This is a video of my friends helping me to collect the Mew event!
(audio got muted by youtube due to proprietary song playing in the background)
5324 downloads
Updated
-
Virtual Console Mew
This event was distributed to a few lucky residents of the United Kingdom and the Republic of Ireland,
distributed during an event that celebrates the launch of Pokemon Sun & Moon.
As the DVs (Gen I IVs) are distributed with 15 in every slot,
it is not possible to obtain this as a Shiny when transferred normally through Pokemon Transporter.
This PK1 file will not be compatible with JPN version of the game.
Species Mew Nickname (default, in ) OT GF TID 22796 Distribution Trade Location the Kanto region Dates (any transfer date) PID Cannot Be Shiny Games VC: RBY [Non-JPN] Lv. 5 Nature Random Ability Synchronize (1) Item None Bundled Item None Moves (ITALIC means Relearnable) Pound (None) (None) (None)
This is a video of @RupeeClock's collection of the hyper rare Mew!
(Also, it can be seen that the Event Staff's unit has a Restore Point function!)
15665 downloads
Updated
-
Lostlorn Forest Zoroark
In Pokemon Black & White, when the player brings a Movie Shiny Legendary Beast transferred up using the Relocator,
the weird camper lady in the Lostlorn Forest will attack, and take the form of a Legendary Beast.
When it takes damage, the Illusion will unravel, and reveal it was Zoroark in disguise all along.
This Zoroark cannot be encountered shiny.
Species Zoroark Nickname (default, save lang) OT (recipient) TID (recipient) Distribution In-Game Encounter Location Lostlorn Forest Dates (Various Dates) PID Cannot Be Shiny Games Black & White Lv. 25 Nature Random Ability Illusion Item None Moves Fury Swipes Feint Attack Scary Face Taunt
Format Ver.1.0.6-2, Post Updated Date:20180514_1056
559 downloads
0 comments
Updated
-
Fashion Block Viewer and Editor *experimental*
By theSLAYER in Files compatible w/ Saves
EXPERIMENTAL!
Load a Fashion Block bin into the app.
Select Male or Female.
Then scroll through the options.
Use at your own risk. I strongly recommend you keep a backup of your unedited fashion bin.
If there's bugs, report em here: https://projectpokemon.org/home/forums/topic/58291-fashion-block-tool-bug-report-thread/
Please don't PM me to ask for help etc etc.
218 downloads
Updated
-
Special Demo Steelix (JPN) [PL6][PK6]
This event is one out of two new Mega Evolving Pokemon distributed, Glalie International and Steelix Japan 3DS,
that is distributed to players for playing the Pokemon Omega Ruby and Alpha Sapphire Special Demo Version.
In the Special Demo, the Pokemon is encountered in a battle, with it's stats, nature, ability, and gender, fully randomized, as per any battle,
with the exception of it's Species, Level, and that it cannot be Shiny, being preset.
After capture, it can be nicknamed, and then can it be sent as a gift to the full versions of Pokemon Omega Ruby and Alpha Sapphire.
The language of the event is determined by the language of game save of the Special Demo Version,
so it's possible to receive a Pokemon with different Language of Origin from the save of the full versions of the game.
However, this Steelix can only be have Japanese as it's Language of Origin,
as only Japanese 3DS Special Demo Version can encounter this Steelix,
and the Special Demo Version for the Japanese Region does not have the language selection screen at the start of the Demo.
Even when not nicknamed in the Special Demo, this Pokemon will have it's Nickname Flag checked,
as long as the name it currently has is different from the default name of the species of the receiving game save's language.
The Trainer ID is randomly generated and assigned when starting the Special Demo,
and the Original Trainer will be Orlando ENG, FRE, GER, ITA, SPA or オメガ JPN or 오메가 KOR.
^ OT name languages refers to language of Special Demo, not Full versions.
Below shows the exact details of the contributed .PL6 and .PK6 file:
Species Steelix Nickname (default, save lang) OT オメガ TID 29231 Distribution Pokémon Link
(ORAS Demo) Location Pokémon Link Dates Oct 15, 2014 onwards PID Cannot Be Shiny Games Given to: JP 3DS: ORAS
Preset as: AS Lv. 40 Nature Random Ability Rock Head (1) or Sturdy (2) Item Steelixite Card Per Save - Moves (ITALIC means Relearnable) Iron Tail Crunch Rock Slide Screech WC ID 0: 「Simulated Japanese ORAS Demo Steelix.」's receiving text 0x00 Thank you for coming to see the Pokémon Movie! Please pick up your gift from the delivery girl in any Pokémon Center.
(no ribbons) Simulated Japanese ORAS Demo Steelix. Simulated Japanese ORAS Demo Steelix. Format Ver.2.1.2-2, Post Updated Date:20210823_1625
(The details were converted into a simulated file, which that file was then used as a HTML)
3029 downloads
Updated
-
Hyadain Landorus (Land-sama)
Species Landorus Nickname ランドさま OT ヒャダイン TID 14818 Distribution Serial Code Location a Pokémon TV program Dates May 24 to Jun 30, 2016 PID Cannot Be Shiny Games Given to: JP 3DS: ORAS
Preset as: OR Lv. 50 Nature Adamant Ability Sand Force (1) Item Assault Vest Card Per Save Only One Allowed Moves (ITALIC means Relearnable) Earthquake Knock Off U-turn Rock Tomb WC ID 167: 「PJCS2016よせん さんかきねん」's receiving text 0x2D Thank you for participating in the Battle Competition! Please pick up your gift from the delivery girl in any Pokémon Center.
Classic PJCS2016よせん さんかきねん インターネットたいかい
「ポケモンジャパンチャンピオンシップス2016
よせん」に さんかした きねんに
テレビ「ポケモンの家(うち)あつまる?」の
ヒャダインの ランドロスを プレゼント! Format Ver.2.1.2-2, Post Updated Date:20210823_1622
2364 downloads
0 comments
Updated
-
NA Championships 2019 Gastrodon
This Pokemon was distributed via Local Wireless to the participants of the 2019 Pokémon North American International Championships held in Columbus, Ohio. Players can receive this gift, even if they do not have an event badge.
This Pokémon is based on 2018 Pokémon World Championships Video Game Masters Division Champion's Paul Ruiz's Gastrodon.
IVs: ATK 0, Rest 31s.
EVs: HP 180, ATK 0, DEF 212, SPD 4, S.ATK 84, S.DEF 28.
Species Gastrodon Nickname (default, in ) OT Paul TID 062219 Distribution Local Wireless Location Route 4 Dates Jun 21 to Jun 23, 2019 PID Shiny PID Games Given to: All Regions 3DS:
SM USUM
Preset as: US Lv. 50 Met Lv. 1 Nature Modest Ability Storm Drain (2) Item None Bundled Item None Card Per Save Only One Allowed Moves (ITALIC means Relearnable) Earth Power Ice Beam Recover Protect WC ID 684: 「Weather the storm with Gastrodon!」's receiving text 0x2C Thank you for playing Pokémon! Please pick up your gift from the deliveryman in any Pokémon Center.
Battle Champ Weather the storm with Gastrodon! It may be squishy, but the
Sea Slug Pokémon is a solid
choice when it comes to soaking
up damage for your team! Format Ver.2.1.2-2, Post Updated Date:20210823_1612
3597 downloads
0 comments
Updated
-
Kotone Yasue's Shiny Tyranitar
Species Tyranitar Nickname (default, save lang) OT ヤミらみこ TID 03866 Distribution Nintendo Zone Location Route 7 Dates Nov 07 - Dec 06, 2015 PID Shiny PID Games Given to: JP 3DS: ORAS
Preset as: X Lv. 55 Met Lv. 1 Nature Adamant Ability Sand Stream (1) Item Life Orb Card Per Save Only One Allowed Moves (ITALIC means Relearnable) Crunch Rock Slide Low Kick Protect WC ID 130: 「チャンピオンの バンギラス」's receiving text 0x07 Thank you for coming to the Pokémon Center! Please pick up your gift from the delivery girl in the game.
Battle Champ チャンピオンの バンギラス ポケモンWCS'15 ジュニアチャンピオンの
ポケモンを プレゼント!
けっしょうせんで かつやくした
いわなだれを つかって
そのつよさを たいけんしよう! Format Ver.2.1.2-2, Post Updated Date:20210823_1608
2761 downloads
Updated