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

[Script] I need help with this script

2
Posts
5
Years
  • #dynamic 0x800000

    #org @inicio
    lockall
    setvar 0x4067 0x1
    special 0x113
    applymovement 0x7F @entrada
    waitmovement 0x7F
    special 0x114
    applymovement 0x7F @terremoto
    waitmovement 0x7F
    special 0x114
    sound 0x6A
    fadescreen 0x3
    hidesprite 0x3
    showsprite 0x2
    fadescreen 0x2
    releaseall
    end

    #org @entrada
    #raw 0x11
    #raw 0x11
    #raw 0x11
    #raw 0x11
    #raw 0x11
    #raw 0x11

    #org @terremoto
    #raw 0x0A
    #raw 0x0B
    #raw 0x0B
    #raw 0x0A
    #raw 0x0A
    #raw 0x0B
    #raw 0x0B
    #raw 0x0E
    #raw 0x0E
    #raw 0x0F
    #raw 0x0F
    #raw 0x0E
    #raw 0x0E
    #raw 0x0F
    #raw 0x0F
    #raw 0x012
    #raw 0x012
    #raw 0x013
    #raw 0x013
    #raw 0x012
    #raw 0x012
    #raw 0x013
    #raw 0x013
    #raw 0x01F
    #raw 0x01F
    #raw 0x020
    #raw 0x020
    #raw 0x01F
    #raw 0x01F
    #raw 0x020
    #raw 0x020
    #raw 0x01F
    #raw 0x01F
    #raw 0x020
    #raw 0x020
    #raw 0x01F
    #raw 0x01F
    #raw 0x020
    #raw 0x020
    #raw 0x01F
    #raw 0x01F
    #raw 0x020
    #raw 0x020
    #raw 0x01F
    #raw 0x01F
    #raw 0x020
    #raw 0xFE





    That´s the script. The point is i can´t make one sprite disappear at the beginig of the script. I mean, i want to activate the script, and then, before moving the camera, make one minisprite disappear, but it doesn´t work. Where should i put "hidesprite"??

    PS: I don´t need a flag because this script is going to happen only once and is impossible to come back to that place. And the hidesprite i have already put is from another mini

    So, i want to make a mini disappear, move the camera, then fadescreen (white) and then, replace one mini for other (to make disappear the one that was visible and to make appear the one was invisible)

    MY ROM IS FR
     
    Last edited:
    Back
    Top