• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • 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!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • 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.

[Script✓] How to fix the outline of the Dialogue Box where Oak forbids an Item?

  • 8
    Posts
    2
    Years
    • Seen Sep 5, 2023
    My friend is working on a rom hack, and somehow the Dialogue Box where Oak forbids an item is glitched, while the other dialogue boxes in the game look fine, as he put
    Code:
    #define BG_TILE_HV_FLIP(n) (0xC00 + (n))
    in his
    Code:
    include/gba/defines.h
    file to fix them (thanx shinydragonhunter). However despite this, the dialogue box where Oak forbids an item is still jumbled up... I wonder if the dialogue box is in another C file?

    Here's the dialogue box:
    [PokeCommunity.com] How to fix the outline of the Dialogue Box where Oak forbids an Item?
     
    Last edited:
    Back
    Top