Files
Diddy-Kong-Racing/diff.sh
Ryan Myers 6217af0c38 Fix JP build and add action to test all versions (#558)
* Fix JP build

* Add a script to verify all versions.

* symbol size udpate, and scratch link update

* Add support for diffing other regions and versions with custom flags
2025-05-06 15:22:41 -04:00

4 lines
162 B
Bash
Executable File

#!/bin/sh
# Allows custom diff arguments for the region and version being diffed. (ex. --REGION=us --VERSION=v80)
.venv/bin/python3 tools/asm-differ/diff.py "$@"