• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • 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.

Easy Dynamic Showpokepic in Fire Red

  • 55
    Posts
    4
    Years
    • Seen Feb 27, 2022
    DYNAMIC SHOWPOKEPIC POKEMON(LIKE IN HGSS) THE EASY WAY in FIRE RED:

    [PokeCommunity.com] Easy Dynamic Showpokepic in Fire Red


    Want to show a certain pokemon's image in your first slot dynamically in Fire Red like in HGSS? Here's how(no ASM).

    Sadly we all know, in default "SHOWPOKEPIC" command only works as displaying a static image from the value you've placed. Though, here's an interesting take I've found with experimenting with values. The "showpokepic" accepts VARIABLES!

    Meaning, it can read values in VARIABLES and here's how to do it(XSE script):


    #dynamic 0x800000
    #org @start
    lock
    faceplayer
    setvar 0x8004 0x0
    special2 0x8001 0x147
    showpokepic 0x8001 0x0 0x4
    bufferfirstpokemon 0x00
    msgbox @ILOVEMOE 0x4
    closeonkeypress
    hidepokepic
    release
    end



    #org @ILOVEMOE
    = [buffer1]: What's up [player]?


    EXPLANATIONS:
    Spoiler:


    PROOF:



    OTHER INFO:
    Spoiler:


    Note: This is my first ever tutorial, so I do hope it's not confusing.

    (Tested on BPRE)
     
    Last edited:
    Back
    Top