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