Jump to content

sora10pls

Helpful Member
  • Posts

    206
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by sora10pls

  1. Obtained a clean GARC, removed trade evolutions, and got a Popplio to Lv. 17; it evolved as intended. Still unable to replicate even in-game.
  2. Unable to replicate using the latest build, Popplio still evolves at Lv. 17 after removing trade evolutions. Make sure your Evolutions GARC isn't corrupted somehow.
  3. "The Grass-type Pokémon", "The Fire-type Pokémon", and "The Water-type Pokémon" are all flavor text when choosing the starters; this does not reflect their actual Types and pk3DS does not update this. pk3DS already warns users about this. If the user decides to ignore the warning, it's their fault, not the program's. No, pk3DS does not force Legendary/Mythical Pokémon if those checkboxes are checked, it simply adds them to the possible randomized species. Dump your game's update data using GodMode9, decrypt/extract it, and overwrite your existing ROM dump with the extracted contents of your update data dump.
  4. Finally got around to testing this and I'm unable to replicate using the latest build. The game didn't softlock and ended the battle as intended.
  5. I am unable to replicate this using the latest build. >randomized species >manually changed level ranges >saved encounter table >exited and re-opened XYWE >no exception
  6. If you wish to modify what the Pokédex editor sets Search Level to for all species, change 999 on this line to whatever number you wish to set (50 or 100 as you mentioned): https://github.com/kwsch/PKHeX/blob/master/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokedexORAS.cs#L313
  7. Perhaps this is similar to https://github.com/kwsch/pk3DS/issues/255, @Kaphotics? @danjer see: https://github.com/kwsch/pk3DS/issues/288
  8. You claim that the second Gym Leader has 4 Giratina, but your settings have 6 PKM for Important Trainers UNchecked, and neither Grant (XY) nor Brawly (ORAS) have more than 2 Pokémon lol Not to mention it’s still technically possible... it’s RANDOM. I’ve never personally had many experiences with duplicate Pokémon, let alone multiple Legendaries that are the exact same.
  9. Click the OT label in the OT/Misc tab to give the Egg your save file’s OT info, and then reroll for a shiny PID. If it doesn’t match, the Egg won’t be shiny when hatched.
  10. There’s a reason behind it being fishy. Refer to the following: https://github.com/kwsch/PKHeX/issues/274 https://github.com/kwsch/PKHeX/issues/974
  11. There are a number of tutorials on YouTube for HANS. Just know that you can't use HANS for Gen 7 games without a New 3DS due to Old 3DS' extended memory mode, which is used by HANS. A basic tl;dr is as follows... - dump game with Braindump as a CXI file - extract contents (preferably using ctrtool, command listed at the bottom of this post will do everything you need it to) - open data with pk3DS, use Personal Editor to change any species' Z-Move, Z-Item, and Base Move that turns into said Z-Move - rebuild RomFS binary with pk3DS - load the rebuilt RomFS with HANS and enjoy the changes Videos of this in practice can be found here (posted by me so I can vouch for the legitimacy): https://www.youtube.com/watch?v=_T_s0Kzc4Zo https://www.youtube.com/watch?v=CFOXV9bs_q4 ctrtool command (dumps RomFS data to 'romfs' directory, dumps ExeFS data to 'exe' directory; automatically decompresses code.bin): ctrtool --exefsdir=exe --romfsdir=romfs game.cxi 'game.cxi' can be replaced with whatever your CXI file is named, or you can rename it to game.cxi. Hope this helps
  12. Move .code.bin to /luma/titles/<title_id>/ and rename it to code.bin
  13. Wild Pokémon held items are in the Personal Stats Editor, and Pickup items are in the Pickup Editor. Field items (and anything related to scripting) can’t be edited as of now.
  14. Do you have update data for your game installed? You're likely running the latest version of ORAS (v1.4) with a dump from the game (no update data, v1.0). If there's a mismatch between what's installed (1.4) and what's on your SD Card (1.0) in terms of ExeFS and CROs, the game will crash. Either dump the 1.4 update data and use that in your editing process when using pk3DS, or delete your game's update data and run the 1.0 data.
  15. Make sure you're using Luma LayeredFS on the latest release of Luma3DS (9.0); the issue you're describing is the RO module not being patched.
  16. Pro-tip: sort by date modified to see what files were changed when moving files over with your LayeredFS. Generation 6 - DllBattle.cro: Type Chart - DllField.cro: Static Encounters, Gift Pokemon, Starter Pokemon - DllPoke3Select.cro: Starter Pokemon (3D model replacement) Generation 7 - Shop.cro: Poke Mart inventories
  17. You’re using the latest release so it’s unlikely that PKHeX wasn’t able to open the exact same file because of the file extension. You probably have .sav files associated with PKHeX; you can always do the same with .dat
  18. SAV2: cry.sav Your Virtual Console save data is “sav.dat”, not anything with the .sav extension. Again, this is working as intended.
  19. Congrats on the release! Just as a heads up though, in Ver. 1.0.1’s changelog, this was made possible due to Aussifer’s documentation on GitHub (and my own implementation into the Static Encounter GUI). I believe credit should be given for that I’m excited to play!
  20. GodMode9 -> [A:] SYSNAND SD -> title -> 0004008e -> 001b5000 (US) or 001b5100 (UM) -> content -> 00000000.tmd -> TMD file options... -> Build CIA (standard) It'll dump to sd:/gm9/out/ which you can then extract on your PC.
×
×
  • Create New...