mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-08 18:25:11 -05:00
Merge pull request #35 from kanzure/include-everything
Include all pokemontools/ files in installs
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
include README.md
|
||||
recursive-include pokemontools *
|
||||
|
||||
global-exclude *.pyc
|
||||
global-exclude .gitignore
|
||||
|
||||
@@ -4,8 +4,7 @@ Some old methods rescued from crystal.py
|
||||
|
||||
import pointers
|
||||
|
||||
map_header_byte_size = ...
|
||||
rom_interval = ...
|
||||
map_header_byte_size = 9
|
||||
|
||||
all_map_headers = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user