You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
don't delete tempt_opt_table in gbz80disasm
This commit is contained in:
@@ -555,7 +555,6 @@ for line in temp_opt_table:
|
|||||||
opt_table = {}
|
opt_table = {}
|
||||||
for line in temp_opt_table:
|
for line in temp_opt_table:
|
||||||
opt_table[line[1]] = [line[0], line[2]]
|
opt_table[line[1]] = [line[0], line[2]]
|
||||||
del temp_opt_table
|
|
||||||
del line
|
del line
|
||||||
|
|
||||||
end_08_scripts_with = [
|
end_08_scripts_with = [
|
||||||
|
Reference in New Issue
Block a user