summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-03 00:47:21 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-03 00:47:21 -0500
commit6518a20a1b845467fa567c521b037ba1ae2b97fd (patch)
tree8e0439e8d06a16539b651cbc2df2e5aea8617b82 /extras
parent343ccc909a50dbb8758f1ffa60f1646739b8e503 (diff)
fix another readme comment about labels
Diffstat (limited to 'extras')
-rw-r--r--extras/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/README.md b/extras/README.md
index faf3d7669..c80c22525 100644
--- a/extras/README.md
+++ b/extras/README.md
@@ -51,7 +51,7 @@ script = Script(0x58043)
# show the script
print script.to_asm()
-# what labels does it refer to?
+# what labels does it point to in the to_asm output?
# these must be present in the final asm file for rgbasm to compile the file
objdeps = script.get_dependencies()
print str(objdeps)