summaryrefslogtreecommitdiff
path: root/pokemontools/gbz80disasm.py
diff options
context:
space:
mode:
Diffstat (limited to 'pokemontools/gbz80disasm.py')
-rw-r--r--pokemontools/gbz80disasm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemontools/gbz80disasm.py b/pokemontools/gbz80disasm.py
index b115b45..50e1f48 100644
--- a/pokemontools/gbz80disasm.py
+++ b/pokemontools/gbz80disasm.py
@@ -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: