mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-22 10:14:06 -05:00
Merge branch 'master' into vba-automation
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
include README.md
|
||||
recursive-include pokemontools *
|
||||
|
||||
global-exclude .*.swp
|
||||
global-exclude *.pyc
|
||||
global-exclude .gitignore
|
||||
global-exclude .DS_Store
|
||||
|
||||
@@ -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