You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
hexdump for binary diffs
those with an existing repo should run: git config diff.hex.textconv hexdump
This commit is contained in:
@@ -41,6 +41,9 @@ cd pokecrystal
|
||||
|
||||
# install python requirements
|
||||
pip install -r requirements.txt
|
||||
|
||||
# use hexdump to diff binary files
|
||||
git config diff.hex.textconv hexdump
|
||||
```
|
||||
|
||||
To compile the ROM from ASM source:
|
||||
|
Reference in New Issue
Block a user