summaryrefslogtreecommitdiff
path: root/gbz80disasm.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbz80disasm.py')
-rw-r--r--gbz80disasm.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbz80disasm.py b/gbz80disasm.py
index 3910d18..9da064c 100644
--- a/gbz80disasm.py
+++ b/gbz80disasm.py
@@ -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)