diff options
Diffstat (limited to 'tools/sym_comments.py')
-rwxr-xr-x | tools/sym_comments.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sym_comments.py b/tools/sym_comments.py index b26a81b7f..27d37ca23 100755 --- a/tools/sym_comments.py +++ b/tools/sym_comments.py @@ -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. """ |