• 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!
  • 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.

[Other] text issue

  • 3
    Posts
    11
    Years
    • Seen Jun 9, 2016
    i added another sprite and event in pokemon fire red using advance map, now i wanna add text using advance text editor but its asking me for the offset, but when i see the sprite in advancemap the offset is 000000000, how do i change the offset so that i can add text's? or do i need to search for it?
     
    script a new npc?

    It's very simple, assuming you are using XSE, I'll give you a simple script for an NPC.

    #dynamic 0x800000

    #org @start
    lock
    faceplayer
    msgbox @hi 0x6
    release
    end

    #org @hi
    = Hello.

    After making your script, go to the button that looks like gears. Afterwards, click the pointer @start, then copy the offset, they give you, and insert it in Advance Map, on your person's script :)

    https://www.pokecommunity.com/threads/164276
    This will explain scripting, since I'm too lazy too xD
    Hope this helps
     
    Back
    Top