mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
RomStr doesn't need deepcopy
This commit is contained in:
parent
86150b0f8a
commit
5eb81b07f3
@ -1,7 +1,7 @@
|
||||
import sys, os, time, datetime, json
|
||||
from gbz80disasm import opt_table
|
||||
from ctypes import c_int8
|
||||
from copy import copy, deepcopy
|
||||
from copy import copy
|
||||
from labels import get_label_from_line, get_address_from_line_comment
|
||||
|
||||
relative_jumps = [0x38, 0x30, 0x20, 0x28, 0x18, 0xc3, 0xda, 0xc2, 0x32]
|
||||
|
Loading…
Reference in New Issue
Block a user