mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
First Commit
Upload literally everything from the pokecrystal16 expand-move-ID branch
This commit is contained in:
commit
2f8a41f833
4618 changed files with 480386 additions and 0 deletions
57
.gitignore
vendored
Normal file
57
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
# compiled objects
|
||||
*.o
|
||||
|
||||
# compiled graphics
|
||||
*.1bpp
|
||||
*.2bpp
|
||||
*.lz
|
||||
*.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
|
||||
Loading…
Add table
Add a link
Reference in a new issue