Recent content by dalv03

  1. D

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    I modified this editor so that your pokemon will only have 1 attack when you press save. Sorry about that (but 1 attack is ideal)
  2. D

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    This problem appears when you did something wrong with these steps (maybe in encrypt/decrypt steps). Try to do it again, read the tutorial carefully.
  3. D

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    Really? Healing about 100hp over 5secs (iirc)? Hit healing is all we want I think.
  4. D

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    yeah maybe it's a bug. But I suggest changing stone from same form (Attack to attack, defense to defense). It is quite hard to understand all numbers in stone's code.
  5. D

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    Ofcourse you have to convert it first
  6. D

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    yeah because I think "healing from ko" is quite useless so I don't include it. You have 27 slot for stone bonus, so you will want to max nesseccery stat first: - 4 hit healing - 4 crit rate - 4 crit dmg - 4 resist to conditions - 4 resist to down effects - 3 for time to recover - 2 heal upon...
  7. D

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    haha same to me. It took me 3 days spam cooking to get a 8atk/1def stone slot, 1 skill, perfect bingo Starmie. It's hard as hell. So I tried to code some feature base on PQSE to make my 2 perfect Starmie.
  8. D

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    At the BasicValue line, you have to input 999 or something higher than 900 (before save), unless program will crash. I use it to edit android save file too and it work NOTE: remember to convert android save file to switch save file first.
  9. D

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    Yeah, it's possible. @noircchack posted the value to edit in order to mod stone and bingo. Bingo code is different between pokemons, so that I only code to show the ID of bingo that pokemon has, and change it to other ID until I find the right bingo (quite time consuming), and for stone, I just...
  10. D

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    Sorry bro, I modified the file so that I can modify stone, bingo bonus like i want, so it's kind of a mess now haha. Nice to know you find it.
  11. D

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    lol I just comment the code that load player name in PQSE code and build new program with visual studio. That works for me.
  12. D

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    @xSillusx Hi, I just found what causes error export save file. The error is after import and export same save file several times, the program stop working when trying to export sav file. Don't know why but this line make the sav file grow larger than 512kb everytime export and make the program...
  13. D

    ROM Hack WIP Pokemon Quest Save Editor (PQSE)

    I faced same problem. The program stoped while exporting save file. Still try to solve it.
  14. D

    ROM Hack WIP QEdit - A Pokemon Quest Web-Based Save Editor

    Hi @thethiny . Thank you for your hard work. I follow those step but after running Maker file. It showed a lot of errors. I don't know what is wrong.