mirror of https://github.com/pret/pokecrystal.git
fix another readme comment about labels
This commit is contained in:
parent
343ccc909a
commit
6518a20a1b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue