mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-24 15:16:52 -05:00
Variable typo
This commit is contained in:
parent
6d983352cb
commit
f286f17bde
|
|
@ -850,7 +850,7 @@ class Disassembler(object):
|
|||
if include_last_address:
|
||||
output += "; " + hex(offset)
|
||||
|
||||
return [output, offset, stop_offset, byte_labels, data_labels]
|
||||
return [output, offset, stop_offset, byte_labels, data_tables]
|
||||
|
||||
def get_raw_addr(addr):
|
||||
if addr:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user