Update usage doc comments for some tools/*.py scripts

This commit is contained in:
Rangi
2021-09-02 18:48:17 -04:00
parent 021702628c
commit 868e28f309
3 changed files with 10 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
"""
Usage: ./sym_comments.py file.asm [pokecrystal.sym] > file_commented.asm
Usage: python3 sym_comments.py file.asm [pokecrystal.sym] > file_commented.asm
Comments each label in file.asm with its bank:address from the sym file.
"""