Last active
August 6, 2021 01:52
-
-
Save EllipticEllipsis/bb532da3248258e972f1c19b2ec6782a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| while read version ; do xxd -u -c4 -ps $version/ovl_Bg_Spot17_Bakudankabe | awk -v version=$version 'BEGIN { gsub(/baserom_/,"",version) ; printf("%12s\t",version) ; flag=2} flag && /^0C/ { printf("%X ",lshift(strtonum("0x"$0)-0x0C000000,2)+0x80000000) ; flag-- } END { print"" }' ; done < <( find baserom_* -type d ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment