Jump to content

sora10pls

Helpful Member
  • Posts

    206
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by sora10pls

  1. Dump the 1.1 patch with GodMode9, overwrite files in your game dump with those from the update, and work from there. This applies to all games as well (XY 1.5, ORAS 1.4, SM 1.2).
  2. Above comment is correct, not all Legendaries from Ultra Space Wilds have Relearn Moves; Entei is one that does.
  3. Back in Gen 2, Met Data was only present with Pokémon obtained in Crystal. Likewise, only Crystal Event Flags are implemented into PKHeX. Gold/Silver != Crystal
  4. Dump your own game and replace the GARCs from your dump with the GARCs from the ROM hack.
  5. Did you copy the entire RomFS directory from your ROM dump? You should only be moving over files that you edited with pk3DS. You can always find GARCs in Options->About GARCs. Depending on the game, it'll output every GARC that pk3DS can load/edit. Example of Omega Ruby: https://i.imgur.com/YFJ4dIR.png So if, for example, I only randomized Wild Encounters, Trainer Pokemon, and Static Encounters in Moon, I would move the following to my SD Card: /a/0/8/3 /a/1/0/4 /a/1/0/5 /a/1/0/6 /a/1/5/5 The rest of the GARCs wouldn't be moved to my SD Card because they were not modified and there serves no purpose of moving them. As for CROs, there are only a few notable ones: - DllBattle.cro (Gen 6; Type Chart) - DllField.cro (Gen 6; Static Encounters, Gift Pokemon) - DllPoke3Select.cro (Gen 6; Starter Models) - Shop.cro (Gen 7; Poke Mart data) If you're only moving files that were edited, the game should experience no slowdown whatsoever. I've made several randomizers and never came across the issues you mentioned because I only moved what was edited, the rest is loaded by the game at default. Luma LayeredFS only checks for edited files on the SD Card, and if said file doesn't exist, it loads from the game on its own -- hence the extra, unedited files are unnecessary
  6. Use the latest build. Don’t repack a CIA (or .3DS for Gateway); use Luma LayeredFS.
  7. Poke Mart data in Gen 7 is stored in a CRO, can be edited directly with pk3DS (Mart, BP Shops, Tutors). Data is stored in Shop.cro
  8. I already tested this, the game just doesn’t play a cutscene if the species with that Encryption Constant isn’t between 650 and 658 (Rowlet to Primarina).
  9. The exception you posted clearly mentions “font” several times... the link indeed fixes your problem.
  10. @NamelessWhatever If you're adding GARCs/CROs to the following path, then you're using Luma LayeredFS: SD:/luma/titles/0004000000055D00/romfs/ (ExeFS edits go to the following path: SD:/luma/titles/0004000000055D00/code.bin) code.bin should never be re-compressed when put back on the SD Card, Luma LayeredFS only (properly) loads decompressed. I wouldn't expect the "too many files" thing to be related, since I always add ~12 or so files when doing a Gen 6 randomizer and have never experienced any slowdown or crashes. As for shiny rate, make sure you're using the latest build as older builds just straight up didn't work with the Shiny Rate Editor.
  11. Read my last comment here regarding ExeFS edits. As for the rest, I have 2 questions: 1. What are you using to run the mods? Luma LayeredFS? NTR LayeredFS? A rebuilt CIA? 2. What changes did you make? Would need to know every last one, since I've been playing a Pokemon X randomizer with no issues whatsoever.
  12. Having it in your Box doesn’t revert the Form after exiting the game. Make sure your code.bin is decompressed, edit with the TM editor in the ExeFS tab. When done, rename .code.bin to code.bin and move it to the appropriate location on your SD Card (assuming Luma LayeredFS, sd:/luma/titles/<titleid>/)
  13. My latest PR resolves this problem, @Brodie https://github.com/kwsch/pk3DS/pull/245
  14. I can double-confirm this. After 3 attempts at randomization with SMWE/SMTE and dumping changes to a text file, species 803-807 are never included once. Alternate Formes, however (Necrozma, Lycanroc, Totem, etc.), are included fine. Unsure if other editors are affected by this, though they probably are.
  15. You can go to the Event Gallery here https://github.com/projectpokemon/EventsGallery and download WC7s for them, which can then be injected into your Wonder Card collection and/or your PC Box slots. PKHeX will auto-convert from WC7 to PK7 if you decide to do the latter.
  16. For clarification: Totem-Sized gifts can breed, but because there’s no Totem-Sized offspring, every Pokémon bred from a Totem-Sized gift can never evolve into a Totem-Sized Pokémon
  17. @Kingsbury8 Depends on what version of Luma3DS you're running. If 7.0.5 or earlier, the code.bin must be in the path /luma/code_sections/<titleid>.bin If 7.1 or later, the code.bin must be in the path /luma/titles/<titleid>/code.bin It must also match whichever version of the game you have installed. If you have no update data, it must be from a dump of the game (1.0). If you do have update data installed, it must match that version (ie, 1.5 for XY, 1.4 for ORAS, 1.2 for SM).
  18. Used two 9999 BP codes I found online in order to find the offsets. @Kaphotics BW: 0x21D00 B2W2: 0x21B00
  19. This thread is probably related
  20. Reminder that this part of the forums is to post bug reports, potential feature requests, or if you have questions about features in the program. It's not for help in faking data.
  21. Trainer PKM levels - made the decimal value too high. For reference: • 5% increase: set to 1.05 • 10% increase: set to 1.10 • 20% decrease: set to 0.80 TMs / Mart - they’re not stored in GARCs. Assuming you’re still referring to Sun/Moon... For TMs, move your modified code.bin to the appropriate location. For Mart, move your modified Shop.cro to the appropriate location. These locations differ if you’re using Luma LayeredFS, SaltySD, or whatever else there is (NTR LayeredFS plugins?)
  22. Dump game -> extract contents (RomFS/ExeFS) -> randomize -> rebuild .3DS -> convert .3DS to .CIA
  23. Those files are each individual move (max for ORAS is 621, Hyperspace Fury). Tackle = 033.bin Flash = 148.bin After doing a file comparison, the two moves are identical after modifying with pk3DS. It's definitely what Kaphotics expected, with the data being located elsewhere or in battle scripting.
  24. Replying to what you said @Kaphotics, yes. I made Flash identical to Tackle. Though unlike @darkmage1991, after dumping the move GARC with GARCTool, I got a 0.WDn file and I'm unsure what I'd do with that.
×
×
  • Create New...