Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Edit: sorry, shorthands. PPorg -> projectpokemon.org (our website, has a discord server) PDP -> PKHeX Development Projects (also affiliated, from screenshots above, the server you were banned from) back to original reply: @Silencer owning the game doesn’t afford you the legal right to download a copy elsewhere, gotta dump your own copy of the game/data. I understand tone is hard to convey in text so do understand I’m not being snarky in any way: if you disagree and want to challenge the current legal framework, go right ahead and challenge it in court (and also lobby for a change to the law). But until your case is settled (and also becomes law), do understand that the server needs to protect themselves by complying by to the current legal framework.
  3. Today
  4. Picture speaks for itself:
  5. Hi Whimsy, I just wanted to leave a quick post thanking you for this rom hack. It has been an exceptional experience and I have loved every moment of my adventure. It’s been many a year since I’ve genuinely enjoyed playing a game so much ! Thanks again, Yawn
  6. I made a hack for pokemon Y, but the changes don't save whenever I try and build a rom no matter what. pk3ds build options are greyed out no matter what and rebuilding with any other program just doesn't have any of the changes what I run the game on my 3DS. I have the edited exefs and romfs folders and the build of the .bin from pk3ds export, as well as a dump of my rom but no idea what to do. also the OR module bit makes no sense to me, I do have a modded 3ds so do I just ignore that?
  7. Username in Particular is silencer30, idk what pdp is
  8. I see, then I'll try after finishing it, thanks for the info
  9. I don't see a ban under that ID. What is your user name? Or maybe you're referring to PDP instead of PPorg?
  10. It doesn't seem to be able to change mewtwo to shadow mewtwo even if I change the form id
  11. I was banned years ago for asking for pokemon saves without a hacked switch. i believe the game in particular was pokemon shield. i do own this game and can provide proof of ownership (again). just wanted to know if its possible my discord is 473918258437685248
  12. Brother, I’m doing my bit by adding the Spanish translation to PkVault; I’d like to know how I can apply to become a contributor once I finish creating and translating all the files for this language.
  13. Yesterday
  14. Version 1.0.0

    30 downloads

    This is a rebalance hack of Pokémon Colosseum with a number of quality of life changes designed to incorporate mechanics from later generations, streamline playthroughs, and minimize the need for grinding. A variety of optional and sometimes sandbox-y features give players the agency to approach the game in whichever way seems the most fun for their playstyle. Some changes include: Purification of Shadow Pokémon is available from the very beginning of the game (and there is also an option to purify Shadow Pokémon without needing to lower their heart gauges) Physical/Special split for moves The exp curve has been dramatically reworked to ensure that opponents’ Pokémon give more exp points when defeated, so that heavy grinding should not be necessary. Additionally, Lucky Eggs are available as early as Phenac City to further boost exp gains. Many mechanics from Generation 7 and later 18 additional Shadow Pokémon, as well as many changes to the list of obtainable Pokémon compared to vanilla (including new starters!) Rebalancing of Pokémon stats and movepools so that all obtainable Pokémon are viable 50 TMs are available, and TMs now have unlimited uses The Fairy type has been included and the type matchup chart matches modern generations Opposing trainers have stronger teams Trade evolutions have been changed to evolution by level up And more! This is version 1.0, meaning that the hack is complete (including post-game) and has been playtested multiple times. There are some known (minor) bugs that don’t substantially affect gameplay. A huge thank you to StarsMmd for some technical support with a few issues and whose “Colosseum Tool” was used to make the entire hack. Please read at least the “Quick guide READ FIRST.txt” file in the documentation to get a sense of the most important changes before beginning your first playthrough. How to patch your ROM
  15. Finally got it figured out and decided to post what I found incase anyone in the future runs into the same problem! So, originally I was using my brothers copy of Pearl and could only access 19 of the trapped Pokemon- even after following the instructions to the letter. After finally managed to get a copy of Diamond to mess with and doing everything again, it worked! I was able to get all the other Pokemon out safely! I don’t know what’s going on with the code behind it all- but I assume there’s something in the background of Ranch that logs not just what trainer added what Pokemon, but also what version was used to send them over. So for anyone else that runs into this problem, if you shared the file with siblings or friends with different versions, you might need a copy of both Diamond and Pearl to get everything out of your Ranch!
  16. Last week
  17. Hi, I need help with *Sinking Sapphire*. I have all 8 badges but can't buy Master Balls—is there something else I need to do? Best regards,
  18. Like this? I have 1048576 as number in the link battle wins, so I just need to change it as 0? The language of the app is set to italian, if needed I can change it to english. IMG_9693.HEIC
  19. Put whatever numbers you want for whatever stats you want.
  20. I'm not familiar with that tool, would you mind explain me how to do that please? EDIT: Maybe I've just found the section you were telling me, but I just see those absurd numbers in the slots where I need to change the stats, is there a way to understand how to put the correct imputs? POKEMON_EMER_BPEE00.sav
  21. Ah, okay. Forgot that detail. Yes, you can just hack the correct conditions to trigger it. I'm talking more so about finding a way to glitch Fly on one of the Cherish Ball event Pikachus...which I haven't found a way to do yet. The Rage glitch is off the table because they can't learn any required moves and I'd rather not resort to ACE.
  22. Use the Misc editor, there is a Records tab.
  23. Hi everyone! So I've been executing some ACE code lately on my Pokémon Emerald, and after I've hatched the egg I've just turned some Pokémon into their shiny version. So after I've done that i saw that the records on my Trainer Card were messed up, in particular I've maxed out the numbers of Link Battles, Trades, and other records, and the number of battles done on the Match Call now is 99999. By any chance is there a way to fix this with PKHeX? I remember that the number of trades were 178, and the trainer defeated in the Match Call app were 386 or something like that. Also all the other records were 0. Thanks to anyone who could help me out, as I don't really like have those fake stats on my save file.
  24. Hi all, I’ve documented a source-backed reverse-engineering of how Pokémon Black 2 and White 2 construct and resolve NPC-vs-NPC Pokémon World Tournament matches. Key result: In the normal NPC simulation path, trainer records are reduced to a small set of fields: a priority, a type-chart category, and a trainer-type flag. Standard Champion records (Blue, Lance, Steven, Wallace, Cynthia, Alder, and Red) all decode to the same relevant values: priority 4, trainer type 0, and category 17. The result routine does not read the trainer name or ID. Therefore, a Champion-vs-Champion tie is exactly 50/50 in the source routine: both have equal priority and neutral category-17 affinity, so the code calls GFL_STD_Rand(context, 2). A priority-4 Champion beats a standard priority-3 Gym Leader before the tie/random branch, so the standard Champion-vs-Leader result is deterministic in favor of the Champion. Leader-vs-Leader matches depend on their matchup categories. If neither Leader has an advantage, the winner is chosen 50/50. If one Leader has the advantage, that Leader wins about 70% of the time, while the other can still win about 30%. Built-in cup constructors, menu IDs, unlock conditions, Champion/Leader rosters, and downloadable .pwt bracket data are documented separately. The development-build analysis is cross-checked against USA/Europe retail data. Full evidence, scripts, tables, and reproducibility notes: https://github.com/DavidAGInnovation/bw2-pwt-research
  25. Did anyone managed to get shiny Celebi? I've spent several hours exploring both Dusk Forest and Deep Dusk Forest, and no sign of it. I even tried exploring them holding a Mystery Part (like for regular Celebi), but nothing. Am I missing some requirement, or is it simply bad luck??
  26. All Battle Revolution event Pokémon including the Pikachu only come in a Poke Balls. Wouldn't it be possible to trigger this Pikachu if a Pikachu was added into Diamond or Pearl with PKHeX that met the conditions?
  1. Load more activity
×
×
  • Create New...