-
Notifications
You must be signed in to change notification settings - Fork 1
/
graphics.mk
113 lines (99 loc) · 5.74 KB
/
graphics.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
EVIDENCE_PROFILE_DESCRIPTIONS := graphics/evidence_profile_descriptions
$(EVIDENCE_PROFILE_DESCRIPTIONS)/%.4bpp: $(EVIDENCE_PROFILE_DESCRIPTIONS)/%.png
$(GBAGFX) $< $@ -mwidth 4 -mheight 4
$(EVIDENCE_PROFILE_DESCRIPTIONS)/%.4bpp.lz: $(EVIDENCE_PROFILE_DESCRIPTIONS)/%.4bpp
$(GBAGFX) $< $@ -search 8
EVIDENCE_PROFILE_DESCRIPTIONS_EVIDENCE := graphics/evidence_profile_descriptions/evidence
$(EVIDENCE_PROFILE_DESCRIPTIONS_EVIDENCE)/%.4bpp: $(EVIDENCE_PROFILE_DESCRIPTIONS_EVIDENCE)/%.png
$(GBAGFX) $< $@ -mwidth 4 -mheight 4
$(EVIDENCE_PROFILE_DESCRIPTIONS_EVIDENCE)/%.4bpp.lz: $(EVIDENCE_PROFILE_DESCRIPTIONS_EVIDENCE)/%.4bpp
$(GBAGFX) $< $@ -search 8
EVIDENCE_PROFILE_DESCRIPTIONS_PROFILES := graphics/evidence_profile_descriptions/profiles
$(EVIDENCE_PROFILE_DESCRIPTIONS_PROFILES)/%.4bpp: $(EVIDENCE_PROFILE_DESCRIPTIONS_PROFILES)/%.png
$(GBAGFX) $< $@ -mwidth 4 -mheight 4
$(EVIDENCE_PROFILE_DESCRIPTIONS_PROFILES)/%.4bpp.lz: $(EVIDENCE_PROFILE_DESCRIPTIONS_PROFILES)/%.4bpp
$(GBAGFX) $< $@ -search 8
LOCATION_CHOICES := graphics/location_choices
TALK_CHOICES := graphics/talk_choices
$(LOCATION_CHOICES)/%.4bpp: $(LOCATION_CHOICES)/%.png
$(GBAGFX) $< $@ -mwidth 8 -mheight 4
$(TALK_CHOICES)/%.4bpp: $(TALK_CHOICES)/%.png
$(GBAGFX) $< $@ -mwidth 8 -mheight 4
graphics/title_screen.8bpp.lz: graphics/title_screen.8bpp
$(GBAGFX) $< $@ -search 8
graphics/title_screen_demo.8bpp.lz: graphics/title_screen_demo.8bpp
$(GBAGFX) $< $@ -search 8
graphics/ui/trial/unused_testimony_characters.4bpp: graphics/ui/trial/unused_testimony_characters.png
$(GBAGFX) $< $@ -mwidth 2 -mheight 2
graphics/ui/trial/press_present_buttons.4bpp: graphics/ui/trial/press_present_buttons.png
$(GBAGFX) $< $@ -mwidth 4 -mheight 2
graphics/ui/court_record/profiles_text.4bpp: graphics/ui/court_record/profiles_text.png
$(GBAGFX) $< $@ -mwidth 4 -mheight 2
graphics/ui/court_record/evidence_text.4bpp: graphics/ui/court_record/evidence_text.png
$(GBAGFX) $< $@ -mwidth 4 -mheight 2
graphics/ui/trial/game_over_text.4bpp: graphics/ui/trial/game_over_text.png
$(GBAGFX) $< $@ -mwidth 8 -mheight 8
graphics/ui/new_game_continue.4bpp: graphics/ui/new_game_continue.png
$(GBAGFX) $< $@ -mwidth 4 -mheight 2
graphics/from_save_or_beginning_options.4bpp: graphics/from_save_or_beginning_options.png
$(GBAGFX) $< $@ -mwidth 8 -mheight 4
graphics/speedlines_first_and_last_columns.4bpp: graphics/speedlines_first_and_last_columns.png
$(GBAGFX) $< $@ -mwidth 1 -mheight 20
graphics/charset.4bpp: graphics/charset.png
$(GBAGFX) $< $@ -mwidth 2 -mheight 2
graphics/ui/investigation/stop_button.4bpp: graphics/ui/investigation/stop_button.png
$(GBAGFX) $< $@ -mwidth 4 -mheight 2
graphics/episode_select_options.4bpp: graphics/episode_select_options.png
$(GBAGFX) $< $@ -mwidth 8 -mheight 4
graphics/map_markers/double_door_diagram.4bpp: graphics/map_markers/double_door_diagram.png
$(GBAGFX) $< $@ -mwidth 4 -mheight 8
graphics/episode_select_options.4bpp.lz: graphics/episode_select_options.4bpp
$(GBAGFX) $< $@ -search 1
graphics/nickel_samurai_case3_op_zoomin.8bpp.lz: graphics/nickel_samurai_case3_op_zoomin.8bpp
$(GBAGFX) $< $@ -search 1
graphics/nickel_samurai_case3_op_zoomin.bin.lz: graphics/nickel_samurai_case3_op_zoomin.bin
$(GBAGFX) $< $@ -search 1
graphics/nickel_samurai_case3_op_zoomin.gbapal.lz: graphics/nickel_samurai_case3_op_zoomin.gbapal
$(GBAGFX) $< $@ -search 1
graphics/psyche_lock_chain_tileset.4bpp.lz: graphics/psyche_lock_chain_tileset.4bpp
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_01.bin.lz: graphics/psyche_lock_chain_animation_01.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_02.bin.lz: graphics/psyche_lock_chain_animation_02.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_03.bin.lz: graphics/psyche_lock_chain_animation_03.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_04.bin.lz: graphics/psyche_lock_chain_animation_04.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_05.bin.lz: graphics/psyche_lock_chain_animation_05.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_06.bin.lz: graphics/psyche_lock_chain_animation_06.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_07.bin.lz: graphics/psyche_lock_chain_animation_07.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_08.bin.lz: graphics/psyche_lock_chain_animation_08.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_09.bin.lz: graphics/psyche_lock_chain_animation_09.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_10.bin.lz: graphics/psyche_lock_chain_animation_10.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_11.bin.lz: graphics/psyche_lock_chain_animation_11.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_12.bin.lz: graphics/psyche_lock_chain_animation_12.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_13.bin.lz: graphics/psyche_lock_chain_animation_13.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_14.bin.lz: graphics/psyche_lock_chain_animation_14.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_15.bin.lz: graphics/psyche_lock_chain_animation_15.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_16.bin.lz: graphics/psyche_lock_chain_animation_16.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_17.bin.lz: graphics/psyche_lock_chain_animation_17.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_18.bin.lz: graphics/psyche_lock_chain_animation_18.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_19.bin.lz: graphics/psyche_lock_chain_animation_19.bin
$(GBAGFX) $< $@ -search 8
graphics/psyche_lock_chain_animation_20.bin.lz: graphics/psyche_lock_chain_animation_20.bin
$(GBAGFX) $< $@ -search 8