summaryrefslogtreecommitdiff
path: root/tools/used_space.py
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-14 18:08:43 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-14 18:08:43 -0400
commit94a70b63cf7f1a9dbfc14fcee8e390791fc17a1b (patch)
treed1b2bb44621d8c2ebae4a613669eb75e37e507ad /tools/used_space.py
parent7f6bc3d3826fe7727bdc8714aa0295a712a548c3 (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.py2
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.
"""