mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
865d623846
electro_ball.png needed to preserve one whitespace tile which tools/gfx would normally remove. Preserving a list of tile indexes has been added as a general feature to tools/gfx. sgb_border.bin needed to remove the 20x18 center area of $00 bytes. This is achievable with the standard tr utility.
53 lines
638 B
Plaintext
53 lines
638 B
Plaintext
# generated
|
|
*.tx
|
|
*.o
|
|
|
|
# precompiled python
|
|
*.pyc
|
|
*$py.class
|
|
|
|
# no binaries
|
|
*.exe
|
|
|
|
# roms
|
|
*.gbc
|
|
*.gb
|
|
|
|
# for any of the poor souls with save game files in their working directory
|
|
*.sgm
|
|
*.sav
|
|
*.rtc
|
|
*.sn*
|
|
*.sa*
|
|
*.sg1
|
|
|
|
# rgbds extras
|
|
*.map
|
|
*.sym
|
|
|
|
# compare.sh
|
|
baserom.txt
|
|
pokecrystal.txt
|
|
|
|
# for vim configuration
|
|
# url: http://www.vim.org/scripts/script.php?script_id=441
|
|
.lvimrc
|
|
# swap files for vim
|
|
.*.swp
|
|
# swap files for gedit
|
|
*~
|
|
# osx files
|
|
.DS_STORE
|
|
|
|
*.dimensions
|
|
*.gbcpal
|
|
*.2bpp
|
|
*.1bpp
|
|
*.lz
|
|
*.animated.tilemap
|
|
*.sgb.tilemap
|
|
gfx/pokemon/*/bitmask.asm
|
|
gfx/pokemon/*/frames.asm
|
|
!gfx/pokemon/unown/bitmask.asm
|
|
!gfx/pokemon/unown/frames.asm
|