Jump to content

Kaphotics

Helpful Member
  • Posts

    8069
  • Joined

  • Last visited

  • Days Won

    493

Everything posted by Kaphotics

  1. Put a semicolon on a blank line in between.
  2. No data in the file, open it in a hex editor to see it's 99.99% uninitialized (nothing to recover). Happens when the battery is dead, because the battery keeps the save data alive.
  3. If it loads fine in mGBA and not on the actual cartridge, then the issue is with how you are restoring the save file. Maybe you need to truncate off the RTC data at the end to make it a clean size. I'm not familiar with your hardware
  4. Anything can be done with software, it just isn't worth the time to add such backwards support. The guide has always shown how to use the drop-downs as a means to find whatever properties you want. The syntax and command building experience is not that painful, please just use the drop-downs and indicators inside the GUI.
  5. I forced PKHeX to ignore all sanity checks in the savedata detection (with a debugger) so that it would naturally land on detecting it as a Gen2 save. Then I exported it.
  6. Thanks, fixed on latest commit: HGSS: fix pokeathlon trainer name get/set · kwsch/PKHeX@ff0ad62
  7. Here ya go. Pokemon - Gold Version (USA, Europe) (SGB Enhanced) (GB Compatible).sav
  8. Use the drop down. The two properties you are trying to use were renamed. Don't simply copy paste commands from year old posts.
  9. Nope. PKHeX is open source so if you want some extremely one-off niche behavior, you can change it yourself.
  10. Was broken on the last release via: HT lang: allow LATAM iff 9a · kwsch/PKHeX@021b93b Now fixed on the latest commit: Update SpeciesName.cs · kwsch/PKHeX@57162fa Thanks for reporting
  11. Response inline. They shouldn't be trying to make excuses for why their modifications are clearly detectable, they should just own up to it. I wouldn't put any value on the save file, even if you only consider Lugia and Deoxys with the assumption that they were encountered without any cheats being active. They are simply unremarkable. Sure they may have completed XD legitimately, but they hacked in the event ticket item+flag to encounter Deoxys.
  12. I'd advise against doing that.
  13. Edit your save file to change the amount of group quests completed then
  14. Did not receive Mystic Ticket, yet can travel to Navel Rock? Hasn't even shown the Aurora ticket to the captain, yet has the flags to be able to travel to both event islands. Every single pokemon in the boxes has default friendship. Articuno/Moltres/Zapdos all share the same unremarkable PID/IV. Possible modified from each other. Snorlax PID/IV is exactly the same as ^ except with the top bits flipped. Very suspicious. Eevee (leftmost) has the exact same IV spread. Extremely suspicious for an egg. Venusaur and Blastoise are level >90 and have 0 EVs. Venusaur has all ribbons (including contest stats) without any pokeblocks used. Insanely suspicious. The Suicune in the Roamer data does not match the Suicune they captured. Every single TM is owned (in bag), but multiple Pokemon have TM moves learned. Somewhat suspicious. Initial E4 clear has an entirely different Charizard PID (4A5E25BB) from the one in party (C2947D2E). Both are level 100. The TID/SID is different from the novelty TID of the save file, implying that the save file TID/SID was changed. The Hall of Fame only has 2 entries, implying the Hall of Fame was only cleared one extra time. Strange that the team has none of their OT present, and instead shows level 100s from various trainers instead. 4/6 party members have 3/3 PP Ups. All have 252/252/6 EVs (except Venusaur, as mentioned above, has no EVs). The save file has only been saved 60 times. Very suspicious for someone with 600 hours played. Only 124 Pokémon were captured. Very hard to fill out boxes with such a small amount. Only healed in the pokecenter 19 times. Crazy low amount. Only received ribbons once, which makes sense for the duplicate Hall of Fame clears. Used the daycare 8 times? hatched less than 2 dozen eggs? getting vgc-player vibes here. Only did 9 trades. lmao. You can't complete the pokedex with only 9 trades, sorry. Pokedex is complete, but Spinda's PID is still uninitialized (zero), implying the pokedex was cheated to complete. Lugia has the exact same IVs as the other 3 birds. Come on. Only traded 9 times, deoxys has been trained, yet still has 0 friendship. Entirely possible it was traded away then traded back and never touched again, still sus. Nickname trash bytes missing on every single pokemon is incredibly suspicious -- except the Ditto sequestered in the daycare (which has trash bytes as expected!). Zero link battles recorded, yet has the sticker for link battles. nope. This is not a clean save file.
  15. Toggling a single event flag isn't sufficient to satisfy the start conditions of the final quest. You need to have sufficient game progress. - Condition: work_condition - 5 - "SYS_WORK_DLC_PHASE", "80000" - Condition: work_condition - 5 - "SYS_WORK_QUEST_119", "255" - Condition: work_condition - 5 - "SYS_WORK_QUEST_120", "255" - Condition: have_item_whole_condition - 5 - "ITEMID_PACHIPACHIKYANDII", "1" - Condition: flag_condition - 2 - "flag_Ev_sub_203_000" You should probably just play the game or generate a zeraora instead of breaking your save data.
  16. As mentioned above, try on a previous version of wine (such as 11.4).
  17. thanks, fixed on latest commit swsh: another use of exeggutor static · kwsch/PKHeX@8e7e02a
  18. Could have just Viewed the locked slot then Set it to another (effectively cloning it); the pressing/holding is irrelevant. Ctrl+Click is the keycombo to View (as per the program shortcuts in Options->About PKHeX).
  19. The file you dumped is the ROM, your save file should be 128KB not 16MB.
  20. No it's not; how are EVs acquired, if not by vitamins? PKHeX only recently added a simple "nonzero EVs" sanity check, where to have any non-vitamin EVs, you should have gained experience as well. The amount of experience (minimum amount) isn't easy to calculate and isn't worth the time. The batch editor can be used to bump EXP easily with the improvements made in the past year: .CurrentLevel=30 -EXP=1 The above batch instruction sets all levels to 30, then decrements EXP by 1 (reducing its level to 29.9999). Useful for nuzlocking. You can do similar for adding EXP (using + instead of -), but again, just adding 1 EXP is not a "legal" workaround because 1 EXP is not enough for gaining many EVs. The error message is pretty clear if you think about it
  21. Only place your console would save their data is if you saved a battle video.
  22. If you are just going to change them in PKHeX, then use the encounter database within PKHeX to generate new ones. Then copy the PID/IV over to your existing pkm manually.
  23. because the values are correlated to the RNG seed that generated the pokemon. use the encounter database instead of manually changing individual properties. settle for imperfect values that you can make perfect via in-game mechanics (such as bottle caps). nobody is going to believe you when you show them a 6*31IV Pokémon.
  24. Not supported.
×
×
  • Create New...