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

  1. BLourenco

    [Pokeemerald] Editing Battle Backgrounds

    Thanks for this guide! I just finished implementing blue/red background for the Battle Tower, but found an special case with the Multi Battle mode that you need to deal with if you're using the extra palette trick. Basically you simply need to repeat that final step of the trick on...
  2. BLourenco

    [Pokeemerald] Battle Transitions Guide

    I figured it out this morning, there's a palette tab in Tilemap Studio and I just had mark each tile as 'F'. Not sure what that means, or what values 1-E do, but that did the trick.
  3. BLourenco

    [Pokeemerald] Battle Transitions Guide

    So I've followed this guide to add some new transitions, and they all seem to be working except for their palettes. I created the tilesets in Graphics Gale as 4bpp (16 colors), saved each palette, then loaded those tilesets into Tilemap Studio to create the tilemap. But none of my tilemaps seem...
  4. BLourenco

    Anyone have experience attaching VS Code's debugger?

    Hold on, I need 1 more post before I can post links. I followed this guide: https://github.com/walkingeyerobot/pokeemerald/wiki/wsl2-and-vscode-setup
  5. BLourenco

    Simple Modifications Directory

    I've found a couple of special cases that cause issues with displaying the item icons: 1. When buying Lava Cookies on Mt. Chimney. The yellow "MONEY" header image seems to be causing some sort of conflict. 2. Picking up any item while in a dark area that requires Flash doesn't show the item...
  6. BLourenco

    Help with adding TMs 50-100 to Item Expansion

    Thanks for this, I got my 100TMs working with this. This also works if you want to expand Move Tutors as well.
  7. BLourenco

    More Bag Pockets

    In the included text file for DizzyEgg's Item Expansion, the Grass Gem is misplaced into the regular Items Pocket. EDIT: It's also missing an entry for the Odd Keystone.
  8. BLourenco

    Simple Modifications Directory

    In the BufferIvOrEvStats function, you need to change to a larger integer type for the stats (hp, hp2, atk, def, spA, spD, spe) or else you'll run into issues with stats above 255. The example uses u8, I changed mine to u32 as that's what the BufferStat function uses.
Back
Top