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

Recent content by buckeyestilidie

  1. B

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    #include stditems.rbh '--------------- #org 0x800200 checkitem ITEM_RARECANDY 0x5 compare LASTRESULT 0x5 if 0x5 goto 0x880020D end '--------------- #org 0x80020D lock end Tried checkitem, checkitemamount, and checkitemroom. Nothing. Lol if it helps I'm running Advancedmap 1.95
  2. B

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    Are you sure it's not 0x47? 0x46 is checkitemroom but 0x47 is checkitem.
  3. B

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    What do you mean? Also KarateKid serious question..... Are you Albert Einstein?? Lol seriously dude not a question goes unasked without you giving the correct answer to it. Much love and respect to you dude.
  4. B

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    #include stditems.rbh '--------------- #org 0x800200 checkitem ITEM_RARECANDY 0x5 if 0x5 goto 0x880020D end '--------------- #org 0x80020D lock end Can anyone figure out why this script won't work? I tried checkitemamount but it wouldn't decompile in XSE. Trying to make it where if you have...
  5. B

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    So it'd be #include stditems.rbh '--------------- #org 0x900000 lock faceplayer checkflag 0x084A if 0x1 goto 0x8900029 msgbox 0x890004E MSG_YESNO '"Take this, you'll need it more\nth..." compare LASTRESULT 0x1 if 0x1 goto 0x8900034 msgbox 0x8900077 MSG_NORMAL '"That's okay. I'm sure...
  6. B

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    What do you mean by these? If Flags 0x84A and 0x84B are cleared, the Vermilion City dockworker won't even bother checking for the MysticTicket and AuroraTicket, respectively. You won't be able to use them. I don't know what sets or clears these flags.
  7. B

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    Okay so I put in a script that gave my player the aurora ticket and mystery ticket. I've been reading that you have to enter cheat codes to get them to work. I was really hoping that isn't the only way to get them to work as I've worked them around a center axis in my story line. Thanks everyone...
  8. B

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    Yeah I've used both but get the same problem each time. Anywho for the tickets, how would I tell if they work? I entered the mystery ticket, and have both tickets. Do I just visit the SS Anne port after the Anne is gone or do I have to beat the E4? Also checkitemamount got an error saying...
  9. B

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    Also does anyone know how to activate the Aurora ticket and mystery ticket I believe. I have it to where I receive them but how do I activate them? What's a good trainer editor? Specifically for gym leaders? I currently use A-Trainer but whenever I change the gym leaders pokemon it'll swap each...
  10. B

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    #dynamic 0x800200 #org @cheatcheck checkitem 0x44 0x5 if B_>> goto @cheated end #org @cheated lock end Put it in the AM like said and inputted the RC cheat and got 100 still didn't freeze or do nothing. Is it the script?
  11. B

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    #dynamic 0x800200 #org @cheatcheck checkitem 0x44 0x5 if B_>> goto @cheated end #org @cheated lock end Put it in the AM like said and inputted the RC cheat and got 100 still didn't freeze or do nothing. Is it the script?
  12. B

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    What's illegal pokemon? Like a pokemon cheat in? Or a pokemon with a level way too high for where it's at? Also is that script ready written so I can just insert it in? Would I also have to set this map script for every single location or if I set it in one will it continue throughout?
  13. B

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    Where would I enter this at? I know I'd enter it at XSE but when I go to put it in Advanced map where would I enter it at?
  14. B

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    Would it be 206 in UNLZ where it says "2004 pokemon 1995-Nintendo Creatures inc. GAME FREAK inc."? Would a pic help better?
  15. B

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    Is there a way to change the bottom of the title screen where it says 2004 Gamefreak? I figured out how to change the gamefreak during the bootup but not at the actual title screen.
Back
Top