diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-03 00:47:21 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-03 00:47:21 -0500 |
commit | 6518a20a1b845467fa567c521b037ba1ae2b97fd (patch) | |
tree | 8e0439e8d06a16539b651cbc2df2e5aea8617b82 | |
parent | 343ccc909a50dbb8758f1ffa60f1646739b8e503 (diff) |
fix another readme comment about labels
-rw-r--r-- | extras/README.md | 2 |
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) |