summaryrefslogtreecommitdiff
path: root/tools/gfx.py
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-06-10 11:03:58 -0400
committerentrpntr <entrpntr@gmail.com>2020-06-10 11:33:55 -0400
commit11f01dbcd8013d24750d10874d12bc0c534ac7e9 (patch)
tree8eb5865802fc5f2357332b44915e2da43bb81bcc /tools/gfx.py
parent07183b5d2c1aa712da707d54e16deb65780be9e4 (diff)
Slowly getting there.
Diffstat (limited to 'tools/gfx.py')
-rw-r--r--tools/gfx.py19
1 files changed, 18 insertions, 1 deletions
diff --git a/tools/gfx.py b/tools/gfx.py
index dd648f3a..bfb8c6a1 100644
--- a/tools/gfx.py
+++ b/tools/gfx.py
@@ -163,6 +163,23 @@ def filepath_rules(filepath):
args['width'] = 104
elif name == 'copyright':
args['width'] = 240
+ elif name == 'charizard1':
+ args['width'] = 72
+ args['rows'] = [
+ (1, 8), (1, 8), (1, 8), (1, 8), (1, 8), (1, 8), (1, 8), (1, 8),
+ (0, 9), (0, 9), (0, 9), (0, 9), (0, 9), (0, 9), (0, 9)
+ ]
+ elif name == 'charizard2':
+ args['width'] = 72
+ args['pad_indices'] = [0]
+ elif name == 'charizard3':
+ args['width'] = 64
+ args['rows'] = [
+ (0, 8), (0, 8), (0, 0), (1, 6), (1, 6), (1, 6), (1, 6), (1, 6), (1, 6),
+ (1, 6), (1, 6), (1, 6), (1, 6), (1, 6), (1, 6), (1, 6), (1, 6)
+ ]
+ elif name in ['grass1', 'grass2', 'water1', 'water2']:
+ args['width'] = 128
elif 'gfx/mail' in filedir:
if name in mail_px8:
@@ -272,7 +289,7 @@ def filepath_rules(filepath):
elif 'gfx/title' in filedir:
if name in ['logo_bottom_gold', 'logo_bottom_silver', 'logo_top_gold', 'logo_top_silver']:
args['width'] = 160
- elif name == 'lugia_silver'
+ elif name == 'lugia_silver':
args['width'] = 64
args['pic_dimensions'] = 8, 4