-
Posts
537 -
Joined
-
Last visited
-
Days Won
58
Content Type
Profiles
Pokédex
Portal
Technical Documentation
Pages
Tutorials
Forums
Events
Downloads
Gallery
Blogs
Everything posted by Poke J
-
@jojo12100 I’ve been thinking about this this past weekend. I think there is a good chance it’ll work. All someone has to do is try it out. If it doesn’t I just need to get my hands on a RAM dump for the target generation and I can get it working. For the record I don’t have these builds and don’t plan on tracking them down. If the application needs updating I’ll need someone to donate a RAM dump of the target build.
-
[GEN 3 GC] pokemon colosseum registered GBA team access
Poke J replied to shinygroudon's topic in Saves - Editing Help
You need to dump the RAM from within Dolphin. I can give you a better answer tomorrow. -
[GEN 3 GC] pokemon colosseum registered GBA team access
Poke J replied to shinygroudon's topic in Saves - Editing Help
@shinygroudonif you use the application and it is missing Pokémon or it didn’t find any let me know. There is a bug with extracting Colosseum Pokémon. I just haven’t put out the fix yet. -
@Dragazaif you can dump the games RAM while you’re battling the trainer you can use this application to extract the Pokémon.
-
You're in luck I was fixing my Silver save today and had to fix my map location. Here you go just rename the file and you should be good to go! Pokemon - Gold Version (USA, Europe) (SGB Enhanced).Sav
-
1) Refer to this post: 2) Pokémon from gens prior to 5 will have Poke Transporter as the location. 3) Just recreate the Pokémon. All that is preserved from gen1/2 to 7 is the species, nickname, OT, trainer ID, gender, current level, and if it was shiny.
-
Mission to restore 5-year-old same file
Poke J replied to ShadowDecidueye's topic in Miscellaneous Help
The unfortunate part of Powersaves is it encrypts the backup save file and that file is backed up is a way that it has to be to the same game card and not another of the same game. So to make it work in the first place you will need to break the Powersave encryption. I've been around here for quite some time and seen similar requests and unfortunately all of those requests remain unfulfilled. What I'm trying to say is don't get your hopes up that someone is going to be able to get your save into a workable state. -
What ever date is the egg met date field will remain unchanged. Only the met date changes when transferring to gen 5. The dates do not change from gen 5 to gen 6. So if you’re using PKHeX to go from gen 4 to gen 6 the met location and met date will change to simulate that the Pokémon went to gen 5, but the egg met location and egg met date do not change.
-
@jteamjasonbeleive me, in that photo you don't have your Blastiose there. What you have there looks like script that appears in the textbox because: 1) Blastiose should not be appearing as plain text so that is why I gave you the hex string to look for. 2) Bug Boy is a trainer class in Stadium and should not be appearing anywhere near your Pokémon data. 3) If it was Pokémon data ASH should appear closer to the data and before Bug Boy. 4) the data values you provided in your most recent post do not appear in the photo meaning that isn't a Pokémon. Found some of the data Try searching for it's name in hex that I provided for you. You'll have more luck. Was looking at the second picture too much there appears to be useable data here. --Edit-- 0x00 Index number of the Species 1 byte = 1C 0x01 Current HP 2 bytes = 01 35 => 309 0x03 Level 1 byte = 64 => 100 0x04 Status condition 1 byte = 00 0x05 Type 1 1 byte = 15 0x06 Type 2 1 byte = 15 0x07 Catch rate/Held item 1 byte = 5F 0x08 Index number of move 1 1 byte = 5E 0x09 Index number of move 2 1 byte = 38 0x0A Index number of move 3 1 byte = 08 0x0B Index number of move 4 1 byte = 3B 0x0C Original Trainer ID number 2 bytes = 00 B9 => 00185 0x0E Experience points 3 bytes = FB 00 10 => 16449552 0x11 HP EV data 2 bytes = 2C 14 => 11284 0x13 Attack EV data 2 bytes = 69 6C => 26988 0x15 Defense EV data 2 bytes = 6F AF => 28591 0x17 Speed EV data 2 bytes = 6C 13 => 27667 0x19 Special EV data 2 bytes = 6E DE => 28382 0x1B IV data 2 bytes = 6A 3A => Att 6 def 10 speed 10 special 3 0x1D Move 1's PP values 1 byte = EA 0x1E Move 2's PP values 1 byte = AA 0x1F Move 3's PP values 1 byte = D0 0x20 Move 4's PP values 1 byte = C8 0x21 Nickname 6 bytes 0x27 OT 6 bytes HP EV seems low for its level and combined with it's IV does not equal 309 maybe a memory reading issue and the PP of the moves are way higher then they should be. I've sent you a private message with the Pokémon.
-
From my experience working with the RAM of Pokémon games you don't actually have your Blastoise's data in the memory there. The relevant memory will be 69 bytes long with the last 11 bytes being the Pokémon nickname. If your Blastoise is not nicknamed the last 11 bytes will then be 81 8B 80 92 93 8E 88 92 84 50 50
-
@photo41what game save are you trying to edit? If you're not editing a save it looks like you have PKHeX default save set to Sword and Shield. You can change the defult save by clicking on Options -> Settings -> change the save in the "Blank Save Version" drop down menu -> close the settings window.
-
Pokémon Ruby does not log play session data and if it did log events from the play session akin to Diamond, pearl, or platinum log book style I’d assume that data would have been overwritten be this point. The only thing you’d be able to extract from your save file of the play session that day would be the Hall of Fame data of your Pokémon which if I remember correctly is only partial data.
-
While making some adjustments (fixing a bug) to the RAM Extraction application I believe I found 2 more unused trainers in the Colosseum Battle -> Solo Battle -> Mt. Battle Vs 100 -> Double Battle option. My reasons for believing these are unused trainers are the same as outlined in my previous post which I quoted to make reference easier. The first of these trainers is LEINE which yes there is a LEINE in Mt. Battle story mode, but that trainer is female where this one is male and both have different teams. The second trainer is EMOK which uses 2 Makuhita one of which is a shadow Makuhita which is different from the one you snag. EMOK also is not the name of the trainer which you snag Makuhita from. I have attached an updated file of all unused trainers that I have found so far. Usused Trainers.zip
-
That is normal behaviour since moves are not retained during transfer and HOME assigns the correct moves when the Pokémon is deposited into the game. Refer back to your other thread as to why you shouldn’t use PKHeX for gen 8/9 transfer.
-
BDSP to gen 7 transfer is not possible. It’s a one way ticket from Pokémon Bank to Pokémon HOME. As well there is no method to evolve a Pikachu to an Alolan Raichu in gen 8.
-
I’d doubt there is a write up about the structure as a whole since this is beta stuff. HXD is good for this since it shows the hex and what the corresponding characters are. Names in gen 7 are stored with the hex value of the actual characters. As such a name like Bob would have the text stored as B.o.b. in the characters.
-
Despite not being rested with an actual ram dump I imagine it should dump gen 7 (as long as the formate matches 7’s formate) because I test it with a file filled with garbage data that have encrypted Pokémon data inserted randomly throughout.
-
The tool was never fully tested for gen 7 as I couldn’t get RAM dumps for the generation. It could also be likely that the Pokémon could be in a slightly different format.
-
Application update... it was pretty much been done since December. Code clean up and optimization. Fixed bug with Pokérus, IV, and origins checks. (It's a wonder that the application ran prior to these fixes. Fixed bug where Pokémon with only 1 move would not be extracted. Changed framework to .NET 7 Various other fixes as well.
-
Ash Greninja can not legally be in any ball besides a Poké Ball; therefore, having one in a Beast Ball will be illegal and thus PKHeX will not be able to match the encounter to any origin game.
- 1 reply
-
- 1
-
Unfortunately you can’t complete the national dex with just those games. If you are to include Scarlet and Violet you would still be unable to complete the dex. Pokémon like Furfrou have not appeared since the 3DS games so you’d need a 3DS that already had Pokémon Bank installed. You also need Pokémon GO to get the Meltan line and transfer them to Let’s GO.
-
Restoring Reproduction Cartridge Save File
Poke J replied to someone_named_chris's topic in Saves - Editing Help
I’m not a mod here, but uploading ROMs is illegal and against forum rules. I suggest you remove the file.- 5 replies
-
- pokemon fire red save file
- pokemon sapphire
-
(and 2 more)
Tagged with:
-
Just throwing this out there for others to know. Gen 1 and 2 cartridge events are not legal outside of gen 1 and 2 cartridges. Even though you edited the Mew back to its original trainer data it is still illegal because a Mew with that information can not legally exist in the gen 7 and onward games.
-
As I said in my pervious reply, “ I haven’t seen a duplication glitch that doesn’t copy the Pokémon exactly as it is”. I’ll say be careful with that glitch since from experience you can corrupt your save. Make sure you save twice between attempts.