• 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 esipode

  1. E

    Patch: [FireRed] Levels Above 100

    Thanks for fixing this before I even knew about it haha! I'll add it to the OP.
  2. E

    Patch: [FireRed] Levels Above 100

    Try implementing this on a vanilla ROM. If the issue isn't there, then it's a problem with the base you're using. (Perhaps a changed offset or routine?) Either way, not really something I can solve. If the issue persists, then PM me, and I'll try and pin down the issue with you. Because the...
  3. E

    Separating two graphics sharing a palette

    That's actually a very simple solution. Kind of laughing at myself for not thinking of that. I would prefer to not have to do that, I like having the color indication, but if I can't figure out a solution otherwise, I will do that. You wouldn't happen to know what the image offset(s) for the...
  4. E

    Separating two graphics sharing a palette

    (In FireRed) While in a battle, the symbol indicating a male Pokemon, the line below both trainer's pokeballs at the start of a battle, and the XP bar all share the same palette. The palette values controlling the color are located at 0xD11B94 & 0xD11B9A. I would like to rectify this, as I...
  5. E

    Pokemon Selection Screen Patch [FR]

    Great job! One question though. Do the EB0C00 to EB122B offsets contain the palettes, or did you modify the original palettes?
  6. E

    While it is technically possible, the data of each trainer will be located in a different offset...

    While it is technically possible, the data of each trainer will be located in a different offset within the game. Some of them may be clustered together, but overall it would likely be more effort than remaking trainers manually. My suggestion is to use "Hopeless Trainer Editor". It has an...
  7. E

    [ASM & Hex] Pokemon status menu palette

    The offset is at 0xE9C3E0. Only one with the value "A9 52 27 46" in the rom. Changing the value doesn't affect the in-game colour, however.
  8. E

    [ASM & Hex] Pokemon status menu palette

    I am attempting to change the palette colors of the Pokemon status menu. So far, it is going smoothly, but I have hit a snag. The background pattern with the alternating colored lines has something odd going on. When I open up palette viewer for one of the colors, it shows the color value is...
  9. E

    [Map] Kanto in Pokémon Emerald

    Here is the link to a Tileset editor. You can add as many tilesets as you want.
  10. E

    Patch: [FireRed] Levels Above 100

    Dang, now it shows as 2 digits. "/" is back though haha.
  11. E

    Patch: [FireRed] Levels Above 100

    Thanks for finding those values! I honestly didn't even know this wasn't working currently. {XD} That said, the string itself doesn't seem to want to accommodate the 4 digit length. The '/' symbol is gone and the last digit of the max hp gets cut off. Guess I'll add that to my to-do list of...
  12. E

    [Map] Pokémon Emerald Extend maps, weird results

    Gonna piggyback off this thread because I have been trying to resolve this issue for a while. Changing the map number in the header causes A-Map to spit out a "list index out of bounds (-1)" error upon re-opening the ROM. (I am using FireRed, btw.)
  13. E

    [ASM & Hex] Sevii Islands Map Table

    After making modifications to the Sevii Islands world maps, trying to access them in game is causing the game to freeze. In FireRed, at 0x3F1AA4 is the list of map numbers that are set to be displayed on each of the Sevii Islands world maps. Which numbers are for which map is separated by 0xC5...
  14. E

    Darn. Well thanks for trying, at least! If only Jambo was more active. I bet he could tell me...

    Darn. Well thanks for trying, at least! If only Jambo was more active. I bet he could tell me where I've botched this.
  15. E

    Hopefully it doesn't have to come to that. Though it certainly seems like A-Map is to blame...

    Hopefully it doesn't have to come to that. Though it certainly seems like A-Map is to blame. I'll let you know if I figure it out myself.
Back
Top