Jump to content

All Activity

This stream auto-updates

  1. Today
  2. @AwiiMW There is a built-in bug / crash report feature on the app. Anyway, your error looks like a transient network error; try again when your cell service or WiFi signal is stronger.
  3. If Brilliant Diamond/Shining Pearl doesn’t have data for it, nobody can trade or move it there - you’d need a compatible game first.
  4. You re right there are some from event tera raid battles, make a list of all you find. I haven't dig into ZA encounters too, I m pretty sure Sliggo can be underleved because of the very particular encounter method (rain only).
  5. That's on purpose to avoid any legal issue or scrapping robots. If you want the password to read the files for research purposes just ask me in PM. I have in my to-do-list since a long time to organize all the discoveries we made here in one unique big file, however between the legal issues (for contents from the leaks) and what's already promoted officially in the Downloads/Other downloads (that could be updated) if I do that it'll be because I leave the business.
  6. **User agent:** Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36 **Time (UTC):** 2026-06-11T06:11:48.903Z **URL:** https://pkmds.app/ ## Error message ``` Failed to fetch ``` ## Stack trace ``` TypeError: Failed to fetch at Object.k [as fetch_like] (https://pkmds.app/_framework/dotnet.zclhgjygir.js:4:4631) at https://pkmds.app/_framework/dotnet.zclhgjygir.js:4:14068 at fe (https://pkmds.app/_framework/dotnet.zclhgjygir.js:4:14084) at https://pkmds.app/_framework/dotnet.zclhgjygir.js:4:12428 at ae (https://pkmds.app/_framework/dotnet.zclhgjygir.js:4:12900) at se (https://pkmds.app/_framework/dotnet.zclhgjygir.js:4:10818) at https://pkmds.app/_framework/dotnet.zclhgjygir.js:4:30960 at https://pkmds.app/_framework/dotnet.zclhgjygir.js:4:31847 at async https://pkmds.app/_framework/dotnet.zclhgjygir.js:4:37054 at async Object.create (https://pkmds.app/_framework/dotnet.zclhgjygir.js:4:37024) ```
  7. There's a password for this folder
  8. Yesterday
    Can you help, windows 11, stuck on tiny windowed screen.
  9. Since I haven't found anyone on the internet who has ever published the codes to speed up the earning of Experience Points and Adventure Points in Past Missions, I'll do it myself. Note: The HUD does not display the multiplied value, but once you complete the temple you will notice that the value has been multiplied Note 2: Only the AP value earned from pokemon is multiplied; the final rank earned remains unchanged. Game code: NTR-B3RP-EUR Cheats: AP/EXP x2 520F1E20 E0832002 020F1E20 E0832082 D2000000 00000000 AP/EXP x4 520F1E20 E0832002 020F1E20 E0832102 D2000000 00000000 AP/EXP x8 520F1E20 E0832002 020F1E20 E0832182 D2000000 00000000 AP/EXP x16 520F1E20 E0832002 020F1E20 E0832202 D2000000 00000000 AP/EXP x32 520F1E20 E0832002 020F1E20 E0832282 D2000000 00000000 AP/EXP x64 520F1E20 E0832002 020F1E20 E0832302 D2000000 00000000 AP/EXP x128 520F1E20 E0832002 020F1E20 E0832382 D2000000 00000000
  10. Ok. Thanks anyway!
  11. Can't recover anything from zeroed out. The data in that region is all 0.
  12. Are there any pokemon that are still reliant on secret slab to spawn? I know most legendaries got their own dungeon also does analytic only effect line of sight moves or does it also boost room cleaners like blizzard assuming it is used from range?
  13. No I don’t. That’s why I gave you a break down of steps that you can take.
  14. Update: I've looked at the save in Pokemon Bank and the pokemon in the end of box 3, all of box 4 and some of box 5 appear as eggs there.
  15. Thanks for the help! If I remember correctly, I think I had a few Pokemon including Poipole in box 4 as I was planning on sending them to Pokemon Bank to transfer to home. If there's any way to recover them then that would be greatly appreciated! I understand if that's not possible or not something you have the time for.
  16. The information is all collated over various sites. The problem is that it needs to be in a format that is easily parsable and applied by the program. So for example, every event (which is currently a wc6) could be custom made as a wc6full to bypass this problem. Or alternatively, the data would need to be stored as a csv. I believe it'll be implemented as long as the file/data is created.
  17. I understand, thank you for the reply.Do you have any plans to add individual restrictions for this event in the future?I don't have the wc6full data myself, but since my native language is Japanese, I can help by reading through old Japanese blogs and official images to provide additional information if needed.
  18. No `wc6full` data was ever dumped/simulated for the event in question, so PKHeX does not have any version restriction data available to flag it as not receivable on said game. EventsGallery/Released/Gen 6/Wondercards/JPN at master · projectpokemon/EventsGallery Same for Gen5 events.
  19. The Diancie (ポケセン, TID 12125) obtained from the Random Encounter Database or Mystery Gift Database is now outputting for both XY and ORAS, even though it was originally supposed to be available only on ORAS.It can be transferred to Pokémon HOME, but the displayed region of origin shows Kalos instead of Hoenn, which should correspond to the original receiving game.I’ve heard that even if you move it to XY, the region of origin remains Hoenn and doesn’t change. Which one is correct?
  20. Thanks. I've already found working player coordinates and what appears to be the encounter slot table in RAM. Do you happen to know a documented address for: In battle / not in battle state. Current wild Pokémon species. Current battle Pokémon structure. before I start searching through RAM dumps manually?
  21. Use this Get into a battle then dump the RAM. Run the RAM through the application. Save the wild Pokemon unencrypted .pk5 file. Open the Pokemon in PKHeX and export the Pokemon as an encrypted Pokemon file .ek5. Open both the RAM dump and ek5 in a hex editor like HXD. Use the hex editors search function to find the wild Pokemon in RAM (there will be at least 2 instances of the wild Pokemon) This might place you near the address that you are looking for. You can also try comparing the same block in RAM of in battle and outside of battle to see how they differ from one another. This may help you narrow down your search.
  22. Hi, I'm using Pokémon Black (USA) in BizHawk and I'm trying to find RAM addresses for: Whether I'm currently in battle. The wild Pokémon species that was encountered. PID or shiny-related data. I've already tried RAM searching and looked through Bond697's address list but haven't had much luck. Does anyone know the addresses or a Gen 5 RAM map that contains this information? Thanks.
  23. Fixed. Similar 0x1F displacement/missing from specific blocks which misplaces the rest of the blocks. Notably, the last occupied box slot in box 3 is corrupt. Seems everything after it for a few dozen slots was zeroed out (by a write failure?), not sure if it's something you'd want recovered (partially; dunno how much of its data is actually usable or worth spending the time on). main
  24. Last week
  25. Hello! I've recently encountered an issue with my save of Pokemon Ultra Sun being 'corrupted' when I try to start it on my 3ds. I also can't open the save in PKHeX (I get an error). I've added the 'main' file from checkpoint which was moved to my PC with FileZilla (with transfer type set to binary). I've checked and the 'main' file is the only file in the folder. Any help would be greatly appreciated! main
  26. Try it and see. Gen9 uses csprng for each individual random value, so there is no correlation to detect.
  1. Load more activity
×
×
  • Create New...