From 6518a20a1b845467fa567c521b037ba1ae2b97fd Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Thu, 3 May 2012 00:47:21 -0500 Subject: [PATCH] fix another readme comment about labels --- extras/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)