You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
call load_asm in scan_for_predefined_labels
This commit is contained in:
@@ -7823,6 +7823,9 @@ def scan_for_predefined_labels(debug=False):
|
|||||||
all_labels = []
|
all_labels = []
|
||||||
bank_intervals = {}
|
bank_intervals = {}
|
||||||
|
|
||||||
|
if asm == None:
|
||||||
|
load_asm()
|
||||||
|
|
||||||
#figure out line numbers for each bank
|
#figure out line numbers for each bank
|
||||||
for bank_id in range(0x7F+1):
|
for bank_id in range(0x7F+1):
|
||||||
abbreviation = ("%.x" % (bank_id)).upper()
|
abbreviation = ("%.x" % (bank_id)).upper()
|
||||||
|
Reference in New Issue
Block a user