• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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 Fletotre

  1. F

    Pokeruby need help adding custom NPC

    Thank you so so much for helping me again!!!! :) It really was just that! ^^ It works perfectly now! :)))
  2. F

    Pokeruby need help adding custom NPC

    I would like to add a few custom NPC to my Pokeruby rom hack but I can't manage to get this working... :( Can someone give me an advice? For now I'm trying to duplicate the Boy1 NPC without changing the Sprite. In Porymap I correctly see my custom NPC, but when I compile and start the game he...
  3. F

    Pokeruby unused flags?

    I see! Thank you so much!!! So for example beginning from line 612 which looks like this: #define FLAG_HIDE_KECLEON_ROUTE119_2 0x3DE #define FLAG_HIDE_BOY_ROUTE101 0x3DF #define FLAG_ITEM_ROUTE102_1 0x3E8 #define FLAG_ITEM_ROUTE116_1 0x3E9 I...
  4. F

    Pokeruby unused flags?

    I need some global flags in my Pokemon Ruby rom hack which I can use that my scripts execute only once. Does anyone know which of the existing flags I can use? (https://github.com/pret/pokeruby/blob/master/include/constants/flags.h) Or how I can add custom flags? I would appreciate if someone...
  5. F

    Pokemon Ruby custom NPC event possible?

    I would like to create a customized Pokemon Ruby game. So far I cloned the "pokeruby" repository, set up my local development environment and build the .gba file. I also changed some sprites just to test things out. Now I want to add my first custom event/interaction. I want to place a NPC on...
Back
Top