Jump to content

3rd Gen Expert

New Member
  • Posts

    39
  • Joined

  • Last visited

Everything posted by 3rd Gen Expert

  1. Save was somehow corrupted and I am trying to salvage it. Can see strange things like regular items in Key Items pocket, a missing Trainer Name, and a hacked shiny artillery. Everything else appears to be there, but fixing these above issues still does not let me use the save. What can I do here? I use a BennVenn. POKEMONF.SAV
  2. Hi, I am looking for a faster way to generate a living dex. I don't want a copy of someone else's pokemon (I know how to edit OT and TID), so I want unique PID's. Is there any way to do this efficiently via a Plugin or Batch Editor? Maybe just for Method H pokemon and I can manually do the rest?
  3. So I am just curious about this flag as it has a dependency. For the Roamer flags, I have the instructions here from a Reddit post: Save in your room. Optionally: Delete your S.S. Ticket Uncheck Lati@s Roaming Uncheck Don't spawn Norman in Brendan's/May's House Move to the research tab of event flags: Go to flag 0255, 0291, and 0734 and make sure all of them are unchecked In the constant dropdown box go to 130 change the value to the right of it to 3 140 change the value to 3 213 change the value to 0 Close out of that and go to Roamer Delete all of the IVs, the PID, set the roamer to blank, and finally uncheck "Roaming (Active)" Turn on game; walk downstairs to trigger event But choosing a Lati from the TV also affects what is at Southern Island. Is it already covered by one of the above flags? What other flags are important when doing the above for Southern Island?
  4. Agh, I suspected as much...really thought it would be automatic for some reason. And I just realized why that code didn't work in VS. I mistakenly put the operator in the wrong spot (I actually just copied the code you left in the first reply...you corrected it in a later reply). Thanks, I am finally independent. Two last questions: 1. Is this the same RNG method used for XD Eevee (and Beta Vaporeon and Jolteon)? 2. Regardless of that answer, is there anywhere else that this method is used? THANK YOU!
  5. I have manually downloaded the nuget package and saved as zip. I can see the PKHeX.Core.dll file and can pull it out to reference in linqpad (listed under F4->Additional References), but the XDRNG class is still not found. Perhaps I missed a step...what is a 'roller'?
  6. Is there no Event Constant available for changing the old guy inside the pokemon center here? Any way to edit it without having to mix records?
  7. For some reason, I can't find this particular sprite anywhere. Ended up having to edit it out of a frame of a YouTube video. Can anyone please link me this sprite?
  8. You are a lifesaver. I actually own the e reader cards and have Swiss setup, so this is really about saving time for me when I do it the next time.
  9. That's phenomenal...do you have the code on your SD card still if not a link to the site? I am coming up blank in search results...
  10. I had found a really nice and concise write-up on here for Colosseum save editing, but I can't find it anymore. So we have a flag that is checked to load 1 of 3 Battle E trainers that have a Shadow Pokemon after a set of 20 cards is completed on a difficulty level. How do we change these flags so that we can catch the 3 pokemon without 60 extra battles (on NTSC-U)?
  11. I am looking at injecting pokemon into FireRed early game that are not in the National Pokedex. I am aware there are ways to turn the National Pokedex on, and I do not want this. What happens to a Johto/Hoenn Pokemon that is on a save like this? Can it be used normally and just not be allowed to evolve? Is injection or ACE the only way this could happen, or did Official Distributions ever distribute pokemon to these games without the needed pokedex?
  12. A NuGet package?? I knew the code was on GitHub, but knowing there's a library to access is somehow so wild to me. Alright, next problem: doesn't look like I will be using LinqPad...as I need the paid version to use other NuGet Packages. Which is fine, as I am partial to VS already. However, dump() is not available in VS out the box...so looking at the value of seeds[] while debugging shows index 0 with a value of 723889376 after running your little script. Converting to hex is 2B25ACE0, which is not '3074D719'... Where did I go wrong?
  13. Ah, and there he is. Really didn't want to be another in long line of ignorant people bothering you with the same question but here we are. Thanks...I suspected there may be additional restrictions on TID/SID options/combinations after I exhausted everything else. While I appreciate you citing the source, is there no way to calculate this sort of thing without directly tapping the source code (for method dump() and class XDRNG)?
  14. Have spent 3 hours trying to research and replicate the Umbreon/Espeon generation. Either I still don't get it, or my arbitrary TID/SID combo doesn't work. Still haven't gotten a straight answer on whether or not PKhex is 'wrong' when it says that unedited Umbreon/Espeon's are flagged as illegal, just explanations about Umbreon being generated 7 frames later than expected...and Espeon being generated 7 frames after Umbreon, and the correct Espeon PID being another 2 frames ahead. Working with the pair that is already available here shows 'Bite' is illegal. Whatever. Changes: OT: Wes TID: 64821 SID: 34625 Don't care about anything else. Getting discrepancies (both wrong in pkhex of course) when using Pokefinder vs RNG Reporter. Also unsure why Espeon/Umbreon aren't in the encounter database but Eevee (XD) is. If someone could just walk me through the process it would be appreciated.
  15. I am trying to get the following pokemon inside an NTSC-U Pokemon Ruby: ROCKS Metang PokePark Minun (JP) PokePark Plusle (JP) PokePark Wynaut (JP) With the changes below: I want to edit the Nature for Rocks Metang. I am unsure what method is used for this type of distribution; I am seeing a PID type of BACD-R in pkhex which I cannot find a corresponding method to in RNG Reporter. I tried Pokemon Generator (for Gen 4/5; was recommended in another post) which explicitly recognizes BACD-R, but to my surprise the PID was 10 characters rather than 8. For the latter 3 (which are eggs), well they all throw legality errors in Pkhex (despite being direct imports with no changes from the above links) regarding the moves, Met level, and usual PID Mismatch. Is it safe to ignore these or no? Moreover, I want 'hatch' the eggs inside of PkHex so that I can input an OT/ID/SID as well as a hatched location. Despite scouring the settings, it is not entirely clear how to do this. Regardless of the egg, how does one do this? All help appreciated, thanks
  16. So, if I am understanding this correctly: it is possible to alter any original Japanese E-Reader card raw file, change the region bytes to US, print, and use as if authentic? I am seeing someone capitalizing on this idea, but I am more interested in adding official Japanese trainers to FRLGE (though it appears...I could make ANY trainer?), and perhaps the Japanese Series 2 Berry Set to RS. Does this work for both NTSC-U versions of FRLG and Emerald? Or has some card reading functionality stripped out here? Or is there maybe just a flag that needs to be set in the ROM to use original Japanese cards via a Japanese E-Reader+ (after seeing this promising video) I know (while albeit a different case) NSTC-U Colosseum just blocked access to the E-Reader room, but everything still worked authentically after you get in there.
  17. Thought I could scan in inside its acrylic case...but I cannot. Here are hi-res photos though.
  18. It looks like HaxAras has already uploaded the letter with his custom save with the dolls, but it is very low quality. If you would like, I can provide a scan of my COA Letter.
  19. I recall not being able to attack, but what if you tossed out the poke balls beforehand?
  20. I’m not seeing too many definitive things on the internet so I thought I’d come here. I want to catch every shadow on XD in a Premier Ball. So two questions: 1. Are you required to catch the Teddiursa in the beginning of the game? 2. Do all shadows have a second chance opportunity (so I can kill them until I can get to a poke mart)?
  21. Ah, thanks. Lol on a related note, is there some type of database that has all unreleased Pokémon and whether or not they can make the journey through Home? IE gen 1-2 event pokemon (I guess that’s just GF Mew), AGATE Celebi, English E-Reader Colosseum Pokemon, E Faraway Island Mew, DPP Hall of Origin Arceus, and more…
  22. I have found someone claiming they know someone who has gotten this Pokémon into Home. how would this be possible?
  23. I've been getting the low battery notification on my Pokewalker on and off for the last few weeks. I thought it was odd because I recalled changing it last year but figured I was just using it a lot (and I was, relatively). It abruptly died this week, and I went to swap the battery. When I opened it up and replaced the battery, it worked again. Out of curiosity I got out a multimeter and tested the 'bad' one, and it read '2.94V'...isn't that still great for a 3V battery? Why wasn't this working? I didn't try to put it back in, but I guess I could try. To be clear, last year I replaced the original battery with a new Duracell 2032 battery rated for like 10 years (so until like 2032 lmao). Also really bothers me that inside the battery cavity it shows the '+' sign as if you are supposed to put in the battery upside down (coin battery text not readable when installed) but it clearly does not work like that.
  24. Actually, I think that is a different scenario. I guess the best way would be to just test it, but there are technically 3 states. 1. Good battery, synchronized clock 2. Good battery, UNsynchronized clock 3. Bad Battery, no clock I am pretty sure it recognizes number 2 and refuses to distribute just the same. Why it would distribute in this case of 3 and not 2 is unknown to me.
  25. I could have sworn Jirachi throws a similar error with a dead/unsynchronized battery, are you certain? That home-brew tool is superb btw; works super nice. Thanks for sharing! I will check out the GitHub page.
×
×
  • Create New...