Miscellaneous:Hyrule Magic
From TLoZ: ALTTP Hacking Resources
This is a subpage of Miscellaneous
Note:
Differences between ROMs can be found through:
Differences between ROMs can be found through:
- Linux terminal[1]
- gawk: byte by byte
- cmp -l original.smc modified.smc | gawk '{printf "0x%08X: %02X %02X\n", $1-1, strtonum(0$2), strtonum(0$3)}'
- diff: See if files differ
- diff -s original.smc modified.smc
- vimdiff
- vimdiff <(xxd -c1 -p original.smc) <(xxd -c1 -p modified.smc)>[2]
- Windows
Table of Contents |
---|