• 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 Diego Mertens

  1. Diego Mertens

    [Battle✓] [pokeemerald] How Viable Is Adding New TMs and HMs Beyond TM50? (51-100)

    You'll have to check the way the TM case reads and displays the names of TMs and HMs. Usually, the way it does it, is by the following formula: itemId - ITEM_HM01 + 1 Which basically converts the HM's item id into an HM id. Your HM's ID is 799, the HM01's ID is 682. So the actual number it's...
  2. Diego Mertens

    [Graphics] [POKEEMERALD] Issues with Dynamic Overworld Palettes System

    For some reason, whenever I enter a map connected to a previous one, and sometimes when object events leave the camera, they appear with wrong palettes. Opening and closing a menu solves the issue, though. Happens with the player character as well, but only when passing from one map to...
  3. Diego Mertens

    [Battle] New move effect freezes the game, no matter what code it has (Pokeemerald Expansion)

    So, as the title says, for some reason, adding a new move effect freezes the game, no matter what code i put in it. I have it at the end of the list with all the move effects like this: On battle_move_effects.h #define EFFECT_EXTREME_EVOBOOST 392 #define EFFECT_DAMAGE_SET_TERRAIN 393 #define...
  4. Diego Mertens

    [Pokeemerald] [Event Scripts] Dynamic Multichoice

    THIS LOOKS PHENOMENAL!! I'LL DEFINETLY BE USING THIS ON MY PROJECT! This not only is really easy to use, customise and display, but it's also really professional-looking and flexible! I look foward to see what I can create thanks to this!
  5. Diego Mertens

    [Other✓] "Error: invalid operands (*UND* and *ABS* sections) for `&'" [SOLVED]

    NVM!! I got it working, it was an error with an outdated variable (MAP_NONE -> MAP_DYNAMIC) and i was able to solve it Old post, for archive purpose
  6. Diego Mertens

    [Other✓] player doesnt freeze when a menu/text is opened (SOLVED)

    Hi! Yesterday i wanted to update my game to the lastest pokeemerald expansion version, and after fixing the many many merge issues it had, now my game builds, but for some reason neither texts, events happening or anything really stops the player from moving or interacting with events. its...
  7. Diego Mertens

    Help with adding TMs 50-100 to Item Expansion

    hi i've tried using this but it keeps telling me that the left shift count is negative, and idk what im doing wrong, do you have any idea of what i could do? i understand this post is really old but there doesn't seem to be any important changes in the tmhm learnsets in the last versions of...
  8. Diego Mertens

    Simple Modifications Directory

    I really don't know why this would be happening, since FlagGet only has one argument. Maybe you've added that part of the tutorial wrong? Could you attach one image of how that part of your code looks so i can see what's wrong?
  9. Diego Mertens

    [Script✓] Check to see if the player possesses a Pokémon of certain type in the team

    Thank you so much! I'll try! EDIT: IT WORKED PERFECTLY! THANK YOU SO SO MUCH!!
  10. Diego Mertens

    [Script✓] Check to see if the player possesses a Pokémon of certain type in the team

    I've been trying to do this, at first, I grabbed the code from the Hidden Moves that check if you have the required move, "ScrCmd_checkpartymove", but i can't seem to get it to work. It just returns the first pokémon of the team without any comparation. This is the code i used: bool8...
  11. Diego Mertens

    Simple Modifications Directory

    Id love to add this feature, but each time ive tried it, it softlocks the game once a battle starts and im about to use a move, specially with stronger enemies, like the Elite 4
  12. Diego Mertens

    [Script✓] "Image exceeds the maximum color value for a 4bpp image" but i haven't changed it

    Well, as the title suggests, this is what happened. While i was translating some stuff in my game to spanish, this error appears, and i have no idea how to solve it. The image in question ive not changed one bit, so i have no idea why this is happening it solved on its own
  13. Diego Mertens

    [Other] Change orders of the Hoen Dex (pokeemerald)

    I see, then i'll try adding those pokemon that i absolutely need in the dex and not change any orders of anything else, because thats WAY too much work that im NOT interested in putting effort into Thanks!
  14. Diego Mertens

    [Other] Change orders of the Hoen Dex (pokeemerald)

    HI! I was trying to add more pokemon to the hoenn regional dex, and to change around some pokemon in the national dex too, just so they're differently ordered, but none of the changes im trying to make seem to work, what should i do? I changed aroun the "hoenn_to_national" things and the other...
  15. Diego Mertens

    Simple Modifications Directory

    I have implemented it in a pokeemerald with the debug system and pokemon-expansion, and it hasnt broken the game once maybe theres something you're missing from here?
Back
Top