Jump to content

KazoWAR

Innovator
  • Posts

    477
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by KazoWAR

  1. it looks like in http://puu.sh/fcKWx/8d84a7136c.txt unreleased;Metagross has some issues with nature, not sure if any others have the same problem.
  2. This is awesome. i was wanting to update my old program to read data from the new pokedex but never got around to it.
  3. you need to make a new pcdata.bin with pcout everytime you want to make a edit.
  4. I guess it should be possible. I'll take a look and see if i can do anything with it.
  5. just try it with leaving it on but i get the best results if i leave it off.
  6. For everyone having problems with PKHeX saying the file type is unsupported. please make sure you have the most recent version. http://projectpokemon.org/forums/showthread.php?36986-PKHeX-%28Gen-6-SAV-PKX-Editor%29 if it still fails to open the file, then please post a link to it here.
  7. it gets made on your 3ds sd card when you run the pcout.bin by visiting http://bit.ly/1yRUulB in your browser. your FW version needs to be from 9.0 to 9.4. you can not use emunand.
  8. yea this is a little bit differnt that the one uploaded like 12 hours ago. you need to get a new update for PKHeX
  9. sorry i was in the middle up uploading a new version and i got side tracked.
  10. Save File Dumping and Injection is available here. DO NOT SAVE UNTIL YOU CAN VERIFY ALL THE DATA WAS COPIED CORRECTLY If you have problems with PCEdit, go check out RAM2Sav This lets you dump all 31 boxes from the running game and use PKHeX(be sure to get the update that supports opening pcdata.bin) to fully edit the entire PC. Once your done you can then inject it back into the game. A new version has been uploaded, this version now shows a solid color on the bottom screen when exiting. A green screen means all is good, it should have successfully dumped pcdata.bin or injected it back into the game. A red screen means it was unable to find the PC data in memory, to fix this make sure the game is running and you are ingame(can walk around). If the browser crashes back to the homescreen without showing green or red screen, then this means the code never ran! To fix this Make sure you 3DS Firmware version is either 9.0, 9.1, 9.2, 9.3, 9.4, or 9.5.0-22 (9.5.0-23+ BLOCKS THIS). (For Gateway users, make sure you are using SysNAND, EmuNAND is not supported.) Make sure you are using a 3DS or 3DS XL, the New 3DS and New 3DS XL(the ones with the C-Stick) are not supported. If you are on a 9.X FW and you do not have a New 3DS then try this below. disable wireless open browser add bookmarks for the urls(pcin.bin(http://bit.ly/1JpcyGT) and pcout.bin(http://bit.ly/1yRUulB) use different URLs) clear history and cookies, do not hit OK just hit home to exit. then every time you go to run homebrew disable wireless(if you have a 2DS just ignore this part) open browser go to bookmarks enable wireless(if you have a 2DS just ignore this part) pick a bookmark If PKHeX is saying unsupported file type when you try to open pcdata.bin go download the newest version of PKHeX here. If you have the newest version(released 1/27/15 or later and it is still not working then send me a PM. HOW TO USE Source Code pcin.c http://pastebin.com/bnYrT2kR pcout.c http://pastebin.com/ZLgbyQxq Since I had so many requests for it, here is my Living Dex. [ATTACH]13548[/ATTACH] [Edit by evandixon] Some of the URLs above are dead, so use these instead: pcedit.rar
  11. No. What happened was i started it some time before hgss and then i stopped working on it to do the hgss translation stuff and hadnt touched it for years. Then i picked it back up and redid alot of it.
  12. Yes. the AR codes was a quick fix to edit some of the game's opcodes on the fly. Eventually I will find them in the arm9/overlays and edit those. Fairy type is tecknicly not in the game yet. no graphics, not in the type effectiveness chart... but some moves/pokemon are set to the type ID fairy would be. I haven't touched this project much since I posted this thread, oras came out and been playing that alot. Scorpio asked me on twitter how I did this so here is a basic break down...
  13. This is more like a proof of concept than a ROM hack, the pokemon are added, but are currently not obtainable yet, use enc.lua to force an encounter with them. ROM base is clean Pokemon: Black Version 2. If you are having patching problems, verify ROM base with DS-Scene Rom Tool. Battle Animations OFF! Attemping to use a 6th gen move with battle animations on might freeze the game. 6th gen moves that boost stats, inflict a status, or do damage should work, mostly... but moves with specific effects like Sticky Web or Misty Terrain, will just fail. 6th gen Abilities do nothing at all. This AR code is required to play the hack. It modifies some of the game's code so the game can function properly with these changes. 52020478 000002C5 02020478 0000033A D2000000 00000000 5201E3A4 0000028B 0201E3A4 000002D3 D2000000 00000000 52033CE0 0000028B 02033CE0 000002D3 D2000000 00000000 52033CDC 00003584 02033CDC 00003890 D2000000 00000000 5201DDF8 80A84308 0201DDF8 46C04308 D2000000 00000000 Things to do Add Fairy graphic. Update typing table to include Fairy. Fix Subsitute bug. Add proper icons. Give 6th gen moves a dummy animation. other stuff I can't remember now. Sprites for the Kalos Pokemon and Megas are from http://pokemonshowdown.com/ 721_beta1.zip
  14. instead of sending it to the console, send it to a text file or send it out as a data packet or something.
  15. At one point i was trying to make a android version of a-save. But i couldnt figure out how to even do a simple file browser so you can select what file to open.
  16. Any pokemon that has a inbattle only form change (this includes mega) will crash the game when entering amie. I think this happens because amie uses a special set of model animations and they are missing for those forms. About pirouette meloetta in the status screen. That acreen uses the same animations as battle like the idle stance, and when tapped does a random attacking animation.
  17. With SSSpwn, do you think it would be possible to edit the save data of either retail or digital? I ask because with pokebank we know an app can edit the save data of both. I think it might require special permission to do so, which might not be enabled when SSSpwn takes over the system. Does anyone know if pokebank has special permission to edit the save data, or is it something that any app running in userland can do?
×
×
  • Create New...