mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08: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…
x
Reference in New Issue
Block a user