diff options
author | entrpntr <entrpntr@gmail.com> | 2020-06-05 18:25:20 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-06-09 06:27:03 -0400 |
commit | 74f86d7501ad76ec51081c6aca93001968b689a1 (patch) | |
tree | 3857eb8eb398b72db7f080f13d838bca39832c2f /tools/gfx.py | |
parent | f2e472b14173521b0f73fa917e5fb75a54a000dd (diff) |
Extract title graphics and add options_menu.asm.
Diffstat (limited to 'tools/gfx.py')
-rw-r--r-- | tools/gfx.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gfx.py b/tools/gfx.py index c53110a7..dd648f3a 100644 --- a/tools/gfx.py +++ b/tools/gfx.py @@ -272,6 +272,9 @@ 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' + args['width'] = 64 + args['pic_dimensions'] = 8, 4 elif 'gfx/trainer_card' in filedir: if name in ['badges', 'trainer_card']: |