mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
hexdump for binary diffs
those with an existing repo should run: git config diff.hex.textconv hexdump
This commit is contained in:
parent
a923bf768a
commit
eab37ef920
10
.gitattributes
vendored
10
.gitattributes
vendored
@ -1,2 +1,12 @@
|
|||||||
# No monkey business with line endings
|
# No monkey business with line endings
|
||||||
* -text
|
* -text
|
||||||
|
|
||||||
|
# hexdump binary files
|
||||||
|
*.png diff=hex
|
||||||
|
*.lz diff=hex
|
||||||
|
*.2bpp diff=hex
|
||||||
|
*.1bpp diff=hex
|
||||||
|
*.pal diff=hex
|
||||||
|
*.bin diff=hex
|
||||||
|
*.blk diff=hex
|
||||||
|
|
||||||
|
@ -41,6 +41,9 @@ cd pokecrystal
|
|||||||
|
|
||||||
# install python requirements
|
# install python requirements
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
|
# use hexdump to diff binary files
|
||||||
|
git config diff.hex.textconv hexdump
|
||||||
```
|
```
|
||||||
|
|
||||||
To compile the ROM from ASM source:
|
To compile the ROM from ASM source:
|
||||||
|
Loading…
Reference in New Issue
Block a user