You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
temporarily disable label-usage (find_label) in gbz80disasm
This commit is contained in:
@@ -581,6 +581,7 @@ load_labels()
|
|||||||
|
|
||||||
def find_label(local_address, bank_id=0):
|
def find_label(local_address, bank_id=0):
|
||||||
global all_labels
|
global all_labels
|
||||||
|
return None
|
||||||
#keep an integer
|
#keep an integer
|
||||||
if type(local_address) == str:
|
if type(local_address) == str:
|
||||||
local_address1 = int(local_address.replace("$", "0x"), 16)
|
local_address1 = int(local_address.replace("$", "0x"), 16)
|
||||||
|
Reference in New Issue
Block a user