mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
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
Block a user