Skip to content

Instantly share code, notes, and snippets.

@EllipticEllipsis
Last active August 6, 2021 01:52
Show Gist options
  • Select an option

  • Save EllipticEllipsis/bb532da3248258e972f1c19b2ec6782a to your computer and use it in GitHub Desktop.

Select an option

Save EllipticEllipsis/bb532da3248258e972f1c19b2ec6782a to your computer and use it in GitHub Desktop.
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