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

[Other] text issue

  • 3
    Posts
    10
    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?
     

    Danny0317

    Fluorite's back, brah
  • 1,067
    Posts
    11
    Years
    • Age 24
    • Seen Nov 19, 2023
    Don't use advance text for new people, or people at all. Just script a new NPC.
     

    DJTiki

    top 3 most uninteresting microcelebrities
  • 1,257
    Posts
    10
    Years
    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/showthread.php?t=164276
    This will explain scripting, since I'm too lazy too xD
    Hope this helps
     
    Back
    Top