• 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.
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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] Whats wrong in SHOWPOKEPIC?

  • 57
    Posts
    10
    Years
    • Seen Jul 11, 2014
    heres my script

    #org 0x8745F28
    '-----------------------------------
    checkflag 0x444
    if false jump 0x8745F3D ' Flag is unset
    lock
    faceplayer
    msgbox 0x8745F7D ' Sorry!\nBut the Game...
    callstd MSG_LOCK ' Built-in lock command
    release
    end

    #org 0x8745F3D
    '-----------------------------------
    lock
    faceplayer
    showpokepic 0x1 0x0 0x3
    msgbox 0x8745F9C ' Glad to see you agai...
    callstd MSG_LOCK ' Built-in lock command
    setflag RS_POKEDEX
    msgbox 0x8746002 ' \v\h01 obtained GINO...
    callstd MSG_LOCK ' Built-in lock command
    msgbox 0x8746054 ' LANCEKOIJER: This on...
    callstd MSG_LOCK ' Built-in lock command
    setflag 0x860
    msgbox 0x87460F2 ' SPEED BOOTS are now ...
    additem POKEBALL 10
    additem LUXURYBALL 2
    additem POTION 5
    msgbox 0x8746136 ' \v\h01 got POKEBALLS...
    hidepokepic
    release
    end

    #org 0x8745F7D
    = Sorry!\nBut the Game\lends here!

    #org 0x8745F9C
    = Glad to see you again!\v\h01!\nYouve reached the PA LOUNGE\land I know you are strong enough\lto have these.

    #org 0x8746002
    = \v\h01 obtained GINOA DEX!!!\n\v\h01 put it on his POCKET!\lOh!\lIll set it to NATIONAL DEX.

    #org 0x8746054
    = LANCEKOIJER: This one too!

    #org 0x87460F2
    = SPEED BOOTS are now equipped!\nLANCEKOIJER:ITEMS will also help you!

    #org 0x8746136
    = \v\h01 got POKEBALLS, LUXURY BALLS\nand POTIONS\lThats all! Good luck!

    It always show a messy color of the sprite.
     
    The palette of my indexed sprite is ok, I tested it in my rom, and I must say that it is fixed and correct....... But when Id put that in a rom, MESS!
     
    Back
    Top