mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-17 06:15:49 -05:00
call load_asm in scan_for_predefined_labels
original-commit-id: d23972b7a3bf387ffa883fa0c8f2827b0b826e84
This commit is contained in:
parent
7c58578bb8
commit
689a501e97
|
|
@ -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