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

Easy Dynamic Showpokepic in Fire Red

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

    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