mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00

This adds Tohjo Giovanni, Archer, Ariana, Prof. Blue, and fixes various bugs with my last commit. Also fixes the bug with Chris's img not having an embedded palette. I also ported over all the KEP cries that are available as a bunch were incomplete or seemingly being remade. Next step is to integrate much of this.
64 lines
686 B
Plaintext
64 lines
686 B
Plaintext
# compiled objects
|
|
*.o
|
|
|
|
# compiled graphics
|
|
*.1bpp
|
|
*.2bpp
|
|
*.lz
|
|
*.gbcpal
|
|
!chris.gbcpal
|
|
*.dimensions
|
|
*.animated.tilemap
|
|
*.sgb.tilemap
|
|
gfx/pokemon/*/bitmask.asm
|
|
gfx/pokemon/*/frames.asm
|
|
!gfx/pokemon/unown/bitmask.asm
|
|
!gfx/pokemon/unown/frames.asm
|
|
|
|
# compiled roms
|
|
*.gbc
|
|
*.gb
|
|
*.patch
|
|
|
|
# rgbds extras
|
|
*.map
|
|
*.sym
|
|
|
|
# tool binaries
|
|
*.exe
|
|
|
|
# precompiled python
|
|
*.pyc
|
|
*$py.class
|
|
|
|
# compare.sh
|
|
baserom.txt
|
|
pokecrystal.txt
|
|
|
|
# used_space.py
|
|
used_space.png
|
|
|
|
# save game files
|
|
*.sgm
|
|
*.sav
|
|
*.rtc
|
|
*.sn*
|
|
*.sa*
|
|
*.sg1
|
|
|
|
# vim configuration
|
|
# http://www.vim.org/scripts/script.php?script_id=441
|
|
.lvimrc
|
|
|
|
# swap files for vim and gedit
|
|
.*.swp
|
|
*~
|
|
|
|
# macos files
|
|
.DS_STORE
|
|
|
|
# nix files
|
|
result
|
|
.envrc
|
|
.direnv/*
|