• 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.
  • 58
    Posts
    18
    Years
    • Seen Jul 10, 2015
    Scizz said:
    No, this!
    The thread is nicely titled "AdvanceBattle request".
    Also the post is dated March 18th, therefore not that old and easy to find.

    English version, please.
     

    Nightshroud

    Newbie Hacker
  • 3
    Posts
    18
    Years
    A few questions

    I'm new at hacking, and I have no idea where to start. I'd like to ask a few questions:

    1. How should I go about posting screens, if I'm the only one working on the hack?
    2. How important is it to know how to hex edit, and is it difficult?
    3. What are the most popular tools for hacking Ruby? What about Sapphire? Or Emerald? FireRed/LeafGreen? I need to know!
    4. Is it really hard to make a hack by yourself?
    5. How do I go about getting people to help with the hack, if I can't do it by myself?
    6. What is the average time to make a complete beta for a hack?

    Any answers to the questions here, if you could, PM them to me.

    Thanx,
    Nightshroud
     

    mxkpkmnextu??

    Ser Artificial
  • 85
    Posts
    18
    Years
    Hail
    Is this Script right???
    Code:
    #autobank on
    
    #org 0x6FD114
    msgbox 0x800200
    callstd 0x4
    checkitem 0x10B
    #raw 47
    #raw D  10B
    #raw 0  10B
    #raw 1  1
    #raw 0  1
    compare LASTRESULT 0x0
    if 0x1 jump 0x800150
    msgbox 0x800300
    callstd 0x6
    warp 0x0 0x56 0x0
    end
    
    #org 0x800150
    msgbox 0x800400
    callstd 0x6
    release
    end
    
    #org 0x800200
    = This is SKYWING's WIND EGG.\nIt's said to protect the city\nfrom upcoming evils...\pIn acient wars this egg was thought\nto give people the strength to raise\nthe city from the ashes...   
    
    #org 0x800300
    = Huh?!\nYour RAINBOW ASH got brighter...
    
    #org 0x800400
    = Huh?!\nSuddendly the wind got stronger\pfor an instant.
    Could you also give me the pallete of the professor for tpl2002??
    And I wanted to know if in a script when want to input the cry command you put it this way eg.:torchic cry 118???
    [[[[[ ]]]]]
    Stay Sick\m/
     
    Last edited:
  • 1
    Posts
    18
    Years
    • Seen Jan 6, 2007
    ditching the TEACHY TV o.o;

    I'm working on my 'first hack'.. sorta just a 'for fun' hack for me and my friends, but i'll probably end up posting it.

    Anyway, i've been trying to figure out how to change the event where the old man gives you the TEACHY TV in Viridian so that he gives you the national dex so there isn't the whole evolution issue... any ideas?
     

    Mini

    Shiny Hunter
  • 145
    Posts
    18
    Years
    [Archive] Simple Questions

    ^
    how do i fix it
     

    charimon

    Yeah hacking !! ^^
  • 156
    Posts
    18
    Years
    oke i wanted to input this script on FR but i don't know if it's correct and what's wrong with it then...
    script said:
    '-----------------------
    #org 0x0x74a100
    trainerbattle 0x0 0x13E 0x0 0x74a110 0x74a120
    special2 LASTRESULT 0x39
    compare LASTRESULT 0x1
    if 0x1 jump 0x74a130
    msgbox 0x74a140 '"Listen, you. If you'..."
    callstd 0x6
    end

    '-----------------------
    #org 0x74a130
    trainerbattle 0x5 0x13E 0x0 0x74a150 0x74a160
    msgbox 0x74a170 '"If you're going to g..."
    callstd 0x6
    end


    '---------
    ' Strings
    '---------
    #org 0x74a110
    = If you have POKéMON with you, then\nyou're an official POKéMON TRAINER!\lYou can't say no to my challenge!
    #org 0x74a120
    = Arrgh, I lost...\nI should have trained mine more...
    #org 0x74a140
    = Listen, you. If you're strong, you\nshould have told me before!
    #org 0x74a150
    = Ever since I lost to you, I desperately\ntrained my POKéMON.\lYou can't say no to my challenge!
    #org 0x74a160
    = Arrgh, I lost...\nIs my training method not right?
    #org 0x74a170
    = If you're going to get stronger, I'll\nget stronger, too.
    so is it correct? cause i tried it but i get runtime error so i just wanted to know if it's because of the script or do i mis something...
     
  • 13
    Posts
    18
    Years
    • Seen Jul 13, 2006
    Some quastions guys

    hi sup..
    i got some problems and i hope you can help
    thanks in advance
    1.when i change some spirit and try to "write it to the game" in unlzGBA i got some error
    "compressed size is: 344 which is to big. aborting" what's the deal?
    2.i can't use pokepic for some reason i open a rom and nothing happens i try to inster a number and press enter and it exits the program
    what can i do
    all those above is with fire red rom
    i tryed the search function and found nothing on it
    sorry for any miss types
     
  • 180
    Posts
    20
    Years
    Ok.. Now that Xeon is done with his amazing boasting and flaming abilities, I will try to help you... The "Compressed size is: 344 which is to big. aborting" error in UnLZ-GBA is telling you that the image you are writing as data is larger then the original image data in the ROM. So basically it is saving your a**... Because if it would insert with the data size larger it would cause corruption in other things, because of data overwriting other data... Which is bad. So learn to repoint. Repointing will save you from this problem. Repointing is when you insert data into a freespace area away from other data, so you have plenty of room to insert larger data sizes. Then you change the offset the game reads from to the new offset and you're done.. There should be a tutorial somewhere on repointing images.. I'm not sure where... And as for PokePic... There is one answer. Dont use it.
     

    Aon

    Shadow Master
  • 50
    Posts
    18
    Years
    Soz for being a noob, but is there any easy way to find unused pointers?
    I can use a hex-editor, i just don't know how to use it to fin unused pointers.
     

    LukeHawk

    I hate homework.........
  • 5
    Posts
    18
    Years
    Okay, I am a serious Newbie...um...:embarrass
    how do you hack a game?

    what programs do I need?

    can you hack any rom game or does it have to be pokemon?
     
  • 4
    Posts
    18
    Years
    • Seen Apr 23, 2007
    hwo do you

    create an intro patch, like the no intro patch or the mugs patch you see on some of them
     

    Aon

    Shadow Master
  • 50
    Posts
    18
    Years
    You can hack most roms. Programs can be found in the tools shocase part of the forum.
    This site is for hacking pokemon. Tutorials may be found in the tutorials forum.
    may I be the first to Welcome you to the Scary world of Rom Hacking!
     

    D a n i e l

    Pokemon - Mystic Plan
  • 62
    Posts
    18
    Years
    A Trainer-/Hero-/Overworldsprites -editor!

    Hi Guys!
    I find it's really easy to make a game but I want to change my Trainer etc.
    Can someone tell me a programm? And can someone tell me a programm - for the title screen?
    Sorry but I'm new...
     
    Status
    Not open for further replies.
    Back
    Top