mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 09:45:26 -05:00
* generate pokefoot.narc Unpacked pokefoot.narc Each species folder now contains a `footprint.png` Documented `pokedex_foot` * Check parent folders Added a check to make sure the species folders exist for the NCGR files. * Function Names Gave pokedex_foot functions more accurate names * format header * pal crlf Force palettes to crlf * naix Added naix and order file generation for pokefoot.narc make_pokefoot uses species constants instead of subdirs renamed pokedex_foot and its functions * fix merge
37 lines
643 B
Plaintext
37 lines
643 B
Plaintext
*.c text eol=lf
|
|
*.h text eol=lf
|
|
*.cpp text eol=lf
|
|
*.hpp text eol=lf
|
|
*.s text eol=lf
|
|
*.inc text eol=lf
|
|
*.sh text eol=lf
|
|
*.py text eol=lf
|
|
*.sha1 text eol=lf
|
|
*.json text eol=lf
|
|
*.gmm text eol=lf
|
|
*.wrap text eol=lf
|
|
meson.build text eol=lf
|
|
|
|
.gitattributes text eol=lf
|
|
.gitignore text eol=lf
|
|
|
|
*.md text eol=lf
|
|
*.lsf text eol=lf
|
|
*.yml text eol=lf
|
|
*.ini text eol=lf
|
|
*.csv text eol=lf
|
|
|
|
*.txt text eol=lf
|
|
# These files must use CRLF to match in the ROM
|
|
/res/**/*.txt text eol=crlf
|
|
*.pal text eol=crlf
|
|
|
|
lib/msl/include/MSL_C/* text eol=lf
|
|
|
|
*.bin binary
|
|
*.key binary
|
|
|
|
*.h linguist-language=C
|
|
*.inc linguist-language=Assembly
|
|
*.py linguist-language=Python
|