• 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.
  • 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!
  • Cyndy, May, Hero (Conquest), or Wes - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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] POKEMON Shiny gold X Lugia

  • 4
    Posts
    7
    Years
    • Seen Jun 7, 2018
    I got the the "Silver Wing" but the event isnt activating.
    The script of the event starts right before you enter the room here
    Code:
    '---------------
    #org 0x78BA20
    checkflag 0x112D
    if 0x1 call 0x878BA60
    checkitem 0x172 0x1
    compare LASTRESULT 0x1
    if 0x1 call 0x878BA50
    setflag 0x112C
    end
    
    '---------------
    #org 0x78BA60
    release
    end
    
    '---------------
    #org 0x78BA50
    clearflag 0x112C
    release
    end

    But when I go in the room it shows nothing the lugia code is this
    Code:
    '---------------
    #org 0x822C9C
    lock
    faceplayer
    checksound
    pause 0x14
    sound 0x4B
    setvar 0x8004 0x0
    setvar 0x8005 0x3
    setvar 0x8006 0x4
    setvar 0x8007 0x2
    special 0x136
    pause 0x1E
    sound 0x4B
    setvar 0x8004 0x0
    setvar 0x8005 0x3
    setvar 0x8006 0x4
    setvar 0x8007 0x2
    special 0x136
    pause 0x1E
    pause 0x32
    checksound
    cry 0xF9 0x2
    waitcry
    pause 0x14
    setvar 0x8004 0xF9
    setvar 0x8005 0x46
    setvar 0x8006 0x0
    special 0x1BB
    setflag 0x807
    special 0x138
    waitstate
    clearflag 0x807
    fadescreen 0x1
    hidesprite 0x1
    fadescreen 0x0
    setflag 0x112C
    setflag 0x112D
    release
    end

    I have made no edits to the code or anything. Im new to the scripting aspect and just confused why this event isnt activating.

    The only thing I can think of is the item needs to be in HEX? But that doesnt make sense since the HO-OH event works fine. Thank You for your guys help
     
    Back
    Top