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

decap questions

124
Posts
8
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?
     
    453
    Posts
    6
    Years
    • Seen May 17, 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?
    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