• 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!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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