mirror of
https://github.com/pret/pokecrystal.git
synced 2026-05-09 04:41:56 -05:00
call load_asm in scan_for_predefined_labels
This commit is contained in:
parent
f6be64dc7e
commit
d23972b7a3
|
|
@ -7823,6 +7823,9 @@ def scan_for_predefined_labels(debug=False):
|
|||
all_labels = []
|
||||
bank_intervals = {}
|
||||
|
||||
if asm == None:
|
||||
load_asm()
|
||||
|
||||
#figure out line numbers for each bank
|
||||
for bank_id in range(0x7F+1):
|
||||
abbreviation = ("%.x" % (bank_id)).upper()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user