You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
get_dependencies does not return a list of labels nor strings
This commit is contained in:
@@ -53,8 +53,8 @@ print script.to_asm()
|
|||||||
|
|
||||||
# what labels does it refer to?
|
# what labels does it refer to?
|
||||||
# these must be present in the final asm file for rgbasm to compile the file
|
# these must be present in the final asm file for rgbasm to compile the file
|
||||||
label_names = script.get_dependencies()
|
objdeps = script.get_dependencies()
|
||||||
print str(label_names)
|
print str(objdeps)
|
||||||
|
|
||||||
# the individual commands that make up the script
|
# the individual commands that make up the script
|
||||||
commands = script.commands
|
commands = script.commands
|
||||||
|
|||||||
Reference in New Issue
Block a user