• 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 Trading Card Game 2 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.

[Script] Make Issues

  • 15
    Posts
    3
    Years
    • Seen Dec 8, 2022
    Back again. I tried to put the Decapitalization in from Prof Leon, but when I resolve all merging errors and try to make the ROM, it comes up with the message in the image. I checked the lines in strings.c and Makefile, but they don't seem to have anything wrong or different to lines that do similar things.
     

    Attachments

    • [PokeCommunity.com] Make Issues
      Error.PNG
      12.8 KB · Views: 9
    Back again. I tried to put the Decapitalization in from Prof Leon, but when I resolve all merging errors and try to make the ROM, it comes up with the message in the image. I checked the lines in strings.c and Makefile, but they don't seem to have anything wrong or different to lines that do similar things.
    Leon's decapitalization branch is out of date. The ASM constant "SIZE" was renamed to "FONT" in the main repository.

    You're also told that the string gText_EnergyPowder50 has a mistake somewhere, so I'd suggest you check that, or post it here directly.
    Judging by the contents of the string, it's likely that you have it using the SIZE macro, which again, was renamed to FONT.
     
    Is there an up to date version
    You'd have to ask Leon. As far as I know, there isn't.
    or should I just change every instance of SIZE to FONT?
    If you want to make this branch you're currently on and where you pulled Leon's decapitalization branch work, yes, you have to do it because the SIZE constant simply doesn't exist anymore.
     
    Back
    Top