mirror of
https://github.com/pret/pokered.git
synced 2026-09-13 12:15:17 -05:00
merge
hg-commit-id: 179864ca89bf
This commit is contained in:
514
common.asm
514
common.asm
File diff suppressed because it is too large
Load Diff
@@ -578,7 +578,8 @@ def find_label(local_address, bank_id=0):
|
||||
|
||||
for label_entry in all_labels:
|
||||
if label_entry["local_pointer"].upper() == local_address:
|
||||
return label_entry["label"]
|
||||
if label_entry["bank_id"] == bank_id:
|
||||
return label_entry["label"]
|
||||
return None
|
||||
|
||||
def random_asm_label():
|
||||
|
||||
Reference in New Issue
Block a user