• 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 Dr. POP

  1. Dr. POP

    [Graphics] [pokeemerald] Editing the summary (status) screen

    I see, that makes sense. Thanks for the pointer!
  2. Dr. POP

    [Graphics] [pokeemerald] Editing the summary (status) screen

    Update: By commenting out the functions ChangeTilemap and TilemapFiveMovesDisplay in pokemon_summary_screen.c as follows, I managed to turn off most of the tilemap changes that are triggered within the code: (There is a more elegant way to rewrite the code, but I'm taking the path of least...
  3. Dr. POP

    [Graphics] [pokeemerald] Editing the summary (status) screen

    In my attempt to change the Pokémon summary (or status) screen (PSS) I've run into some difficulties I can't seem to solve myself. When replacing the tilemaps for the respective pages of the screen, it only changes those pages partially. Some parts of the screen are changed within the code of...
  4. Dr. POP

    Emerald hack: Pokémon Saffron Version

    The features you've implemented are absolutely incredible. Since I haven't seen some of them in other hacks or in the resources subforum (eg the Poketch) I assume you've programmed then yourself. Hope one day you'll share those with the community. Can't wait for the next release! Good luck!
  5. Dr. POP

    FireRed hack: Pokémon GS Chronicles - [Build 2.7.1 05/25/2023 - Version 2.7.2 Coming late April 2024]

    This looks exceptionally slick. I can't believe how far ROM hacks have come in the last two, three years.
  6. Dr. POP

    Simple Modifications Directory

    Change order of genders in New Game [pokeemerald] Before (left) and after (right): All Pokémon games (that I know of), when selecting the player's gender, put the male option first and the female option second. Because there is no reason this should be this way, I tweaked the code to have...
  7. Dr. POP

    Emerald hack: Pokémon Saffron Version

    Cool, can't wait!
  8. Dr. POP

    Emerald hack: Pokémon Saffron Version

    This hack is hands-down one of the most (if not most) visually impressive ones around. If I may ask, did you develop the new start menu yourself, or did you use someone's asset? In either case, is it open source for other hackers to use or rather not? Can't wait to start playing this hack soon!
  9. Dr. POP

    Simple Modifications Directory

    Change the title screen music [EM] In pokeemerald/src/title_screen.c, find this line: m4aSongNumStart(MUS_TITLE3); Replace MUS_TITLE3 with the name of a different song. The names of all the songs can be found in pokeemerald/sound/songs/midi. So for example, replace it as such...
  10. Dr. POP

    Decomp Overworld Editor(and more)

    This is absolutely fantastic. I'm so glad more tools are starting to pop up making our lives easier. Thanks a lot!
  11. Dr. POP

    Simple Modifications Directory

    A couple of functions in this code are outdated. I have highlighted them in red in the spoiler below. Derived from GriffinR on the Discord. Would be great to add this update to the index at the start of this thread or to the original post.
  12. Dr. POP

    [Other] Changing Rival's Name In-Game

    Excellent, this worked very well! Thanks a lot, it was exactly what I needed. :-)
  13. Dr. POP

    What your preferred depth of story in a ROM hack?

    Hello everyone, I would like to check upon people's feelings on this and maybe start somewhat of a discussion. I'm working out the story for my ROM hack, and I'm struggling to keep it simple enough without becoming standard and boring, and deep enough without becoming headache-inducing and...
  14. Dr. POP

    Simple Modifications Directory

    Chance has it that I am working on this right now. This simple change, however, results in a buggy palette for the player overworld sprite. The correct overworld sprite is displayed, but it appears in blacks, reds and transparent colors. Did I miss something? Edit: Actually, after a while, the...
  15. Dr. POP

    [TUTORIAL] Decomp - From start to finish

    I do, but the folder /tools/agbcc is not synchronized with Github, so it won't be of much help for. In general, also, I don't think that's the best way to go about it anyway, as it may make it harder for you to keep everything up to date in the future. (Setting everything up is pretty...
Back
Top