Jump to content

therippeddeck

Member
  • Posts

    18
  • Joined

  • Last visited

Everything posted by therippeddeck

  1. I have a question regarding future patches. Do I need to keep a copy of the unpatched, clean ROM and patch that, or is patching over the already patched ROM okay? I would think that patching over the already patched ROM would work fine, because in essence, the patcher is overwriting the values stored within the game data, similar to PPRE.
  2. For a while, I was wondering why nothing was being translated to English, even though I applied the patch. The only thing that was being translated was the attack type of moves in battle, such as "Electric" and "Fire". Then I realized they were images stored in the game's memory, not text like the in-game battle messages. And then I remember I turned on Kanji a long time ago. Long story short: If you see the move type in battle being translated to English but nothing else, go to options and turn your language setting to Normal instead of Kanji.
  3. Every time I open the bm_field_matshp.dat file in notepad, I get a bunch of junk. I'm assuming that the program opens the file for me and I can change the area to my liking. If you need a beta tester, I can certainly offer my services.
  4. This is also a good solution, I find it similar to archiving old changes just in case the first one fails.
  5. The issue we have is a tmp_ folder can only be used once to write a rom. Once that particular tmp_ folder is used, it seems it cannot ever write again. This is only a problem because sometimes I write the rom under the same name as the tmp_ folder. When I come back to edit that rom, it uses the tmp_ folder, which is in essence "broken" from ever writing again. The fix I discovered is to delete the tmp_ folder and reset the rom, creating a fresh new tmp_ folder that isn't broken.
  6. Yeah, I reached a similar conclusion. I guess deep inside I was hoping I wouldn't have to take up more hard drive space.
  7. That's funny, I haven't touched the maps or the trainers. I changed individual Pokemon learnsets and evolutions. For me, write ROM works sporadically. Sometimes it writes, sometimes it doesn't... I'm guessing it never works on your side?
  8. I wouldn't think so, I have Windows 7 and I'm facing the exact same problem as you. What stuff did you edit?
  9. I know the EVs only go up to 3, but ANY editing tends not to work. Usually, when I hit Write ROM, another screen pops up with Nintendo DS rom tool. What I mean when it does nothing is literally nothing happens. Deleting and recreating the _tmp folder seems to fix it. Of course that means I just lost the changes I made to the ROM. If you want a video of what I exactly mean, I can put one up somewhere.
  10. Everything seems to be settled, but I recently found another issue. Every time I change the given effort values in HG/SS, I cannot write the rom (pressing write rom does nothing). This seems to be unrelated to the updateStat function. I hope I'm not the only one facing this error.
  11. He probably means permanent editing, you can give a fake nickname with Pokesav but you can't overwrite the original name (The one in capital letters). As for that, I don't think Nintendo wanted original names to ever get changed, but that's concluding without evidence and with my awful intuition. Something I've noticed as I change the evolutionary path. Sometimes, the level goes down by 5. For example: I change Typhlosion to evolve into Ho-Oh at level 45. When it evolves, Ho-Oh is actually at level 40, regressing 5 levels. I've tested this twice, and both times the level went down by 5, but I still can't see a common problem that would cause such a symptom. I hope it's just another slight typo in code. EDIT: The same thing happens in Platinum. It appears to happen whenever I change the evolution tree. Inspection of the Python error log seems to be all the same message: TypeError: updatespdef() takes exactly 2 arguments (1 given) TypeError: updatespdef() takes exactly 2 arguments (1 given) TypeError: updatespatk() takes exactly 2 arguments (1 given) TypeError: updatespatk() takes exactly 2 arguments (1 given) And it continues for every stat I update. I believe this is a mere syntax error that came from the transition from D/P/Pt to HG/SS, but I have neither the Python knowhow nor a D/P/Pt rom to test it upon. To me, it seems that the interpreter is taking one argument at a time instead of both at once, leading to the double error, but then again that's just me. The stat changes worked fine in game. EDIT: Same issue with Platinum.
  12. Before I say anything, I have to say this program is impressive. However, ROMs created by this program seem to corrupt my flashcart from time to time. All the files in my R4 turn to jibberish with jibberish titles. I think this is only a problem for HeartGold, as I did not test it with Platinum. It usually happens when I create a .sav file for my ROM. I worked around this by using my backup .sav file. Modifying the evolution tree was simple and very fun. There was a slight glitch when one of my Pokemon evolved, and it went back down 5 levels. I'm sure you already know that HM/TM Edit, Move Editor, and items are not working for HeartGold/SoulSilver. There seem to be some uneditable features, such as Pokemon names and Trainer text. I think this is just for HeartGold, and I'll try Platinum later tonight. I'll try editing Trainers and see if I get the same result as everyone else as well.
  13. I have cross-examined the opening post and the readme post. The word "save" was not mentioned in those posts. This made it slightly ambiguous as to whether or not any actual changes would be saved. I assumed erroneously that it would. I think many people who have posted in this thread have also made the same assumption. However, I just found post #197 in the thread which does re-affirm your statement.
  14. Here is a small video of the problems I mentioned before about having no changes saved. http://www.youtube.com/watch?v=nGspsChUUU0
  15. Everytime I edit anything I get this error after I close the program TypeError: __init__() takes exactly 3 arguments (2 given) Traceback (most recent call last): File "ppre.pyw", line 1800, in updateScript TypeError: __init__() takes exactly 3 arguments (2 given) Traceback (most recent call last): File "ppre.pyw", line 1800, in updateScript TypeError: __init__() takes exactly 3 arguments (2 given) TypeError: updatehp() takes exactly 2 arguments (1 given)
  16. Well every time I close the editor, I get this error: Traceback (most recent call last): File "ppre.pyw", line 75, in openPokeEdit File "ppre.pyw", line 179, in __init__ File "ppre.pyw", line 125, in ReadPersonalNarc AttributeError: ID HELP!
  17. When I downloaded it, a file named table.tbl was in the zip file along with ppre.exe and thenewpoketext. I think you should extract all the files in the download to the same folder and the error should go away.
  18. How do save the changes you make? I've changed things like Pokemon attacks and evolutions, but once I close the window nothing gets saved.
×
×
  • Create New...