• 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!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist 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] 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