-
Notifications
You must be signed in to change notification settings - Fork 5
/
graphics.mk
53 lines (47 loc) · 2.7 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
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/episode_select_options.4bpp: graphics/episode_select_options.png
$(GBAGFX) $< $@ -mwidth 8 -mheight 4
graphics/episode_select_options.4bpp.lz: graphics/episode_select_options.4bpp
$(GBAGFX) $< $@ -search 1
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