• 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!
  • 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] The box lady on Seven Island

TheRabbit

Banned
  • 69
    Posts
    10
    Years
    • Seen Jan 1, 2015
    I have an interesting idea for a final dungeon, and I want the entrance to be the door behind the boxes on Seven Island in Firered. I know there's some kind of script that opens up the door when it recognizes you've used the E-reader (or whatever it was). Is this controlled by a flag? Could I easily modify the script to have the boxes open after the champion is beaten?
     
    Go edit the champion script (which is a level script) and put "setvar 0x4088 0x1" (note that this is a random var i just choose it because whatever :P)
    In the house with the boxes blocking the door, put a level script with "setmaptile" that removes the boxes, and obviously, only works when 4080 is 0x1
    if you didn't understand what i said above, or don't know how to do it, I suggest you learn some scripting. diegoiawesome's tutorial is a great starting point. I don't know what's the code that checks if you used or not a cheat, but you can probably find that out looking through the required scripts.
     
    Back
    Top