• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Recent content by Qmer Kaça

  1. Qmer Kaça

    AI Expanded, Rewritten and Additional Commands

    I don't know why no one is interested in AI. (Except a few names.)
  2. Qmer Kaça

    How do I change the naming options for my rival?

    https://www.pokecommunity.com/showthread.php?t=338341 Use this tool
  3. Qmer Kaça

    [Script] Script help.

    You used trainerbattle 0x0. You need to change it to 0x9(not sure if its the right value, I haven't been hacking for a long time) if you want the script to continue after battle.
  4. Qmer Kaça

    [Other] I made small edits in PGE and now there are a bunch of invisible walls in the player's bedroom. What did I do wrong?

    That means you messed up the code which loads tilesets and tilemaps of the maps. You need to undowhat you have made. If you are good at asm you can track the code. Maybe just pointers messed up.
  5. Qmer Kaça

    Possible to set season/time of day based wild pokemon in gen 3?

    If you want examples of done versions. The Liquid Crystal have night exclusive Pokémon. So you can use the same level scripts with a little change.
  6. Qmer Kaça

    Possible to set season/time of day based wild pokemon in gen 3?

    You can add seasonal Pokémon. Just use DNS and these tutorial will help: https://www.pokecommunity.com/showthread.php?t=348944 , https://www.pokecommunity.com/showthread.php?t=299436
  7. Qmer Kaça

    [Script] The level script doesn't work

    If you want it to work all the time, you shouldn't use level script modes that need a var. Use varless one insted and it will work.
  8. Qmer Kaça

    How you got yourself in Rom Hacking?

    Me and some some of my close friends started watch the anime series all over again (because it has been illegal to put it on tv and nintendo stopped the sales of their consoles in my country since 2000s). And some day one of my friends found the Pokemon have games and we all started tto playing...
  9. Qmer Kaça

    [ASM & Hex✓] Banning items in certain trainer battles.

    Just use writebytetooffset to set items battle usage to 0 and in after battle script use writebyteoffset to change if its usable in battles.
  10. Qmer Kaça

    Help please. Oak's battle tutorial.

    So I have done some researchand I found this: https://www.pokecommunity.com/showpost.php?p=8527650&postcount=213
  11. Qmer Kaça

    Help please. Oak's battle tutorial.

    I found 2 options for you: 1. If you know asm, you can search the difference between normal and the first rival battle and figure it out. 2. Use sethealingplace in level scripts. Make a script that uses special 0x0 and use ... setflag 0xX trainerbattle @after ... #org @after setflag 0xY ...
  12. Qmer Kaça

    [Script] Editing Scripts in Advanced Map

    XSE and Pokescript are the most common used script editors. A script editor have a basic programming language that is only for gba roms. Don't wory it is not like C or Java. If you want to learn how to write scripts, there are good tutorials about it. Like...
  13. Qmer Kaça

    Can I limit the amount of Pokemon my trainer has to 3?

    I don't think you can. But if you want it so much you can use pret. But I am not a master so ask it to some pro ones lik Jpan or SQ.
  14. Qmer Kaça

    How do you name your hack's towns/cities?

    In my hack you play in the Anatol region(which is Anatolia which is where Turkey is located) so I use the name of the cities with translation and changing the letter's places. Like Diyarbakır=Diyar+bakır=land+copper=land+cu=Culand
  15. Qmer Kaça

    [Other] where do i start in a rom hack?

    Get A-Map to insert scripts to OWs. Get XSE to write scripts to OWs. Get A-Trainer or Hopeless Trainer Editor yo change trainers. I don't recomend to use G3T for Pokemons. But it's perfect for adding and changing moves. So you can get PGE, G3HS, YAPE. For the changing sprites I recomend...
Back
Top