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

Fire red Mystic Aurora tickets ( birth island navel rock event)

xboxmandude

Rom Hacker
  • 95
    Posts
    11
    Years
    Yeah I'm a noob... I am.... Seriously....
    I want to know how to add these events to my fire red ROM
    I know I can make the tickets available in any mart or make someone give them to you
    But would that activate the event
    If i just purchased the ticket....
    Or would it require
    Some script? Or Idk.... I
    Just want to add the navel rock and birth island events to my hack fire red
    Thank you...
    Also...
     
    Could I also just use advance map to place the Pokémon sprite
    And just use the same script offset in another location?
    Like I place lugia sprite in pallet town and copy the script offset....
    Would this trigger the battle?

    Lol I don't have access to my pc or I would have tried it
     
    Yeah I'm a noob... I am.... Seriously....
    I want to know how to add these events to my fire red ROM
    I know I can make the tickets available in any mart or make someone give them to you
    But would that activate the event
    If i just purchased the ticket....
    Or would it require
    Some script? Or Idk.... I
    Just want to add the navel rock and birth island events to my hack fire red
    Thank you...
    Also...

    aurora ticket (birth island) setflag 0x84B
    mystic ticket (navel rock) setflag 0x84A

    Could I also just use advance map to place the Pokémon sprite
    And just use the same script offset in another location?
    Like I place lugia sprite in pallet town and copy the script offset....
    Would this trigger the battle?

    Lol I don't have access to my pc or I would have tried it

    nope that won't work since it uses map scripts, so if you did that the sprite would not disappear causing multiple battles etc.
     
    Hey thank u so much....
    So I came u with this would it work?
    I have no scripting skills I just went through the tutorial
    #org $begin
    lock
    faceplayer
    checkflag 0x84b
    if b_true goto $got the ticket
    message $ticket
    $ticker 1 =Hey \v\h01!\That ticket! Use it in to go to an island far away
    boxset 6
    setflag 0x84b
    release
    end

    #org $got the ticket
    message $have u
    $have u 1 =have you been to that island?
    boxset 6
    release
    end
     
    Hey thank u so much....
    So I came u with this would it work?
    I have no scripting skills I just went through the tutorial

    Code:
    #org $begin
    lock
    faceplayer
    checkflag 0x84b
    if b_true goto $got the ticket
    [COLOR="Red"]giveitem 0x173 0x1[/COLOR]
    message $ticket
    $ticke[COLOR="red"]t[/COLOR] 1 =Hey \v\h01!\That ticket! Use it in to go to an island far away
    boxset 6
    setflag 0x84b
    release
    end
    
    #org $got the ticket
    message $have u
    $have u 1 =have you been to that island?
    boxset 6
    release
    end

    although i don't use pokescript, xse is a lot easier, i know that will not work, you have to give the item as well, changes are in red
     
    Back
    Top