• 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!
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

[Script] Scripting help

  • 16
    Posts
    6
    Years
    Hey all you expert hackers and noobs like me,

    I'm making my own Fakemon hack and its going well so far, I'm a beginner and have been going on trial and error for most parts, slowly figuring things out as I go along.

    I've recently hit a bit of a wall in the technical side of things, i'm not a pro hacker by any means and hex hacking kinda scares me a little. I've figured a few things out like how to give badges out (I've made the 8th gym to be the first gym) I just want a bit of help with the HM's, I'd like my first gym to give out the ability to use Cut, i'm just not quite sure how to go about it.

    I'm not a social guy so I've been trying to search up the info but to no avail. This is my first post here on Pokecommunity and I'm hoping you guys can help as many of the posts I've read here have helped before.

    Thanks in advance.
     
    The badge associated with unlocking the use of Cut outside of battle is the Cascade Badge (or second badge).

    Therefore, assuming you're hacking Fire Red, in order to allow the player to use Cut outside of battle you would have to use the 'setflag 0x821' command. This will also however activate the second badge.

    Here's list of relevant flags:

    Spoiler:

    Hope this helps.
     
    I'm almost as lost as you are as to this, but I'm pretty sure the use of cut is directly linked to the cascade badge. Unfortunately it is hard-coded this way and I don't think anyone has figured out how to change this behavior.

    BUT what you can do is edit the sprite for the badge and the text to be the viridian city badge, then give the edited cascade badge to the player using
    Code:
    setflag 0x821
    (assuming you are using FireRed)

    Hope this helps.
     
    Ahh okay, Thanks for the help guys! I'll try it out and see how it goes. might just need to tweak some cut trees around as a way of working around :) (and yes I'm using Fire red, should have said sorry!)
     
    Back
    Top