mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
temporarily disable label-usage (find_label) in gbz80disasm
This commit is contained in:
parent
8add342a85
commit
376f65a4fd
@ -581,6 +581,7 @@ load_labels()
|
||||
|
||||
def find_label(local_address, bank_id=0):
|
||||
global all_labels
|
||||
return None
|
||||
#keep an integer
|
||||
if type(local_address) == str:
|
||||
local_address1 = int(local_address.replace("$", "0x"), 16)
|
||||
|
Loading…
Reference in New Issue
Block a user