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

decap questions

  • 124
    Posts
    9
    Years
    • Seen Apr 5, 2024
    I wanted to decap and using vs code's search option

    Im afraid of accidently replacing some strings as well as code. I would like to only change strings, how do I make sure I decap correctly?
     
    I wanted to decap and using vs code's search option

    Im afraid of accidently replacing some strings as well as code. I would like to only change strings, how do I make sure I decap correctly?
    Strings in C code are written with the macro _("").
    Strings in script/assembly files are written with the .string directive.

    Knowing that you should be able to make replacements that only affect strings (but perhaps not with vs code's search option).
     
    Back
    Top