mirror of
https://github.com/pret/pokecrystal.git
synced 2026-06-02 22:09:51 -05:00
add newlines to generate_item_constants output
This commit is contained in:
parent
9672e960ee
commit
b0eee4c06b
|
|
@ -1110,7 +1110,7 @@ def generate_item_constants():
|
|||
for (id, item) in item_constants.items():
|
||||
val = ("$%.2x"%id).upper()
|
||||
while len(item)<13: item+= " "
|
||||
output += item + " EQU " + val
|
||||
output += item + " EQU " + val + "\n"
|
||||
return output
|
||||
|
||||
def find_all_text_pointers_in_script_engine_script(script, bank=None, debug=False):
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user