diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-14 18:08:43 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-14 18:08:43 -0400 |
commit | 94a70b63cf7f1a9dbfc14fcee8e390791fc17a1b (patch) | |
tree | d1b2bb44621d8c2ebae4a613669eb75e37e507ad /tools/used_space.py | |
parent | 7f6bc3d3826fe7727bdc8714aa0295a712a548c3 (diff) |
Sync tools with pokecrystal (fixes warnings when building lzcomp)
palette.c and png_dimensions.c will be synced when they are used.
Diffstat (limited to 'tools/used_space.py')
-rw-r--r-- | tools/used_space.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/used_space.py b/tools/used_space.py index 73ece93d..6d313cf6 100644 --- a/tools/used_space.py +++ b/tools/used_space.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- """ -Usage: python3 used_space.py [pokecrystal.map] [used_space.png] +Usage: python3 used_space.py [pokegold.map] [used_space.png] Generate a PNG visualizing the space used by each bank in the ROM. """ |