mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-25 07:36:47 -05:00
don't delete tempt_opt_table in gbz80disasm
original-commit-id: ece37237e3960bce6e72c6c97f1a4479dd6536aa
This commit is contained in:
parent
dc5ed571f0
commit
4742425068
|
|
@ -555,7 +555,6 @@ for line in temp_opt_table:
|
|||
opt_table = {}
|
||||
for line in temp_opt_table:
|
||||
opt_table[line[1]] = [line[0], line[2]]
|
||||
del temp_opt_table
|
||||
del line
|
||||
|
||||
end_08_scripts_with = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user