Skip to content

3.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 00:07
· 3 commits to master since this release
  • Add support for AutoVar commands.
    • AutoVar commands can be used in place of the var operator to streamline comparisons.
    • AutoVar commands are defined in a new config file command_config.json.
  • Fix missing semicon character in FireRed/LeafGreen font config

The new command config file must now be specified with the -cc parameter in your Makefile
Example:

+ data/%.inc: data/%.pory; $(SCRIPT) -i $< -o $@ -fc tools/poryscript/font_config.json -cc tools/poryscript/command_config.json