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

[Archive] Simple Questions

Status
Not open for further replies.

Shaneypoo17

Elite Hacker
358
Posts
18
Years
    • Seen Apr 7, 2016
    ok... i got a ques...
    1. whats the command to give an item (in scripted)
    2. i inserted this script
    #org 0xEFDE70
    checkflag 0x9DA
    if 0 0x732740
    message 0x7325B0
    boxset 0x2
    end

    #org 0x732740
    setflag 0x9DA
    setflag 0x800
    checkgender
    compare LASTRESULT 1
    if 0 0x732990
    if 1 0x732CE0
    end

    #org 0x732990
    message 0x733060
    boxset 0x2
    checkitem 0x6B
    end

    #org 0x732CE0
    message 0x7338A0
    boxset 0x2
    checkitem 0xB5
    end

    #org 0x733060
    = Hello sir, I heard that \nmisty from REDWOOD CITY \p has a big crush on you\n how cute! girls like \p pearls, so give her this\n pearl! you'll need it\p more than me!

    #org 0x7338A0
    = Hello miss, I heard that /n ASH, whos staying in/p REDWOOD CITY has a big crush/n on you!/p heres a MACHO BRACE to\n give to him.. he'll love it!

    #org 0x7325B0
    = I bet my present helped...

    and when i played the game and talked to him it worked perfectly except it activated the safari zone O.o... and i could only get out of it when i pressed retire which sent me to the pokedex O.o... i rly need help.
     
    30
    Posts
    18
    Years
    • Seen May 26, 2022
    New to hacking

    Well, sorta. I used to hack in the past but that was long ago. Just wondeing how to go about scripts, as I hear of this program called Rubikon. Where do I get this?
     
    63
    Posts
    18
    Years
    • Seen May 26, 2010
    I have two questions:

    - How can i change the connenctions (ruby) in advancemap?
    - Ive downloaded tilemolester, but there isnt a program... Only a few pictures etc.
     

    Enter-Shikary

    I'm Back
    99
    Posts
    18
    Years
    • Seen Mar 7, 2007
    Pokepearl said:
    I have two questions:

    - How can i change the connenctions (ruby) in advancemap?
    - Ive downloaded tilemolester, but there isnt a program... Only a few pictures etc.
    1. ctrl+a
    2. you must have java instaled
     
    188
    Posts
    18
    Years
    • it/its
    • Seen Nov 26, 2022
    Li-Kero said:
    I have a question, how can i easily change the ruby title from Red to Black?
    Don't say hex, i dunno anything of it.

    Sorry, but there's really only one simple way to change pallets, and that's a hex editor... Once you learn how to use it correctly, it becomes frighteningly simple to use.

    EDIT: Hm... You just want it to be blacked out, like no Groudon and stuff? Or do you want to have a blackened color pallet for something you're inserting?
     
    Last edited:
    1
    Posts
    18
    Years
    • Seen May 28, 2006
    Where Can I get UNLZ_GBA?

    I've heard ots a great palletlette viewer and Im in need of serious Poke ripping:)
    Whered meh thread go? Ohh.......
     
    Last edited:
    30
    Posts
    18
    Years
    • Seen May 26, 2022
    Script problemo (Rubikon)

    Okay so I was hacking sapphire the other day using rubikon to test out a givepokemon command.

    Code:
    #org 0x71f100
    checkflag 0x666f
    
    if 0 0x666f
    message 0x71f600
    boxset 0x4
    boxset BOXSET_YESNO
    
    compare LASTRESULT YES
    givepokemon 0x98 0x05
    setflag 0x666f
    message 0x71f650
    boxset 0x4
    end
    
    #org 0x71f600
    = Take CHIKORITA?
    
    #org 0x71f650
    = Recieved CHIKORITA!

    When trying to compile this, rkc gave me an RTE. Besides that, I have a feeling I messed the code up somehow.
     

    Pazuzu

    Flushing Meadows
    5,468
    Posts
    19
    Years
  • BlainesApprentice said:
    Alright I've tryed and tryed and i can't get it right. Can someone give me a script where a person says one thing and then when you get a certain item says something else? If you know please tell me.
    Code:
    #autobank on
    
    #org 0x800000
    msgbox 0x800200
    callstd 0x4
    'check item script
    #raw 47
    #raw D 'item
    #raw 0  'item
    #raw 1  'quantity
    #raw 0  'quantity
    'attention: items have 2 bytes, so does the quantity
    compare LASTRESULT 0x0
    if 0x1 jump 0x800150
    msgbox 0x800300
    callstd 0x6
    end
    
    #org 0x800150
    msgbox 0x800400
    callstd 0x6
    release
    end
    
    #org 0x800200
    = Now let's see if you have\nthat Item...
    
    #org 0x800300
    = Yup, you have the Item.
    
    #org 0x800400
    = Nope, you don't have the Item.

    darklugia1 said:
    Oh yeah, one more question (I always think of new ones, for some reason)
    How do you delete people/warps/signs/etc. in AdvanceMap and/or EliteMap?
    Just decrease their number in AdvanceMap or EliteMap.

    Masquerade™ Inc. said:
    I am using the tile for the top of a cliff, you know, where the cliff ends and you can see the grass behind it. Anyway, how can I make it so the hero can walk on this tile, but not cross directly up to the grass from here?
    You can do that easily with AdvanceMap.
    Instead of the normal "C" movemeant block, you change it to "10" for the cliff, and for the blocks that let you go on that cliff you change it to "0".
    That should do the trick.

    Shaneypoo17 said:
    ok... i got a ques...
    1. whats the command to give an item (in scripted)
    2. i inserted this script

    and when i played the game and talked to him it worked perfectly except it activated the safari zone O.o... and i could only get out of it when i pressed retire which sent me to the pokedex O.o... i rly need help.
    1. giveitem 0x(ITEM) 0x(QUANTITY)
    2. you set an already used flag, in your case the one for the Safari-Zone.
    Change the used flags in your script.

    RicePigeonKKM said:
    Well, sorta. I used to hack in the past but that was long ago. Just wondeing how to go about scripts, as I hear of this program called Rubikon. Where do I get this?
    It's included in the EliteMap bundle.
    See the Hacking Tools Reference in the Tools Showcase.

    misticman said:
    they aren't really gone they are still there but if i play the game all events are gone.:(
    The post I linked you to is the way to fix your problem!

    Li-Kero said:
    I have a question, how can i easily change the ruby title from Red to Black?
    Don't say hex, i dunno anything of it.
    Hex. That's the only way.
    But if you want all colors to be black and white, you can export the picture with the black and white pallete and import it again with overwriting the existing pallete with the black and white one. (CHeck "Export Pallete" in the dialog that pops up.)

    LINK1438 said:
    I've heard ots a great palletlette viewer and Im in need of serious Poke ripping:)
    Whered meh thread go? Ohh.......
    unLZ-GBA is included in the EliteMap bundle.
    See the Hacking Tools Reference in the Tools Showcase.

    RicePigeonKKM said:
    Okay so I was hacking sapphire the other day using rubikon to test out a givepokemon command.

    When trying to compile this, rkc gave me an RTE. Besides that, I have a feeling I messed the code up somehow.
    Yes, you made some mistakes in the code.
    Try this Script (A modified version of ZEAR's Suicune battle script):
    Code:
    #autobank on
    #org 0x6B8080
    checkflag 0x1FF
    if 1 0x6b8190
    message 0x6b8200
    boxset BOXSET_YESNO
    compare LASTRESULT 0x0
    if 1 0x6b8180
    message 0x6b8300
    boxset 0x2
    givepokemon 0x9B 5 0x0
    setflag 0x1FF
    end
    
    #org 0x6B8180
    message 0x6B8270
    boxset 0x6
    end
    
    #org 0x6B8190
    message 0x6B8240
    boxset 0x6
    release
    end
    
    #org 0x6B8200
    = Do you want to take CHIKORITA?
    #org 0x6B8240
    = How's my CHIKORITA doing?!
    #org 0x6B8270
    = Don't want it?
    #org 0x6B8300
    = Here you go!
    MalamuteKid said:
    Is there like an easy way to edit the sprites for pokemon?
    unLZ-GBA. Export the pic, edit it and import it back in.
    For the small animated pics in the Party view, IconED by dark01.
    You can get both in the Tools Showcase.
     
    3
    Posts
    18
    Years
    • Seen Feb 17, 2006
    Text Editor For FR/LF

    Is there a simple text editor for FR/LF ?
    The most of them dont work, so

    Thanks if you know one,
     

    Pazuzu

    Flushing Meadows
    5,468
    Posts
    19
    Years
  • Dennis said:
    Is there a simple text editor for FR/LF ?
    The most of them dont work, so

    Thanks if you know one,
    Hex-Editor + Table file.
    It's the best you can get.

    Or if you want game specific program, Advance-Text.

    You can get both in the Tools Showcase. (See the Hacking Tools Reference for links to places where to get other tools from, including a Hex-Editor.)
     

    darklugia1

    Pok?mon Mastermind
    53
    Posts
    18
    Years
  • misticman said:
    does anyone have the offsets for all maps in sapphire (i mean like 0.9 is littleroot town).

    Just use AdvanceMap, all the headers are displayed.

    And a problem of my own, Scizz, a while back, you said that to edit the truck events to look in the scripts in the level. Thing is, if you look at the script for the person who's the truck (in Emerald), the script is "00000" in AdvanceMap and "FFFFF" in EliteMap, both of which contain nothing. Does anyone know where this script is?
     
    231
    Posts
    18
    Years
    • UK
    • Seen Jul 11, 2023
    Crystal Hacking Tools

    Hi, does anyone know any decent Pokéemon Crystal hacking tools? (mapping mostly) if anybody knows any can they give me a link or tell me where to get it? thanks
     

    Pazuzu

    Flushing Meadows
    5,468
    Posts
    19
    Years
  • darklugia1 said:
    Just use AdvanceMap, all the headers are displayed.

    And a problem of my own, Scizz, a while back, you said that to edit the truck events to look in the scripts in the level. Thing is, if you look at the script for the person who's the truck (in Emerald), the script is "00000" in AdvanceMap and "FFFFF" in EliteMap, both of which contain nothing. Does anyone know where this script is?

    I said take a look at the "Level Scripts".
    Those are scripts which are executed when you enter/leave/etc a Map.
    One level script can be viewed in ScriptED when you click the "View level Script" button in EliteMap's toolbar.
    However there can be more than one.
    To view the others, you would have to get their offsets with a Hex-Editor by following a bunch of Headers and pointer tables.

    hitme2k5 said:
    Hi, does anyone know any decent Pokéemon Crystal hacking tools? (mapping mostly) if anybody knows any can they give me a link or tell me where to get it? thanks
    See the Hacking Tools Reference in the Tools Showcase.
     
    Status
    Not open for further replies.
    Back
    Top