Leaderboard
-
in all areas
- All areas
- Blog Entries
- Blog Comments
- Images
- Image Comments
- Image Reviews
- Albums
- Album Comments
- Album Reviews
- Files
- File Comments
- File Reviews
- Events
- Event Comments
- Event Reviews
- Topics
- Posts
- Pokédex Entries
- Pokédex Entry Comments
- Pokédex Entry Reviews
- Articles
- Article Comments
- Article Reviews
- Technical Documents
- Technical Document Comments
- Technical Document Reviews
- Pages
- Page Comments
- Page Reviews
- Tutorials
- Tutorial Comments
- Tutorial Reviews
- Status Updates
- Status Replies
-
Month
-
All time
November 30 2016 - April 22 2021
-
Year
April 22 2020 - April 22 2021
-
Month
March 22 2021 - April 22 2021
-
Week
April 15 2021 - April 22 2021
-
Today
April 22 2021
- Custom Date
-
All time
Popular Content
Showing content with the highest reputation since 03/22/21 in all areas
-
The plugin needs to be compiled from source for now, I'll publish a new release tomorrow (Mirage Island and WC3 Plugin will be updated tomorrow as well).4 points
-
Looks like invalid pkrs values. https://github.com/pret/pokeemerald/blob/5d7c438efcd341c777c866a7eb3f8401f8548dc5/src/pokemon.c#L6036-L6058 The byte at 0x44 has "01", which decomposes to "strain 0, days 1". Can't get strain 0, and when it's cured (days elapsed), it will never remember it had pkrs. I simulated the numbers to generate a list of possible PKRS values: https://github.com/pret/pokeemerald/blob/5d7c438efcd341c777c866a7eb3f8401f8548dc5/src/pokemon.c#L5940-L5978 var list = new List<int>(); for (int i = 0; i <= 255; i++) { var val = i; if ((val4 points
-
I've fixed this in the latest batch of commits; just need to see if there's anything else that can be fixed prior to uploading a hotfix.3 points
-
This guide is for those who are interested in editing an actual trainer e-Card to use with the real e-Reader. If you are capable of save editing or you are playing on an emulator it's probably easier to inject the trainer into your save file directly. Requirements your custom Trainer (ECT) of course (can be created with this tool) e-Reader dev tools (https://caitsith2.net/ereader/devtools.htm) e-Card headerfix tool headerfix.zip (source) a hex editor (like HxD) a raw e-Card which we will use as a base (English, Japanese) Editing the raw3 points
-
It's very hard to tell, especially if it was made shiny in the VC save before going into Transporter in the first place. Most Gen 1 Wild Pokémon can't be shiny, but since the game doesn't record a lot of data and Transporter sets the origin game to whatever VC game it was in right before Transporting, most could technically pass off as Gen-2-bred shinies. There's pretty much always an edge case that makes them technically possible.3 points
-
I think most fans who've played Stadium know that nicknamed Pokemon can have different colors. But why? How? After a lot of time and effort, I've worked it out - well, mostly! Since PKHeX was critical to my success, this seems like an appropriate place to share my results. My research was thorough and I made sure to explain things in a lot of detail, so the full write-up is in a Google Doc here. But if that's TL;DR (I get it, life is short and the internet is full of content) here's a summary: The ASCII values of a Pokemon's OT name and nickname are added together, along with the va2 points
-
Sorry for the necropost, but I think I won't be the only one stumbling into this problem and searching got me to this thread, which doesn't have a clear (user friendly) answer to the issue. Problem is that project64 (and probably other n64 emulators) don't round up savefiles to full n64 savetype filesize. In the case of pokémon stadium 2, as Kaphotics stated, project64 creates a 0x1FF00 file (130816 bytes) while PkHex expects a 0x20000 file for (USA/INT) stadium 1 and 2 savefiles (131072 bytes). One can manually solve this manually with any hex editor or file padder. I went ahead an2 points
-
ty, fixed in latest commit https://github.com/kwsch/PKHeX/commit/aaae94b739f5715895e2eb69e9e088324b1439ca2 points
-
During the Players Cup 3 stream, there was a code for a free Dream Ball: DREAMB1GPC3 It is valid until April 12th 2021. Source: https://twitter.com/SerebiiNet/status/13809471715670999052 points
-
You'd need to influence the vblank to occur at a different time while the game code is executing. Emulators don't all behave the same way (timing/efficiency). Different inputs on prior frames may cause extra/less code to be executed, altering the timing in which the vblank interrupt occurs relative to the PIDIV loop code. Think of it as two parallel processes; vblank and game-loop. vblank executes X frames per second, and the game loop gets paused whenever vblank is triggered, and a rand call happens. There is no reliable advice besides input spam on prior frames, to shift when a vbl2 points
-
Use Bottle Caps to get the desired IVs. PIDs have been found to have a correlation with wild encounters, making any changes to a legal Pokemon will result in an illegal PID for now.2 points
-
Thanks, fixed in latest commit: https://github.com/kwsch/PKHeX/commit/a450b56878394e6cefdbdcd88c891901182c88f32 points
-
2 points
-
71 downloads
This is a Wild Area event held by Sword and Shield. This event does not appear to host any Gigantamaxes. 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.2 points -
Those PIDs are incorrect for the in-game trade. PIDs don't magically change on evolution.2 points
-
2 points
-
Version .
56 downloads
This is a Wild Area event held by Sword and Shield. This event only contains a non-catchable Magikarp. 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.2 points -
Finally, caught the last one as I arrived at work this morning. You should hopefully get Dark finished today Tiffany, Purrloin seems to be spawning quite frequently. Make 3 Excellent Throws in a row rewards Gible if you can find that task. Your local Pogo community might be posting when Gible and Noibat spawn, we've been messaging each other when spawns have been sighted. Although still pretty rare we seem to have been averaging a few reports a day recently. For Ghost i've noticed Gastly seems to spawn on an morning / evening between events which affect wild spawns.2 points
-
For anyone still struggling with 30 dark types remember to play on April 1st, Purrloin will be one of the featured spawns for that day only. Source: BREAKING: Pokémon mischief is on the rise, and Team GO Rocket has an Aipom problem - Pokémon GO (pokemongolive.com) I'm slowly getting there, I just need 5 dark to progress now2 points
-
Ok, so if you want a VC save file with YOSHIRA Mew and YOU DON'T CARE ABOUT LEGALITY, you need: A modded 3DS with VC game installed A PC with PKHeX If you want to completely replace your save file with the original SAV dumped from the original cartridge they used in 1999, full of all the YOSHIRA Mews, you have to: Use Checkpoint to dump a copy of your actual save file (you can follow this guide). Insert your SD card into PC and find /3ds/Checkpoint/saves/(your game)/(your save slot) Make a backup of (your save slot) folder in a safe place. Download the Y2 points
-
Hey, please stop multiposting. You can quote multiple people in a single post. :3 I've merged all the posts. You understand that doesn't make it legal, right? Besides, only GF Mew can be transferred up.. You're using legit wrong. Look, you can inject whatever Mew you want, whether is it from a real life event or from a hack. Just know that it won't be legal.2 points
-
2 points
-
Version .
121 downloads
This is a Wild Area event held by Sword and Shield. This event give players a chance to encounter a shiny Lilligant. 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.2 points -
Mostly (as in very very high percentage) no. In a very low chance scenario, yes (and TL;DR: it's as Delta Blast Burn says) [I understand you (OP) may understand how this works; do note I'm also breaking this down for other readers] Explainer (wall of text and semi-technical jargon alert):2 points
-
As I expected, caused by changing mystatus. It falls in-line with a previous report. Consider this hex edit to your mystatus block, then import it using PKHeX. (from: https://discord.com/channels/343093766477053953/367479180398428170/823116547970826260) Lemme know if it works or doesn't work.2 points
-
did you mess with this file or something. The offsets for some data is completely wrong. edit: it looks like the save has many corrupted portions to it. I tried to save your party and box, but only the first 2 boxes can be saved. (just drag the file into PKHeX. the rest of the data on this save is from one of my older saves) test edit 2: in case you're curious, to why the other boxes can't be salvaged edit 3: clarification on which parts is from your save, and which parts are from mine2 points
-
1 point
-
1 point
-
Encryption Constant. This thing: Well yeah, it modifies the top half based on your TID/SID and PID. So given you're using the same PID, TID and SID, it gave you the same result; there's only one modification formula (for forced shinies), so if all the variables are the same, the result is the same.1 point
-
No problems. I replied cause I happened to be online, I can't say the same for my future reply, but as long as I have details, I'll answer it when I see it. On a partially unrelated note, I see that all 3 of your SoJ has the same stats and PID. Did you use a cheat to get them or something?1 point
-
Read the changelog and the first post in this thread. Working as intended.1 point
-
Seems my program only dumped "Gym Leader Castle" registered teams. For some reason I did find the correct Pokérus byte and caught data bytes, but didn't update the file structure (neither here or in the main.c file), but pk2 dumps should be correct. Thanks @ShadowMario3 for the detailed teams structure. Pkhex now supports all stadium savefiles, including registered teams, but I tested it earlier and seems to have some bugs (I tested registering a celebi, then dumping and the dumped file became japanese somehow). I'll post an issue in pkhex's github, for now I've updated the dumper co1 point
-
1 point
-
I am new to posting on this site but when i read about this rare event from gen 1 I have gone to my way to made an PK1 file of the Tamamushi Magikarp in English for anyone to enjoy and for preservation. Enjoy 129 - Tamamushi Magikarp- 18E7.pk11 point
-
1 point
-
Just tested this out myself before posting. Working as intended. OP was just extremely lucky that a clean Level 5 and a Level 100 one would have the same Nature. My bad.1 point
-
Loosely translated: Doesn't look like there's any useful information that we didn't already know1 point
-
they need to be in the same level or it doesn't matter?1 point
-
Similar bug for another in-game trade pokemon in Pokemon Emerald. Dots, an in-game trade Seedot that you can get in Rustboro city. It becomes illegal when evolved to Nuzleaf and then shiftry. I've also tried using PK files from the living pokedex but the bug still remains. 273 - DOTS - 38BC00000084.pk3 274 - NUZLEAF (DOTS) - 7C7B22DF9399.pk3 275 - SHIFTRY (DOTS) - 7BF7BF07A1E9.pk31 point
-
I had in mind to send my Shiny Mew to my HOME account too, but I forgot to log into Pokemon GO and I have now to restart the 30 day count. I guess my HOME account is going to wait a bit more.1 point
-
For anyone still looking for the patch: https://drive.google.com/drive/folders/1b_kQVLlt5IxkYJ1MHvCLMqOokv6S0NVa?usp=sharing The first one is the one I had left on my OneDrive for around 7 years, it's an old (xdelta1 rather than xdelta3 I think) patch. Using the xdelta1.1 patcher found on the last comment of this thread (https://gbatemp.net/threads/patching-using-xdelta.320880/page-2) seems to work, one needs to use a command to run it, which would be (using cmd inside the folder you extracted the patcher) : xdelta1_1.exe patch "path to .xdelta patch" "path to .nds file" "output path"1 point
-
ooh, fun times. (credits: https://www.serebii.net/pokemongo/masterworkresearch/all-in-one151.shtml) They (Niantic) also made a tweet, about how they changed Spin 151 Unique stops to Spin 151 stops. At least not time gated, but pretty annoying. edit: oh page 4 is autocompleted, like other special researches1 point
-
Version .
125 downloads
This gift is distributed to players via a serial code, given in participating stores in Europe, from March 19 to April 19 2021. Using the Dynamax Crystal would allow Gigantamax Flapple (Pokémon Shield) or Gigantamax Appletun (Pokémon Sword) to appear at the Watchtower Lair's Den as a max raid. Wonder Card ID #0510: Dynamax Crystal Gift Here's what you got: ★Sgr6913 x11 point -
Version 21.04.06
3613963 downloads
Pokémon core series save editor, programmed in C#. Supports the following files: Save files ("main", *.sav, *.dsv, *.dat, *.gci) GameCube Memory Card files (.raw, .bin) containing GC Pokémon savegames. Individual Pokémon entity files (.pk*) Mystery Gift files (.pgt, .pcd, .pgf, .wc*) including conversion to .pk* Importing teams from Decrypted 3DS Battle Videos Transferring from one generation to another, converting formats along the way. Data is displayed in a view which can be edited and saved. The interface can be translated with resource/extern1 point -
1 point
-
1 point
-
Hi there. I know that generally wild pokemon are generated by method 2 but method 4 can actually happen, especially with pokemon box. But I've just dumped my old sav of pokemon emerald and the only shiny I caught over 10 years ago has a PID and IVs that match the method 1, which is ever confirmed by the Pkhex. No such spread exists for method h1 without a synchronizer, just a plain method 1. But I've never seen any method 1 pokemon when doing rng abuse on the emulator, it just randomly switched to method 4 occasionally. So, how is the method 1 engaged for wild pokemon?1 point
-
Quick update: got full scans of Pokemon Power Vol. 6, thanks again to doeiqts on Twitter for the help. Really neat to see the Mew "newspaper article" they included as well. Pokemon Power vol 6.pdf1 point
-
Version 1.0.4
2069 downloads
PKHeX plugin to help making Mirage Island appear in Gen 3. How to use Put the plugin into the plugins folder in your PKHeX directory, then access it from the Tools menu. The seed has to match the last 4 digits of a Pokémons PID to make Mirage Island appear. If a Pokemon was found that makes Mirage Island appear, you can select and right click it to view it. 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). Credits K1 point -
1 point
-
Newsletter