mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-03-21 17:24:42 -05:00
Add import to extract_maps.py for print_function
This commit is contained in:
parent
4d168d0535
commit
c70144ddb8
|
|
@ -4,6 +4,8 @@
|
|||
import json
|
||||
import os
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
#parse hex values as base 16 (see calculate_pointer)
|
||||
base = 16
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user