Преглед изворни кода

overworlds, mugshots, tables

Dragonfly пре 7 година
родитељ
комит
5ef734a614
39 измењених фајлова са 561 додато и 637 уклоњено
  1. 130
    135
      assets.makefile
  2. BIN
      assets/mug/mug_00.png
  3. BIN
      assets/mug/mug_01.png
  4. BIN
      assets/mug/mug_02.png
  5. BIN
      assets/mug/mug_03.png
  6. BIN
      assets/mug/mug_04.png
  7. BIN
      assets/mug/mug_05.png
  8. BIN
      assets/mug/mug_06.png
  9. BIN
      assets/mug/mug_07.png
  10. BIN
      assets/mug/mug_08.png
  11. BIN
      assets/mug/mug_09.png
  12. BIN
      assets/mug/mug_10.png
  13. BIN
      assets/mug/mug_11.png
  14. 84
    84
      patches/game_engine/quick_hacks.asm
  15. 19
    11
      src/include/assets/mug/mug_00.c
  16. 4
    4
      src/include/assets/mug/mug_00.h
  17. 19
    18
      src/include/assets/mug/mug_01.c
  18. 4
    4
      src/include/assets/mug/mug_01.h
  19. 20
    19
      src/include/assets/mug/mug_02.c
  20. 4
    4
      src/include/assets/mug/mug_02.h
  21. 44
    0
      src/include/assets/mug/mug_03.c
  22. 28
    0
      src/include/assets/mug/mug_03.h
  23. 42
    0
      src/include/assets/mug/mug_04.c
  24. 28
    0
      src/include/assets/mug/mug_04.h
  25. 21
    20
      src/include/assets/mug/mug_05.c
  26. 4
    4
      src/include/assets/mug/mug_05.h
  27. 20
    21
      src/include/assets/mug/mug_06.c
  28. 4
    4
      src/include/assets/mug/mug_06.h
  29. 21
    19
      src/include/assets/mug/mug_07.c
  30. 4
    4
      src/include/assets/mug/mug_07.h
  31. 21
    21
      src/include/assets/mug/mug_08.c
  32. 4
    4
      src/include/assets/mug/mug_08.h
  33. 0
    43
      src/include/assets/mug/mug_09.c
  34. 0
    28
      src/include/assets/mug/mug_09.h
  35. 0
    44
      src/include/assets/mug/mug_10.c
  36. 0
    28
      src/include/assets/mug/mug_10.h
  37. 0
    44
      src/include/assets/mug/mug_11.c
  38. 0
    28
      src/include/assets/mug/mug_11.h
  39. 36
    46
      src/interface/mugshot_table.s

+ 130
- 135
assets.makefile Прегледај датотеку

@@ -1,136 +1,131 @@
1
-GRIT := grit
2
-CC   := arm-none-eabi-gcc
3
-AR   := arm-none-eabi-ar
4
-
5
-CFLAGS := -mthumb -mno-thumb-interwork -mcpu=arm7tdmi -mlong-calls -march=armv4t -O3 -std=c99
6
-
7
-ASSET_ROOT := sots-private/assets
8
-GFX_BUILD := gfx_build
9
-
10
-PNG_MET_BG     := assets/meteor/bg0.png
11
-PNG_MET_SKY    := assets/meteor/bg1.png
12
-PNG_MET_FG     := assets/meteor/bg2.png
13
-PNG_MET_CLOUDS := assets/meteor/clouds.png
14
-PNG_MET_METEOR := assets/meteor/oam.png
15
-PNG_AS_T       := assets/render/ascii.png
16
-
17
-C_MET_BG     := src/assets/meteor/met_background.c
18
-C_MET_SKY    := src/assets/meteor/met_sky.c
19
-C_MET_FG     := src/assets/meteor/met_foreground.c
20
-C_MET_CLOUDS := src/assets/meteor/met_clouds.c
21
-C_MET_METEOR := src/assets/meteor/met_meteor.c
22
-C_AS_T       := src/include/assets/ascii.c
23
-
24
-PNG_MUG_00    := assets/mug/mug_00.png
25
-PNG_MUG_01    := assets/mug/mug_01.png
26
-PNG_MUG_02    := assets/mug/mug_02.png
27
-PNG_MUG_05    := assets/mug/mug_05.png
28
-PNG_MUG_06    := assets/mug/mug_06.png
29
-PNG_MUG_07    := assets/mug/mug_07.png
30
-PNG_MUG_08    := assets/mug/mug_08.png
31
-PNG_MUG_09    := assets/mug/mug_09.png
32
-PNG_MUG_10   := assets/mug/mug_10.png
33
-PNG_MUG_11   := assets/mug/mug_11.png
34
-
35
-C_MUG_00      := src/include/assets/mug/mug_00.c
36
-C_MUG_01      := src/include/assets/mug/mug_01.c
37
-C_MUG_02      := src/include/assets/mug/mug_02.c
38
-C_MUG_05      := src/include/assets/mug/mug_05.c
39
-C_MUG_06      := src/include/assets/mug/mug_06.c
40
-C_MUG_07      := src/include/assets/mug/mug_07.c
41
-C_MUG_08      := src/include/assets/mug/mug_08.c
42
-C_MUG_09      := src/include/assets/mug/mug_09.c
43
-C_MUG_10      := src/include/assets/mug/mug_10.c
44
-C_MUG_11      := src/include/assets/mug/mug_11.c
45
-
46
-PNG_EMOT      := assets/interface/emoticons.png
47
-PNG_TB        := assets/interface/text_box.png
48
-PNG_MB        := assets/interface/menu_box.png
49
-PNG_ARR       := assets/interface/arrows.png
50
-
51
-B_EMOT        := src/include/assets/interface/emoticons.img.bin
52
-B_TB          := src/include/assets/interface/text_box.img.bin
53
-B_MB          := src/include/assets/interface/menu_box.img.bin
54
-B_ARR         := src/include/assets/interface/arrows.img.bin
55
-
56
-.PHONY: all
57
-all: $(C_MET_BG) $(C_MET_SKY) $(C_MET_FG) $(C_MET_CLOUDS) $(C_MET_METEOR) $(C_AS_T) $(C_MUG_00) $(C_MUG_01) $(C_MUG_02) $(C_MUG_05) $(C_MUG_06) $(C_MUG_07) $(C_MUG_08) $(C_MUG_09) $(C_MUG_10) $(C_MUG_11) $(B_EMOT) $(B_TB) $(B_MB) $(B_ARR)
58
-
59
-
60
-
61
-# generate object files
62
-#$(O_MET_BG): $(C_MET_BG)
63
-#	$(CC) $(CFLAGS) -c -o $@ $<
64
-#
65
-#$(O_MET_SKY): $(C_MET_SKY)
66
-#	$(CC) $(CFLAGS) -c -o $@ $<
67
-#
68
-#$(O_MET_FG): $(C_MET_FG)
69
-#	$(CC) $(CFLAGS) -c -o $@ $<
70
-#
71
-#$(O_MET_CLOUDS): $(C_MET_CLOUDS)
72
-#	$(CC) $(CFLAGS) -c -o $@ $<
73
-#
74
-#$(O_MET_METEOR): $(C_MET_METEOR)
75
-#	$(CC) $(CFLAGS) -c -o $@ $<
76
-
77
-# generate C files
78
-$(C_MET_BG): $(PNG_MET_BG)
79
-	$(GRIT) $< -gu32 -gT00FF00 -gzl -gB 4 -gt -m -mu16 -mzl -mp0 -mRtpf -p -pu16 -pzl -ftc -o $@
80
-
81
-$(C_MET_SKY): $(PNG_MET_SKY)
82
-	$(GRIT) $< -gu32 -gzl -gB 4 -gt -m -mu16 -mzl -mp1 -mRtpf -p -pu16 -pzl -ftc -o $@
83
-
84
-$(C_MET_FG): $(PNG_MET_FG)
85
-	$(GRIT) $< -gu32 -gzl -gB 4 -gt -m -mu16 -mzl -mp3 -mRtpf -p -pu16 -pzl -ftc -o $@
86
-
87
-$(C_MET_CLOUDS): $(PNG_MET_CLOUDS)
88
-	$(GRIT) $< -gu32 -gzl -gB 4 -gt -m -mu16 -mzl -mp2 -mRtpf -p -pu16 -pzl -ftc -o $@
89
-
90
-$(C_MET_METEOR): $(PNG_MET_METEOR)
91
-	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -ftc -o $@
92
-
93
-$(C_AS_T): $(PNG_AS_T)
94
-	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
95
-
96
-$(C_MUG_00): $(PNG_MUG_00)
97
-	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
98
-
99
-$(C_MUG_01): $(PNG_MUG_01)
100
-	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
101
-
102
-$(C_MUG_02): $(PNG_MUG_02)
103
-	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
104
-
105
-$(C_MUG_05): $(PNG_MUG_05)
106
-	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
107
-
108
-$(C_MUG_06): $(PNG_MUG_06)
109
-	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
110
-
111
-$(C_MUG_07): $(PNG_MUG_07)
112
-	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
113
-
114
-$(C_MUG_08): $(PNG_MUG_08)
115
-	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
116
-
117
-$(C_MUG_09): $(PNG_MUG_09)
118
-	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
119
-
120
-$(C_MUG_10): $(PNG_MUG_10)
121
-	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
122
-
123
-$(C_MUG_11): $(PNG_MUG_11)
124
-	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
125
-
126
-$(B_EMOT): $(PNG_EMOT)
127
-	$(GRIT) $< -gu32 -gz! -gB 4 -gt -p! -m! -ftb -o $@
128
-
129
-$(B_TB): $(PNG_TB)
130
-	$(GRIT) $< -gu32 -gz! -gB 4 -gt -p! -m! -ftb -o $@
131
-
132
-$(B_MB): $(PNG_MB)
133
-	$(GRIT) $< -gu32 -gz! -gB 4 -gt -p! -m! -ftb -o $@
134
-
135
-$(B_ARR): $(PNG_ARR)
1
+GRIT := grit
2
+CC   := arm-none-eabi-gcc
3
+AR   := arm-none-eabi-ar
4
+
5
+CFLAGS := -mthumb -mno-thumb-interwork -mcpu=arm7tdmi -mlong-calls -march=armv4t -O3 -std=c99
6
+
7
+ASSET_ROOT := sots-private/assets
8
+GFX_BUILD := gfx_build
9
+
10
+PNG_MET_BG     := assets/meteor/bg0.png
11
+PNG_MET_SKY    := assets/meteor/bg1.png
12
+PNG_MET_FG     := assets/meteor/bg2.png
13
+PNG_MET_CLOUDS := assets/meteor/clouds.png
14
+PNG_MET_METEOR := assets/meteor/oam.png
15
+PNG_AS_T       := assets/render/ascii.png
16
+
17
+C_MET_BG     := src/assets/meteor/met_background.c
18
+C_MET_SKY    := src/assets/meteor/met_sky.c
19
+C_MET_FG     := src/assets/meteor/met_foreground.c
20
+C_MET_CLOUDS := src/assets/meteor/met_clouds.c
21
+C_MET_METEOR := src/assets/meteor/met_meteor.c
22
+C_AS_T       := src/include/assets/ascii.c
23
+
24
+PNG_MUG_00    := assets/mug/mug_00.png
25
+PNG_MUG_01    := assets/mug/mug_01.png
26
+PNG_MUG_02    := assets/mug/mug_02.png
27
+PNG_MUG_03    := assets/mug/mug_03.png
28
+PNG_MUG_04    := assets/mug/mug_04.png
29
+PNG_MUG_05    := assets/mug/mug_05.png
30
+PNG_MUG_06    := assets/mug/mug_06.png
31
+PNG_MUG_07    := assets/mug/mug_07.png
32
+PNG_MUG_08    := assets/mug/mug_08.png
33
+
34
+C_MUG_00      := src/include/assets/mug/mug_00.c
35
+C_MUG_01      := src/include/assets/mug/mug_01.c
36
+C_MUG_02      := src/include/assets/mug/mug_02.c
37
+C_MUG_03      := src/include/assets/mug/mug_03.c
38
+C_MUG_04      := src/include/assets/mug/mug_04.c
39
+C_MUG_05      := src/include/assets/mug/mug_05.c
40
+C_MUG_06      := src/include/assets/mug/mug_06.c
41
+C_MUG_07      := src/include/assets/mug/mug_07.c
42
+C_MUG_08      := src/include/assets/mug/mug_08.c
43
+
44
+PNG_EMOT      := assets/interface/emoticons.png
45
+PNG_TB        := assets/interface/text_box.png
46
+PNG_MB        := assets/interface/menu_box.png
47
+PNG_ARR       := assets/interface/arrows.png
48
+
49
+B_EMOT        := src/include/assets/interface/emoticons.img.bin
50
+B_TB          := src/include/assets/interface/text_box.img.bin
51
+B_MB          := src/include/assets/interface/menu_box.img.bin
52
+B_ARR         := src/include/assets/interface/arrows.img.bin
53
+
54
+.PHONY: all
55
+all: $(C_MET_BG) $(C_MET_SKY) $(C_MET_FG) $(C_MET_CLOUDS) $(C_MET_METEOR) $(C_AS_T) $(C_MUG_00) $(C_MUG_01) $(C_MUG_02) $(C_MUG_03) $(C_MUG_04) $(C_MUG_05) $(C_MUG_06) $(C_MUG_07) $(C_MUG_08) $(B_EMOT) $(B_TB) $(B_MB) $(B_ARR)
56
+
57
+
58
+# generate object files
59
+#$(O_MET_BG): $(C_MET_BG)
60
+#	$(CC) $(CFLAGS) -c -o $@ $<
61
+#
62
+#$(O_MET_SKY): $(C_MET_SKY)
63
+#	$(CC) $(CFLAGS) -c -o $@ $<
64
+#
65
+#$(O_MET_FG): $(C_MET_FG)
66
+#	$(CC) $(CFLAGS) -c -o $@ $<
67
+#
68
+#$(O_MET_CLOUDS): $(C_MET_CLOUDS)
69
+#	$(CC) $(CFLAGS) -c -o $@ $<
70
+#
71
+#$(O_MET_METEOR): $(C_MET_METEOR)
72
+#	$(CC) $(CFLAGS) -c -o $@ $<
73
+
74
+# generate C files
75
+$(C_MET_BG): $(PNG_MET_BG)
76
+	$(GRIT) $< -gu32 -gT00FF00 -gzl -gB 4 -gt -m -mu16 -mzl -mp0 -mRtpf -p -pu16 -pzl -ftc -o $@
77
+
78
+$(C_MET_SKY): $(PNG_MET_SKY)
79
+	$(GRIT) $< -gu32 -gzl -gB 4 -gt -m -mu16 -mzl -mp1 -mRtpf -p -pu16 -pzl -ftc -o $@
80
+
81
+$(C_MET_FG): $(PNG_MET_FG)
82
+	$(GRIT) $< -gu32 -gzl -gB 4 -gt -m -mu16 -mzl -mp3 -mRtpf -p -pu16 -pzl -ftc -o $@
83
+
84
+$(C_MET_CLOUDS): $(PNG_MET_CLOUDS)
85
+	$(GRIT) $< -gu32 -gzl -gB 4 -gt -m -mu16 -mzl -mp2 -mRtpf -p -pu16 -pzl -ftc -o $@
86
+
87
+$(C_MET_METEOR): $(PNG_MET_METEOR)
88
+	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -ftc -o $@
89
+
90
+$(C_AS_T): $(PNG_AS_T)
91
+	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
92
+
93
+$(C_MUG_00): $(PNG_MUG_00)
94
+	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
95
+
96
+$(C_MUG_01): $(PNG_MUG_01)
97
+	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
98
+
99
+$(C_MUG_02): $(PNG_MUG_02)
100
+	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
101
+
102
+$(C_MUG_03): $(PNG_MUG_03)
103
+	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
104
+
105
+$(C_MUG_04): $(PNG_MUG_04)
106
+	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
107
+
108
+$(C_MUG_05): $(PNG_MUG_05)
109
+	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
110
+
111
+$(C_MUG_06): $(PNG_MUG_06)
112
+	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
113
+
114
+$(C_MUG_07): $(PNG_MUG_07)
115
+	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
116
+
117
+$(C_MUG_08): $(PNG_MUG_08)
118
+	$(GRIT) $< -gu32 -gzl -gB 4 -gt -p -pu16 -pz! -m! -ftc -o $@
119
+
120
+
121
+$(B_EMOT): $(PNG_EMOT)
122
+	$(GRIT) $< -gu32 -gz! -gB 4 -gt -p! -m! -ftb -o $@
123
+
124
+$(B_TB): $(PNG_TB)
125
+	$(GRIT) $< -gu32 -gz! -gB 4 -gt -p! -m! -ftb -o $@
126
+
127
+$(B_MB): $(PNG_MB)
128
+	$(GRIT) $< -gu32 -gz! -gB 4 -gt -p! -m! -ftb -o $@
129
+
130
+$(B_ARR): $(PNG_ARR)
136 131
 	$(GRIT) $< -gu32 -gz! -gB 4 -gt -p! -m! -ftb -o $@

BIN
assets/mug/mug_00.png Прегледај датотеку


BIN
assets/mug/mug_01.png Прегледај датотеку


BIN
assets/mug/mug_02.png Прегледај датотеку


BIN
assets/mug/mug_03.png Прегледај датотеку


BIN
assets/mug/mug_04.png Прегледај датотеку


BIN
assets/mug/mug_05.png Прегледај датотеку


BIN
assets/mug/mug_06.png Прегледај датотеку


BIN
assets/mug/mug_07.png Прегледај датотеку


BIN
assets/mug/mug_08.png Прегледај датотеку


BIN
assets/mug/mug_09.png Прегледај датотеку


BIN
assets/mug/mug_10.png Прегледај датотеку


BIN
assets/mug/mug_11.png Прегледај датотеку


+ 84
- 84
patches/game_engine/quick_hacks.asm Прегледај датотеку

@@ -1,84 +1,84 @@
1
-EGG_HATCH_LEVEL EQU 1
2
-EV_CAP EQU 252
3
-
4
-PLAYER_S_X EQU 7
5
-PLAYER_S_Y EQU 0x13
6
-
7
-PLAYER_S_B EQU 5
8
-PLAYER_S_M EQU 0
9
-
10
-// Something //
11
-.org 0x080441D6
12
-.byte 0x0
13
-
14
-.org 0x08125AA8
15
-.byte 0x0
16
-
17
-// Change hatch level of new pokémon //
18
-.org 0x081375B0
19
-.byte EGG_HATCH_LEVEL
20
-
21
-.org 0x08046CBE
22
-.byte EGG_HATCH_LEVEL
23
-
24
-.org 0x0804623E
25
-.byte EGG_HATCH_LEVEL
26
-
27
-// Something //
28
-.org 0x0805BA3A
29
-.word 0x00000000
30
-
31
-// No flag check while in menu (moves) //
32
-.org 0x08124630
33
-.halfword 0xE012
34
-
35
-// Intro and Naming Hacking //
36
-
37
-.org 0x080EC5D0
38
-//.word 0x08078915
39
-
40
-.org 0x0800C4C8
41
-//.word 0x0800C608
42
-
43
-.org 0x08054A68
44
-//.halfword 0x4C3C
45
-//.halfword 0x6820
46
-//.halfword 0x4900
47
-//.halfword 0xE001
48
-//.word str_player_dummy_name
49
-
50
-.org 0x08054A7E
51
-//.halfword 0x4E34
52
-
53
-.org 0x08054B3A
54
-//.word 0x00000000
55
-
56
-.org 0x080439FC
57
-.byte EV_CAP
58
-
59
-.org 0x08043A02
60
-.byte EV_CAP
61
-
62
-// Critical hit chance table //
63
-.org 0x08250530
64
-.halfword 0x0010
65
-.halfword 0x0008
66
-.halfword 0x0002
67
-.halfword 0x0001
68
-.halfword 0x0001
69
-
70
-.org 0x08080484
71
-.word 0x00000000
72
-.word 0x00000000
73
-
74
-.org 0x08054A08
75
-//.byte PLAYER_S_X
76
-
77
-.org 0x08054A00
78
-//.byte PLAYER_S_Y
79
-
80
-.org 0x08054A04
81
-//.byte PLAYER_S_B
82
-
83
-.org 0x08054A06
84
-//.byte PLAYER_S_M
1
+EGG_HATCH_LEVEL EQU 1
2
+EV_CAP EQU 252
3
+
4
+PLAYER_S_X EQU 7
5
+PLAYER_S_Y EQU 0x13
6
+
7
+PLAYER_S_B EQU 5
8
+PLAYER_S_M EQU 0
9
+
10
+// Something //
11
+.org 0x080441D6
12
+.byte 0x0
13
+
14
+.org 0x08125AA8
15
+.byte 0x0
16
+
17
+// Change hatch level of new pokémon //
18
+.org 0x081375B0
19
+.byte EGG_HATCH_LEVEL
20
+
21
+.org 0x08046CBE
22
+.byte EGG_HATCH_LEVEL
23
+
24
+.org 0x0804623E
25
+.byte EGG_HATCH_LEVEL
26
+
27
+// Something //
28
+.org 0x0805BA3A
29
+.word 0x00000000
30
+
31
+// No flag check while in menu (moves) //
32
+.org 0x08124630
33
+.halfword 0xE012
34
+
35
+// Intro and Naming Hacking //
36
+
37
+.org 0x080EC5D0
38
+//.word 0x08078915
39
+
40
+.org 0x0800C4C8
41
+//.word 0x0800C608
42
+
43
+.org 0x08054A68
44
+//.halfword 0x4C3C
45
+//.halfword 0x6820
46
+//.halfword 0x4900
47
+//.halfword 0xE001
48
+//.word str_player_dummy_name
49
+
50
+.org 0x08054A7E
51
+//.halfword 0x4E34
52
+
53
+.org 0x08054B3A
54
+//.word 0x00000000
55
+
56
+.org 0x080439FC
57
+.byte EV_CAP
58
+
59
+.org 0x08043A02
60
+.byte EV_CAP
61
+
62
+// Critical hit chance table //
63
+.org 0x08250530
64
+.halfword 0x0010
65
+.halfword 0x0008
66
+.halfword 0x0002
67
+.halfword 0x0001
68
+.halfword 0x0001
69
+
70
+.org 0x08080484
71
+.word 0x00000000
72
+.word 0x00000000
73
+
74
+.org 0x08054A08
75
+.byte 0x7
76
+
77
+.org 0x08054A00
78
+.byte 0x13
79
+
80
+.org 0x08054A04
81
+.byte 0x5
82
+
83
+.org 0x08054A06
84
+.byte 0x0

+ 19
- 11
src/include/assets/mug/mug_00.c Прегледај датотеку

@@ -6,28 +6,36 @@
6 6
 //	mug_00, 32x32@4, 
7 7
 //	+ palette 16 entries, not compressed
8 8
 //	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 188 = 220
9
+//	Total size: 32 + 400 = 432
10 10
 //
11
-//	Time-stamp: 2017-01-21, 12:22:18
11
+//	Time-stamp: 2017-05-08, 11:18:01
12 12
 //	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13 13
 //	( http://www.coranac.com/projects/#grit )
14 14
 //
15 15
 //======================================================================
16 16
 
17
-const unsigned int mug_00Tiles[47] __attribute__((aligned(4)))=
17
+const unsigned int mug_00Tiles[100] __attribute__((aligned(4)))=
18 18
 {
19
-	0x00020010,0x10000024,0x20111001,0x44211103,0x11035022,0x03102222,0x112C1012,0x21012011,
20
-	0x02200F00,0x11411112,0x12110200,0x00000001,0x00005F02,0x2210011E,0x22101910,0x2E102910,
21
-	0x005300CB,0x10100003,0x2B00115F,0x00FB0310,0x0003703B,0x1053005E,0x03201238,0x30FF6740,
22
-	0x1005708F,0xC0039063,0x102F101F,0x3B038063,0xAE102110,0x8F10B100,0x90631012,0x8350FD03,
23
-	0x97106A10,0x63F001F0,0xF0221E01,0xAB30DB03,0x20012201,0x22070103,0x0350E800,0xF01601FF,
24
-	0xF001F04A,0x1101F001,0xD083109E,0x1330FC87,0x6F308321,0x83F07FD0,0x221201F0,
19
+	0x00020010,0xF0000034,0x10078001,0x11111370,0x44110000,0x42441041,0x42410021,0x22412442,
20
+	0x21482422,0x11000300,0x00321900,0x12240000,0x41220011,0x22040314,0x22311142,0x22220400,
21
+	0x2244441D,0x53F00400,0x00010B30,0x30345512,0x1D004116,0x226A0021,0x302903B0,0x41030024,
22
+	0x24426300,0x22005000,0x42124224,0x00344241,0x34441342,0x13315514,0x75666100,0x79385177,
23
+	0x242222AA,0x42211B00,0x11900044,0x44134400,0x11133314,0x35550041,0x66571111,0x86041333,
24
+	0x31113593,0x43149F00,0x41BA0090,0x31BE0034,0x50144100,0x01C90031,0x0003CD00,0x036A3111,
25
+	0x9D00D820,0x30A10013,0x0100A5F0,0xA8335100,0x004171AA,0xA7AA2003,0xA7640320,0x0010AAAA,
26
+	0x10555A75,0x21777751,0x77561400,0x15158337,0x5784041A,0x10AAAA67,0x00656703,0x33677AAA,
27
+
28
+	0x003677A7,0x13677700,0x14236703,0x33312F03,0x01313901,0x006A003D,0xA001F006,0x00600B30,
29
+	0x0000C612,0x0000D6B0,0x00DBBB00,0x00CBEEB0,0xBFEEE300,0xBFFEE300,0x4F012140,0x22212241,
30
+	0x21004443,0x21441C4C,0x0013BD44,0xEBCD4414,0xE3CD3333,0xCDEB6600,0x23BCDD63,0x73018042,
31
+	0x440BB144,0x00BCCB14,0xCCDCB144,0x3CDD6B31,0xCDCB3300,0xBDDBEEF3,0xDBEE0AEF,0x6A90FF3D,
32
+	0xBB77000B,0x000400C2,0xFEEE0059,0x00032003,
25 33
 };
26 34
 
27 35
 const unsigned short mug_00Pal[16] __attribute__((aligned(4)))=
28 36
 {
29
-	0x328E,0x0000,0x7FFF,0x0000,0x0000,0x0000,0x0000,0x0000,
30
-	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
37
+	0x7FE0,0x0C62,0x2928,0x0000,0x1CC5,0x2DD7,0x20CB,0x3E9B,
38
+	0x7FDE,0x76F5,0x5B5F,0x0848,0x15B6,0x1A9A,0x18D8,0x1090,
31 39
 };
32 40
 
33 41
 //}}BLOCK(mug_00)

+ 4
- 4
src/include/assets/mug/mug_00.h Прегледај датотеку

@@ -6,9 +6,9 @@
6 6
 //	mug_00, 32x32@4, 
7 7
 //	+ palette 16 entries, not compressed
8 8
 //	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 188 = 220
9
+//	Total size: 32 + 400 = 432
10 10
 //
11
-//	Time-stamp: 2017-01-21, 12:22:18
11
+//	Time-stamp: 2017-05-08, 11:18:01
12 12
 //	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13 13
 //	( http://www.coranac.com/projects/#grit )
14 14
 //
@@ -17,8 +17,8 @@
17 17
 #ifndef GRIT_MUG_00_H
18 18
 #define GRIT_MUG_00_H
19 19
 
20
-#define mug_00TilesLen 188
21
-extern const unsigned int mug_00Tiles[47];
20
+#define mug_00TilesLen 400
21
+extern const unsigned int mug_00Tiles[100];
22 22
 
23 23
 #define mug_00PalLen 32
24 24
 extern const unsigned short mug_00Pal[16];

+ 19
- 18
src/include/assets/mug/mug_01.c Прегледај датотеку

@@ -6,36 +6,37 @@
6 6
 //	mug_01, 32x32@4, 
7 7
 //	+ palette 16 entries, not compressed
8 8
 //	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 400 = 432
9
+//	Total size: 32 + 428 = 460
10 10
 //
11
-//	Time-stamp: 2017-01-01, 14:21:14
11
+//	Time-stamp: 2017-05-08, 11:18:01
12 12
 //	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13 13
 //	( http://www.coranac.com/projects/#grit )
14 14
 //
15 15
 //======================================================================
16 16
 
17
-const unsigned int mug_01Tiles[100] __attribute__((aligned(4)))=
17
+const unsigned int mug_01Tiles[107] __attribute__((aligned(4)))=
18 18
 {
19
-	0x00020010,0xF0000034,0x10078001,0x11111370,0x44110000,0x42441041,0x42410021,0x22412442,
20
-	0x21482422,0x11000300,0x00321900,0x12240000,0x41220011,0x22040314,0x22311142,0x22220400,
21
-	0x2244441D,0x53F00400,0x00010B30,0x30345512,0x1D004116,0x226A0021,0x302903B0,0x41030024,
22
-	0x24426300,0x22005000,0x42124224,0x00344241,0x34441342,0x13315514,0x75666100,0x79385177,
23
-	0x242222AA,0x42211B00,0x11900044,0x44134400,0x11133314,0x35550041,0x66571111,0x86041333,
24
-	0x31113593,0x43149F00,0x41BA0090,0x31BE0034,0x50144100,0x01C90031,0x0003CD00,0x036A3111,
25
-	0x9D00D820,0x30A10013,0x0100A5F0,0xA8335100,0x004171AA,0xA7AA2003,0xA7640320,0x0010AAAA,
26
-	0x10555A75,0x21777751,0x77561400,0x15158337,0x5784041A,0x10AAAA67,0x00656703,0x33677AAA,
19
+	0x00020010,0xF0000036,0x200B4001,0x1A400340,0x00110010,0x20222120,0x24004432,0x42433422,
20
+	0x04334442,0x44444433,0x22375044,0x00110011,0x12322211,0x33074444,0x43334424,0x1E100210,
21
+	0x50AA1F60,0x6800015F,0x246C0012,0x6A240800,0x003A3011,0x6E00427B,0x33720043,0x34490085,
22
+	0x00320000,0x1700320F,0x30143122,0x42442445,0x00140320,0x12442142,0x52221242,0x11122100,
23
+	0x42211652,0x30676C76,0x42891065,0x01100320,0x41004421,0x21221144,0x10122444,0x00444411,
24
+	0x0142446C,0x44442800,0x30120310,0x00124203,0x10224233,0x217A1003,0x00EA0024,0x00106503,
25
+	0x00031087,0x10034021,0x1800F410,0x185775A9,0x02676591,0x77669348,0x03006658,0x77750476,
26
+	0x00677682,0x00777703,0x55676822,0x44134A91,0x15891100,0x55593442,0x66770041,0x67772155,
27 27
 
28
-	0x003677A7,0x13677700,0x14236703,0x33312F03,0x01313901,0x006A003D,0xA001F006,0x00600B30,
29
-	0x0000C612,0x0000D6B0,0x00DBBB00,0x00CBEEB0,0xBFEEE300,0xBFFEE300,0x4F012140,0x22212241,
30
-	0x21004443,0x21441C4C,0x0013BD44,0xEBCD4414,0xE3CD3333,0xCDEB6600,0x23BCDD63,0x73018042,
31
-	0x440BB144,0x00BCCB14,0xCCDCB144,0x3CDD6B31,0xCDCB3300,0xBDDBEEF3,0xDBEE0AEF,0x6A90FF3D,
32
-	0xBB77000B,0x000400C2,0xFEEE0059,0xAA032003,
28
+	0x00801585,0x66778803,0x56662225,0x21211802,0x40012222,0x12081403,0x01144222,0x42111420,
29
+	0x12124400,0x22122222,0x14422021,0x22205811,0x00421000,0x00200233,0x22211441,0xBB221000,
30
+	0xDCB21232,0xD1240042,0xDC1220DD,0x820032DD,0x23326666,0x00325582,0x32224334,0x32133444,
31
+	0x2DD100A8,0x00DDD500,0x12CCCD43,0x85661100,0x28551442,0x58340022,0x55322218,0x42202218,
32
+	0xEE540081,0xFE221448,0x21448F00,0xC228EEFF,0x00216422,0x21010067,0x12874012,0xB1000012,
33
+	0xD200011B,0x000001BC,0x0001CDDD,
33 34
 };
34 35
 
35 36
 const unsigned short mug_01Pal[16] __attribute__((aligned(4)))=
36 37
 {
37
-	0x7FE0,0x0C62,0x2928,0x0000,0x1CC5,0x2DD7,0x20CB,0x3E9B,
38
-	0x7FDE,0x76F5,0x5B5F,0x0848,0x15B6,0x1A9A,0x18D8,0x1090,
38
+	0x7FE0,0x0000,0x0C62,0x2928,0x1CC5,0x2DD7,0x4ABC,0x5B5F,
39
+	0x20CB,0x7FFF,0x76F5,0x0848,0x1090,0x18D8,0x15B6,0x1A9A,
39 40
 };
40 41
 
41 42
 //}}BLOCK(mug_01)

+ 4
- 4
src/include/assets/mug/mug_01.h Прегледај датотеку

@@ -6,9 +6,9 @@
6 6
 //	mug_01, 32x32@4, 
7 7
 //	+ palette 16 entries, not compressed
8 8
 //	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 400 = 432
9
+//	Total size: 32 + 428 = 460
10 10
 //
11
-//	Time-stamp: 2017-01-01, 14:21:14
11
+//	Time-stamp: 2017-05-08, 11:18:01
12 12
 //	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13 13
 //	( http://www.coranac.com/projects/#grit )
14 14
 //
@@ -17,8 +17,8 @@
17 17
 #ifndef GRIT_MUG_01_H
18 18
 #define GRIT_MUG_01_H
19 19
 
20
-#define mug_01TilesLen 400
21
-extern const unsigned int mug_01Tiles[100];
20
+#define mug_01TilesLen 428
21
+extern const unsigned int mug_01Tiles[107];
22 22
 
23 23
 #define mug_01PalLen 32
24 24
 extern const unsigned short mug_01Pal[16];

+ 20
- 19
src/include/assets/mug/mug_02.c Прегледај датотеку

@@ -6,37 +6,38 @@
6 6
 //	mug_02, 32x32@4, 
7 7
 //	+ palette 16 entries, not compressed
8 8
 //	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 428 = 460
9
+//	Total size: 32 + 460 = 492
10 10
 //
11
-//	Time-stamp: 2017-01-01, 14:21:14
11
+//	Time-stamp: 2017-05-08, 11:18:01
12 12
 //	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13 13
 //	( http://www.coranac.com/projects/#grit )
14 14
 //
15 15
 //======================================================================
16 16
 
17
-const unsigned int mug_02Tiles[107] __attribute__((aligned(4)))=
17
+const unsigned int mug_02Tiles[115] __attribute__((aligned(4)))=
18 18
 {
19
-	0x00020010,0xF0000036,0x200B4001,0x1A400340,0x00110010,0x20222120,0x24004432,0x42433422,
20
-	0x04334442,0x44444433,0x22375044,0x00110011,0x12322211,0x33074444,0x43334424,0x1E100210,
21
-	0x50AA1F60,0x6800015F,0x246C0012,0x6A240800,0x003A3011,0x6E00427B,0x33720043,0x34490085,
22
-	0x00320000,0x1700320F,0x30143122,0x42442445,0x00140320,0x12442142,0x52221242,0x11122100,
23
-	0x42211652,0x30676C76,0x42891065,0x01100320,0x41004421,0x21221144,0x10122444,0x00444411,
24
-	0x0142446C,0x44442800,0x30120310,0x00124203,0x10224233,0x217A1003,0x00EA0024,0x00106503,
25
-	0x00031087,0x10034021,0x1800F410,0x185775A9,0x02676591,0x77669348,0x03006658,0x77750476,
26
-	0x00677682,0x00777703,0x55676822,0x44134A91,0x15891100,0x55593442,0x66770041,0x67772155,
19
+	0x00020010,0xE000002A,0x13001001,0x53170051,0x000A00E0,0x100F0003,0x43104311,0x41344405,
20
+	0x01A04444,0x000F0045,0x00221111,0x21443333,0x43311303,0x00433434,0xEA031020,0x0F002750,
21
+	0x00025F50,0x6C002368,0x0800A534,0x34080034,0x430B0063,0x103A1510,0x00720054,0x20031027,
22
+	0x00222F00,0x12000043,0x31000041,0x10003205,0x63101234,0x54770055,0x54043054,0x00348200,
23
+	0x01441302,0x11881134,0x10988733,0x9810906F,0x14003134,0x81333327,0x43312800,0x33328888,
24
+	0x12890099,0x28777923,0x43043471,0x44330006,0x34430330,0x44002100,0x12006133,0x02130043,
25
+	0x06133311,0x142A3311,0x21630006,0x00217E00,0x0000237A,0x00134320,0x14344160,0x00320000,
26
+	0x870016B7,0xA7003120,0xB89998B2,0x00999866,0x999932B7,0x99999882,0x89997204,0x07002199,
27 27
 
28
-	0x00801585,0x66778803,0x56662225,0x21211802,0x40012222,0x12081403,0x01144222,0x42111420,
29
-	0x12124400,0x22122222,0x14422021,0x22205811,0x00421000,0x00200233,0x22211441,0xBB221000,
30
-	0xDCB21232,0xD1240042,0xDC1220DD,0x820032DD,0x23326666,0x00325582,0x32224334,0x32133444,
31
-	0x2DD100A8,0x00DDD500,0x12CCCD43,0x85661100,0x28551442,0x58340022,0x55322218,0x42202218,
32
-	0xEE540081,0xFE221448,0x21448F00,0xC228EEFF,0x00216422,0x21010067,0x12874012,0xB1000012,
33
-	0xD200011B,0x000001BC,0x0001CDDD,
28
+	0xC9008623,0x886123DD,0x00A2B788,0xB6688287,0xB3297898,0x99789802,0x30879999,0x26008903,
29
+	0x11688999,0x00127888,0x14311711,0x14312806,0x41280200,0x41270064,0x7B008063,0x34110021,
30
+	0x0B320006,0x32000214,0x00000301,0x50030070,0x33070031,0x0013F700,0xE3403600,0x00D10E00,
31
+	0x00C23312,0xD2131601,0x77261123,0x26006301,0x7DE21112,0x00CDDDEE,0xFFCCCD8D,0xFFFCCCCF,
32
+	0xFDDCFF00,0xC6DDFFFF,0x77CF00FF,0x73111662,0x21001616,0x21EEE677,0x00DDDE88,0xDCFCDDDD,
33
+	0xCCFFFFCC,0xCE031080,0xD6DCCFFF,0x01D06431,0x116B0149,0x21EE6F01,0xDC000000,0xCC00021E,
34
+	0x10000616,0x00616DCC,0x00061103,
34 35
 };
35 36
 
36 37
 const unsigned short mug_02Pal[16] __attribute__((aligned(4)))=
37 38
 {
38
-	0x7FE0,0x0000,0x0C62,0x2928,0x1CC5,0x2DD7,0x4ABC,0x5B5F,
39
-	0x20CB,0x7FFF,0x76F5,0x0848,0x1090,0x18D8,0x15B6,0x1A9A,
39
+	0x7FE0,0x1086,0x0844,0x18C9,0x294D,0x3E14,0x0000,0x2595,
40
+	0x3239,0x571E,0x6B5A,0x7FFF,0x3D5B,0x2090,0x0C47,0x4E1F,
40 41
 };
41 42
 
42 43
 //}}BLOCK(mug_02)

+ 4
- 4
src/include/assets/mug/mug_02.h Прегледај датотеку

@@ -6,9 +6,9 @@
6 6
 //	mug_02, 32x32@4, 
7 7
 //	+ palette 16 entries, not compressed
8 8
 //	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 428 = 460
9
+//	Total size: 32 + 460 = 492
10 10
 //
11
-//	Time-stamp: 2017-01-01, 14:21:14
11
+//	Time-stamp: 2017-05-08, 11:18:01
12 12
 //	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13 13
 //	( http://www.coranac.com/projects/#grit )
14 14
 //
@@ -17,8 +17,8 @@
17 17
 #ifndef GRIT_MUG_02_H
18 18
 #define GRIT_MUG_02_H
19 19
 
20
-#define mug_02TilesLen 428
21
-extern const unsigned int mug_02Tiles[107];
20
+#define mug_02TilesLen 460
21
+extern const unsigned int mug_02Tiles[115];
22 22
 
23 23
 #define mug_02PalLen 32
24 24
 extern const unsigned short mug_02Pal[16];

+ 44
- 0
src/include/assets/mug/mug_03.c Прегледај датотеку

@@ -0,0 +1,44 @@
1
+
2
+//{{BLOCK(mug_03)
3
+
4
+//======================================================================
5
+//
6
+//	mug_03, 32x32@4, 
7
+//	+ palette 16 entries, not compressed
8
+//	+ 16 tiles lz77 compressed
9
+//	Total size: 32 + 512 = 544
10
+//
11
+//	Time-stamp: 2017-05-08, 11:18:01
12
+//	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13
+//	( http://www.coranac.com/projects/#grit )
14
+//
15
+//======================================================================
16
+
17
+const unsigned int mug_03Tiles[128] __attribute__((aligned(4)))=
18
+{
19
+	0x00020010,0x6000002A,0x0B001001,0x44060041,0x11060080,0x62110000,0x21002000,0x32110076,
20
+	0x00441133,0x44551221,0x55544444,0x11555510,0x41220400,0x77001144,0x88632142,0x00776327,
21
+	0x00002222,0x00215444,0x44554400,0x44455522,0x00454014,0x44122227,0x06277614,0x78882113,
22
+	0x70470026,0x00AA0261,0x7000216C,0x11080011,0x40120800,0x207D0031,0x20008791,0x03009062,
23
+	0x03004579,0x79000067,0x0300A842,0x690000B8,0x08510300,0x77888888,0x88880300,0x78780087,
24
+	0x77754488,0x8600B345,0x87C36888,0xA0DC7888,0x10781910,0x8812671A,0x13006888,0x63787547,
25
+	0x00788764,0x787AB371,0x787BC379,0x8BDC6700,0x88776797,0x12760095,0x21000214,0x00800344,
26
+	0x26002103,0x27003444,0x03104140,0x42270214,0x16420344,0x00000300,0x89008792,0x00001075,
27
+
28
+	0x41FB0022,0x80200022,0x14202400,0x23300014,0x1B019814,0x63208832,0x54577F00,0x02118087,
29
+	0x16887414,0x00114423,0x14231141,0x12DDDC44,0x78881400,0x58887654,0x88340044,0x77221447,
30
+	0x23001415,0x21321444,0x00CD3414,0xDE331111,0xDE39321C,0x00133320,0x44411167,0x41001124,
31
+	0x42113414,0x10113111,0x01321112,0x33210052,0x00006800,0xD07E117C,0x00BD8301,0xBEDD00D0,
32
+	0xFBCFFD00,0xCA00BBC0,0x3BBBBCDA,0x00BBA3E3,0xABB3EEFA,0xDEFEEDEF,0xAB322200,0xEF969CDE,
33
+	0x6763003E,0x7779C3DE,0x6C00CC3C,0xCCDC3367,0x00DCC3CC,0xDDC3DD3D,0xC969DD3D,0x66CFEF00,
34
+	0x96CABFC9,0xCBBE00FC,0xCBADE3C9,0x3C0033CC,0xEEECDDCA,0x02AACD33,0xFACDAFEF,0xDF11FEDF,
35
+	0x000D00DD,0x0CDFFF00,0xBB02BA00,0xABBB00CF,0xAB0700FF,0xBBBB0C00,0xBBBA03BB,0x000300FA,
36
+};
37
+
38
+const unsigned short mug_03Pal[16] __attribute__((aligned(4)))=
39
+{
40
+	0x7FE0,0x0885,0x0442,0x0000,0x112B,0x1DD1,0x29D6,0x429D,
41
+	0x677F,0x1D0D,0x6B5A,0x7FFF,0x1463,0x24E7,0x45CD,0x56B5,
42
+};
43
+
44
+//}}BLOCK(mug_03)

+ 28
- 0
src/include/assets/mug/mug_03.h Прегледај датотеку

@@ -0,0 +1,28 @@
1
+
2
+//{{BLOCK(mug_03)
3
+
4
+//======================================================================
5
+//
6
+//	mug_03, 32x32@4, 
7
+//	+ palette 16 entries, not compressed
8
+//	+ 16 tiles lz77 compressed
9
+//	Total size: 32 + 512 = 544
10
+//
11
+//	Time-stamp: 2017-05-08, 11:18:01
12
+//	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13
+//	( http://www.coranac.com/projects/#grit )
14
+//
15
+//======================================================================
16
+
17
+#ifndef GRIT_MUG_03_H
18
+#define GRIT_MUG_03_H
19
+
20
+#define mug_03TilesLen 512
21
+extern const unsigned int mug_03Tiles[128];
22
+
23
+#define mug_03PalLen 32
24
+extern const unsigned short mug_03Pal[16];
25
+
26
+#endif // GRIT_MUG_03_H
27
+
28
+//}}BLOCK(mug_03)

+ 42
- 0
src/include/assets/mug/mug_04.c Прегледај датотеку

@@ -0,0 +1,42 @@
1
+
2
+//{{BLOCK(mug_04)
3
+
4
+//======================================================================
5
+//
6
+//	mug_04, 32x32@4, 
7
+//	+ palette 16 entries, not compressed
8
+//	+ 16 tiles lz77 compressed
9
+//	Total size: 32 + 444 = 476
10
+//
11
+//	Time-stamp: 2017-05-08, 11:18:01
12
+//	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13
+//	( http://www.coranac.com/projects/#grit )
14
+//
15
+//======================================================================
16
+
17
+const unsigned int mug_04Tiles[111] __attribute__((aligned(4)))=
18
+{
19
+	0x00020010,0xE000002A,0x13002001,0x32170012,0x310A00A0,0x00111F00,0x8A333110,0x41330200,
20
+	0x34030033,0x80440400,0x44430800,0x22133322,0x21110044,0x13330002,0x33420221,0x33330400,
21
+	0x22002211,0x2600AA13,0x112E0033,0x90232E00,0x00AE025F,0x0340216C,0x100C0011,0x336E0003,
22
+	0x130340B2,0x1E007A00,0x93002220,0x03508068,0x43312213,0x00333121,0x22211211,0x65522222,
23
+	0x61136600,0x32A97777,0x2A570076,0x1A777762,0x77007773,0x12211444,0x00122222,0x11225531,
24
+	0x22566633,0x31161300,0x92A32125,0x26220025,0x175255A2,0x712D56A3,0x31740031,0x89108500,
25
+	0xAB031023,0x00218000,0x8C002284,0x207F2085,0x01505A6B,0x03408007,0x01B01251,0x6600CB1B,
26
+	0x77777777,0x50777767,0x75030076,0x67680B00,0x52007655,0x2C777776,0x00666665,0x555558AA,
27
+
28
+	0x73566677,0x56677708,0x52030065,0x25006777,0x25667722,0x00566600,0x285502B2,0x22280DBB,
29
+	0x852BCB17,0x40256001,0x1001F0FB,0xACD0000E,0xAABDD000,0xCD00BD00,0xADCBD0AA,0x00ABB0AA,
30
+	0xABADD22D,0xABA2ADBB,0xC2AADB00,0xAAACDBBC,0x288800DB,0xCDBCDBCA,0xBA00BDCA,0xDACDBCA2,
31
+	0x002DBCD2,0x2BDBEEE2,0x2C2BDEFE,0x2BADFF00,0xB2AADF2A,0x2CAB202B,0xCADA2600,0x00CAAADB,
32
+	0xAAAAC2AA,0xAAAAAD22,0x2DAB2C00,0xCAAC2C22,0xAADB02BD,0x0DDDDBAA,0x00DCC400,0xCAAD0000,
33
+	0xBAAD000D,0xCD00DB00,0xBD00BCAB,0x0DBA00AC,0x02BAAABB,0xBC00AABB,0x004A0002,
34
+};
35
+
36
+const unsigned short mug_04Pal[16] __attribute__((aligned(4)))=
37
+{
38
+	0x7FE0,0x0CA6,0x0021,0x192A,0x25AE,0x29B6,0x3E9B,0x5F5F,
39
+	0x1CCA,0x7B58,0x7FFF,0x5A2E,0x76F5,0x24E7,0x4166,0x622C,
40
+};
41
+
42
+//}}BLOCK(mug_04)

+ 28
- 0
src/include/assets/mug/mug_04.h Прегледај датотеку

@@ -0,0 +1,28 @@
1
+
2
+//{{BLOCK(mug_04)
3
+
4
+//======================================================================
5
+//
6
+//	mug_04, 32x32@4, 
7
+//	+ palette 16 entries, not compressed
8
+//	+ 16 tiles lz77 compressed
9
+//	Total size: 32 + 444 = 476
10
+//
11
+//	Time-stamp: 2017-05-08, 11:18:01
12
+//	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13
+//	( http://www.coranac.com/projects/#grit )
14
+//
15
+//======================================================================
16
+
17
+#ifndef GRIT_MUG_04_H
18
+#define GRIT_MUG_04_H
19
+
20
+#define mug_04TilesLen 444
21
+extern const unsigned int mug_04Tiles[111];
22
+
23
+#define mug_04PalLen 32
24
+extern const unsigned short mug_04Pal[16];
25
+
26
+#endif // GRIT_MUG_04_H
27
+
28
+//}}BLOCK(mug_04)

+ 21
- 20
src/include/assets/mug/mug_05.c Прегледај датотеку

@@ -6,38 +6,39 @@
6 6
 //	mug_05, 32x32@4, 
7 7
 //	+ palette 16 entries, not compressed
8 8
 //	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 472 = 504
9
+//	Total size: 32 + 492 = 524
10 10
 //
11
-//	Time-stamp: 2017-01-21, 12:22:18
11
+//	Time-stamp: 2017-05-08, 11:18:01
12 12
 //	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13 13
 //	( http://www.coranac.com/projects/#grit )
14 14
 //
15 15
 //======================================================================
16 16
 
17
-const unsigned int mug_05Tiles[118] __attribute__((aligned(4)))=
17
+const unsigned int mug_05Tiles[123] __attribute__((aligned(4)))=
18 18
 {
19
-	0x00020010,0x6000002A,0x0B001001,0x44060041,0x51000010,0x44530300,0x53201000,0x11160045,
20
-	0x33431110,0x34444300,0x44444413,0x0300C034,0x221102A0,0x44330000,0x31002100,0x43023443,
21
-	0x23443F44,0x23100300,0x0B100320,0x6A205F80,0x70000255,0x63740023,0x10437800,0x5410140C,
22
-	0x55720045,0x00547600,0x44442000,0x44432200,0x41120000,0x32310044,0x34121044,0x6F401112,
23
-	0x7B005534,0x54552454,0x81348300,0x34888A00,0x99881101,0x79988733,0x41006F10,0x31334444,
24
-	0x00333444,0x43333327,0x44433128,0x33328800,0x23128912,0x28770011,0x06431171,0x444A0000,
25
-	0x21340340,0x0061AB00,0x02001377,0x06133300,0x00143300,0x34100006,0x4410A721,0x20B82100,
26
-	0x20B72344,0x82130043,0x72344160,0x00803200,0x234316D0,0x23312000,0x9998B200,0x999866B7,
19
+	0x00020010,0xE0000020,0x00001201,0x00A85120,0x0A005503,0x101F3053,0x10000021,0x22222331,
20
+	0x00551233,0x53552135,0x33555533,0x00515324,0x20352103,0x0022223F,0x41331200,0x04133500,
21
+	0x21550000,0x33330222,0x35210515,0x00533333,0x5FF01502,0x02000015,0x00211200,0x08104216,
22
+	0x33122000,0x35112000,0x21320000,0x15320031,0x34000051,0x14001213,0x01004153,0x00112540,
23
+	0x00222140,0x00124D4B,0x3033214A,0x1257204F,0x44005C00,0x66155512,0x04244442,0x11215335,
24
+	0x21230012,0x21110012,0x21111144,0x12002221,0x11415311,0x00144211,0x21221112,0x04111127,
25
+	0x35000000,0x51000023,0x00020033,0x00211121,0x44084211,0x00415200,0x000025E4,0x10551129,
26
+	0xA3002489,0xF3004624,0xF700C654,0x87AD0086,0x0062B100,0x75300000,0x2A930000,0x88860051,
27 27
 
28
-	0x99320068,0x99982999,0x99089999,0x10999989,0xDDC98607,0x88619900,0x87A28888,0xB6170282,
29
-	0xB3287898,0x10990300,0x00278799,0x89991203,0x89110026,0x78321168,0x32201112,0x31630031,
30
-	0x41000214,0x5C01646B,0x0043F400,0x93003483,0x21801200,0x41600003,0x31600023,0x60001100,
31
-	0x12001233,0x00EE0013,0x60CDE336,0xCC00D131,0xDCC23312,0x00D21316,0x772611DD,0x26221177,
32
-	0xE2117300,0xCDDD777D,0xCC88008D,0xFCDDCFFF,0xFF20FFFF,0xC60300FD,0x62FFCFFF,0x31111600,
33
-	0x31211616,0x21EE00E6,0xDDDDDE11,0xDC00FCEE,0xCCFFDCCC,0x01FFCCCC,0xCFCCCECC,0x00CCD6DC,
34
-	0x6B21E576,0xFE006F11,0x80011E00,0x40130116,0x6D07016D,0x00000611,
28
+	0x6B65A956,0xB8009D45,0xBBB8C8BB,0xE0BB8BBB,0x03200400,0x76B60600,0x00118867,0xA9526822,
29
+	0x9D518687,0x51866700,0x15186668,0x3116008B,0x33268B45,0x76008852,0x7668E452,0x2221E522,
30
+	0x73000251,0x00120004,0x00C04487,0x110D118B,0xA4000005,0x0005003A,0x005AAE4E,0x99005000,
31
+	0x395000A3,0x0010009A,0x400099EE,0xCC009993,0xC0999500,0xD499E1FD,0xEE4D00FF,0x54CFFFD4,
32
+	0x88008862,0x68863988,0x003A9936,0xEA99AA33,0xAE99999A,0xA9999900,0xEE9999A3,0x999A00E5,
33
+	0x9AEE541E,0x15005766,0xAAEE55E1,0x0093A95E,0x3A99EA99,0xE999A999,0x03009A40,0xEA99E99E,
34
+	0xA9004EE3,0x5AD4145E,0x0005A3EE,0x5A95E4AA,0x393EE4AE,0x5EE1E500,0x5E4C11E9,0xCDD400E9,
35
+	0xDFFDEA54,0xFF00EE91,0x00EEA91F,
35 36
 };
36 37
 
37 38
 const unsigned short mug_05Pal[16] __attribute__((aligned(4)))=
38 39
 {
39
-	0x7FE0,0x1086,0x0844,0x18C9,0x294D,0x3E14,0x0000,0x2595,
40
-	0x3239,0x571E,0x6B5A,0x7FFF,0x3D5B,0x2090,0x0C47,0x4E1F,
40
+	0x7FE0,0x1884,0x0C42,0x398A,0x0000,0x2906,0x25B5,0x1D0C,
41
+	0x3E9B,0x7FFF,0x7B58,0x5F5F,0x20A4,0x4565,0x6292,0x61E8,
41 42
 };
42 43
 
43 44
 //}}BLOCK(mug_05)

+ 4
- 4
src/include/assets/mug/mug_05.h Прегледај датотеку

@@ -6,9 +6,9 @@
6 6
 //	mug_05, 32x32@4, 
7 7
 //	+ palette 16 entries, not compressed
8 8
 //	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 472 = 504
9
+//	Total size: 32 + 492 = 524
10 10
 //
11
-//	Time-stamp: 2017-01-21, 12:22:18
11
+//	Time-stamp: 2017-05-08, 11:18:01
12 12
 //	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13 13
 //	( http://www.coranac.com/projects/#grit )
14 14
 //
@@ -17,8 +17,8 @@
17 17
 #ifndef GRIT_MUG_05_H
18 18
 #define GRIT_MUG_05_H
19 19
 
20
-#define mug_05TilesLen 472
21
-extern const unsigned int mug_05Tiles[118];
20
+#define mug_05TilesLen 492
21
+extern const unsigned int mug_05Tiles[123];
22 22
 
23 23
 #define mug_05PalLen 32
24 24
 extern const unsigned short mug_05Pal[16];

+ 20
- 21
src/include/assets/mug/mug_06.c Прегледај датотеку

@@ -6,39 +6,38 @@
6 6
 //	mug_06, 32x32@4, 
7 7
 //	+ palette 16 entries, not compressed
8 8
 //	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 512 = 544
9
+//	Total size: 32 + 476 = 508
10 10
 //
11
-//	Time-stamp: 2017-01-01, 14:21:14
11
+//	Time-stamp: 2017-05-08, 11:18:01
12 12
 //	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13 13
 //	( http://www.coranac.com/projects/#grit )
14 14
 //
15 15
 //======================================================================
16 16
 
17
-const unsigned int mug_06Tiles[128] __attribute__((aligned(4)))=
17
+const unsigned int mug_06Tiles[119] __attribute__((aligned(4)))=
18 18
 {
19
-	0x00020010,0x6000002A,0x0B001001,0x44060041,0x11060080,0x62110000,0x21002000,0x32110076,
20
-	0x00441133,0x44551221,0x55544444,0x11555510,0x41220400,0x77001144,0x88632142,0x00776327,
21
-	0x00002222,0x00215444,0x44554400,0x44455522,0x00454014,0x44122227,0x06277614,0x78882113,
22
-	0x70470026,0x00AA0261,0x7000216C,0x11080011,0x40120800,0x207D0031,0x20008791,0x03009062,
23
-	0x03004579,0x79000067,0x0300A842,0x690000B8,0x08510300,0x77888888,0x88880300,0x78780087,
24
-	0x77754488,0x8600B345,0x87C36888,0xA0DC7888,0x10781910,0x8812671A,0x13006888,0x63787547,
25
-	0x00788764,0x787AB371,0x787BC379,0x8BDC6700,0x88776797,0x12760095,0x21000214,0x00800344,
26
-	0x26002103,0x27003444,0x03104140,0x42270214,0x16420344,0x00000300,0x89008792,0x00001075,
19
+	0x00020010,0xE000002A,0x13001001,0x44060041,0x1100000A,0x111F4034,0x00330B00,0x33331110,
20
+	0x33333131,0x33433305,0x06001333,0x81070013,0x00221C20,0x21333300,0x33280300,0x231D0002,
21
+	0x33431B00,0x41333A31,0x3F502900,0x000204A0,0x00A02112,0x1A205316,0x10003432,0x00440031,
22
+	0x00413320,0x22001320,0x21231200,0x90133200,0x12120300,0x23920300,0x33003443,0x34443121,
23
+	0x00333162,0x33127644,0x33167833,0x27763300,0x69923331,0x2A330012,0x31111261,0x14004313,
24
+	0x33441433,0xC0313441,0x03507200,0x33213323,0x21001151,0x33315111,0x50000005,0x12030031,
25
+	0x13236C00,0x53000002,0x51000511,0x48002331,0x23AF0051,0x32850011,0x00206212,0x21031012,
26
+	0x21200065,0x83002154,0x128B0052,0x11340330,0x566B5500,0x678ADC31,0x88660015,0x88885677,
27 27
 
28
-	0x41FB0022,0x80200022,0x14202400,0x23300014,0x1B019814,0x63208832,0x54577F00,0x02118087,
29
-	0x16887414,0x00114423,0x14231141,0x12DDDC44,0x78881400,0x58887654,0x88340044,0x77221447,
30
-	0x23001415,0x21321444,0x00CD3414,0xDE331111,0xDE39321C,0x00133320,0x44411167,0x41001124,
31
-	0x42113414,0x10113111,0x01321112,0x33210052,0x00006800,0xD07E117C,0x00BD8301,0xBEDD00D0,
32
-	0xFBCFFD00,0xCA00BBC0,0x3BBBBCDA,0x00BBA3E3,0xABB3EEFA,0xDEFEEDEF,0xAB322200,0xEF969CDE,
33
-	0x6763003E,0x7779C3DE,0x6C00CC3C,0xCCDC3367,0x00DCC3CC,0xDDC3DD3D,0xC969DD3D,0x66CFEF00,
34
-	0x96CABFC9,0xCBBE00FC,0xCBADE3C9,0x3C0033CC,0xEEECDDCA,0x02AACD33,0xFACDAFEF,0xDF11FEDF,
35
-	0x000D00DD,0x0CDFFF00,0xBB02BA00,0xABBB00CF,0xAB0700FF,0xBBBB0C00,0xBBBA03BB,0x690300FA,
28
+	0x86006777,0x82777778,0x00888888,0x86998651,0x48886531,0x23312300,0x12121133,0x12110011,
29
+	0x15151115,0x56003115,0x68311215,0x00332115,0x43511566,0x44515E34,0x63001245,0x00511115,
30
+	0x07000203,0x1500050D,0x018B0051,0x97002400,0x9B002360,0x0012FE00,0x00151331,0x31234310,
31
+	0x11513441,0x15134108,0xF5B80021,0x51001125,0xC55520DC,0x001BB3DD,0xBBE4A431,0xEAAEAAAE,
32
+	0xABAAAA00,0xBEAAAAAB,0xBAAA00BE,0x34BBE3E2,0xEE00352C,0x552FCD2E,0x0054BA22,0xEBAA3321,
33
+	0xEBAA1325,0xBA231200,0x2E513322,0x51132044,0x31153E01,0x05331552,0x13331121,0x23FB1021,
34
+	0x10800301,0x00325103,0x03AAE511,0xABFC5100,0xE5DDF234,0xCDC500AA,0x0052BAE5,
36 35
 };
37 36
 
38 37
 const unsigned short mug_06Pal[16] __attribute__((aligned(4)))=
39 38
 {
40
-	0x7FE0,0x0885,0x0442,0x0000,0x112B,0x1DD1,0x29D6,0x429D,
41
-	0x677F,0x1D0D,0x6B5A,0x7FFF,0x1463,0x24E7,0x45CD,0x56B5,
39
+	0x7FE0,0x1884,0x0C42,0x2906,0x3DAB,0x0000,0x25B5,0x5F5F,
40
+	0x3E9B,0x1D0C,0x7FFF,0x7B58,0x4565,0x61E8,0x6292,0x20A4,
42 41
 };
43 42
 
44 43
 //}}BLOCK(mug_06)

+ 4
- 4
src/include/assets/mug/mug_06.h Прегледај датотеку

@@ -6,9 +6,9 @@
6 6
 //	mug_06, 32x32@4, 
7 7
 //	+ palette 16 entries, not compressed
8 8
 //	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 512 = 544
9
+//	Total size: 32 + 476 = 508
10 10
 //
11
-//	Time-stamp: 2017-01-01, 14:21:14
11
+//	Time-stamp: 2017-05-08, 11:18:01
12 12
 //	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13 13
 //	( http://www.coranac.com/projects/#grit )
14 14
 //
@@ -17,8 +17,8 @@
17 17
 #ifndef GRIT_MUG_06_H
18 18
 #define GRIT_MUG_06_H
19 19
 
20
-#define mug_06TilesLen 512
21
-extern const unsigned int mug_06Tiles[128];
20
+#define mug_06TilesLen 476
21
+extern const unsigned int mug_06Tiles[119];
22 22
 
23 23
 #define mug_06PalLen 32
24 24
 extern const unsigned short mug_06Pal[16];

+ 21
- 19
src/include/assets/mug/mug_07.c Прегледај датотеку

@@ -6,37 +6,39 @@
6 6
 //	mug_07, 32x32@4, 
7 7
 //	+ palette 16 entries, not compressed
8 8
 //	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 444 = 476
9
+//	Total size: 32 + 484 = 516
10 10
 //
11
-//	Time-stamp: 2017-01-01, 14:21:14
11
+//	Time-stamp: 2017-05-08, 11:18:02
12 12
 //	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13 13
 //	( http://www.coranac.com/projects/#grit )
14 14
 //
15 15
 //======================================================================
16 16
 
17
-const unsigned int mug_07Tiles[111] __attribute__((aligned(4)))=
17
+const unsigned int mug_07Tiles[121] __attribute__((aligned(4)))=
18 18
 {
19
-	0x00020010,0xE000002A,0x13002001,0x32170012,0x310A00A0,0x00111F00,0x8A333110,0x41330200,
20
-	0x34030033,0x80440400,0x44430800,0x22133322,0x21110044,0x13330002,0x33420221,0x33330400,
21
-	0x22002211,0x2600AA13,0x112E0033,0x90232E00,0x00AE025F,0x0340216C,0x100C0011,0x336E0003,
22
-	0x130340B2,0x1E007A00,0x93002220,0x03508068,0x43312213,0x00333121,0x22211211,0x65522222,
23
-	0x61136600,0x32A97777,0x2A570076,0x1A777762,0x77007773,0x12211444,0x00122222,0x11225531,
24
-	0x22566633,0x31161300,0x92A32125,0x26220025,0x175255A2,0x712D56A3,0x31740031,0x89108500,
25
-	0xAB031023,0x00218000,0x8C002284,0x207F2085,0x01505A6B,0x03408007,0x01B01251,0x6600CB1B,
26
-	0x77777777,0x50777767,0x75030076,0x67680B00,0x52007655,0x2C777776,0x00666665,0x555558AA,
19
+	0x00020010,0xF0000035,0x200F0001,0x00121300,0x30324017,0x0021101B,0x00133110,0x23333110,
20
+	0x23333331,0x33333300,0x13333311,0x0600C412,0x22002310,0x112C0022,0x31000522,0x00021133,
21
+	0x1F00411B,0x2300134C,0x10001133,0x00005BF0,0x12000454,0x11160041,0x20000810,0x41003160,
22
+	0x52122700,0x00132000,0x53200075,0x63100077,0x32007700,0x32008961,0x13A90076,0x51565551,
23
+	0x75008775,0x78777795,0x00877787,0x46995795,0xA6AA4844,0xBB6A6608,0xAA0100A6,0x1100556B,
24
+	0x65873111,0x00771111,0x78111697,0x96166987,0x68885900,0x8778644A,0x794600BA,0x846AAA77,
25
+	0x00A81377,0x03101168,0x04031021,0x00821100,0x21121674,0x14002600,0x18108025,0x00B87632,
26
+	0x00B67614,0xAA841400,0x99612000,0x41400000,0x44000096,0x00000898,0xB9008860,0x00AAAB84,
27 27
 
28
-	0x73566677,0x56677708,0x52030065,0x25006777,0x25667722,0x00566600,0x285502B2,0x22280DBB,
29
-	0x852BCB17,0x40256001,0x1001F0FB,0xACD0000E,0xAABDD000,0xCD00BD00,0xADCBD0AA,0x00ABB0AA,
30
-	0xABADD22D,0xABA2ADBB,0xC2AADB00,0xAAACDBBC,0x288800DB,0xCDBCDBCA,0xBA00BDCA,0xDACDBCA2,
31
-	0x002DBCD2,0x2BDBEEE2,0x2C2BDEFE,0x2BADFF00,0xB2AADF2A,0x2CAB202B,0xCADA2600,0x00CAAADB,
32
-	0xAAAAC2AA,0xAAAAAD22,0x2DAB2C00,0xCAAC2C22,0xAADB02BD,0x0DDDDBAA,0x00DCC400,0xCAAD0000,
33
-	0xBAAD000D,0xCD00DB00,0xBD00BCAB,0x0DBA00AC,0x02BAAABB,0xBC00AABB,0x00000002,
28
+	0x66A6CAAC,0x74CAEDDB,0xCFEEB800,0xDFEED744,0xEED70031,0xEEDDEEEF,0xEC00EEDF,0xDDDDF9EE,
29
+	0x00ACCCEE,0x6BCE994A,0x74B556A6,0xCE74C800,0xDE74C744,0x94C70031,0x56CDDEEE,0x6D01DEEE,
30
+	0x4CDCDE89,0x7C006888,0x10167720,0x87002103,0x00000414,0x00042498,0x2A004269,0x04014900,
31
+	0x461A3144,0xC0952101,0x73006F00,0x22005862,0x20008561,0x14751331,0x00961333,0x62213334,
32
+	0x877CDD69,0xDDDF5600,0xDDF585DD,0x587700DD,0x58775555,0x77107789,0x09017898,0x85997777,
33
+	0xC9777700,0xDD4896DD,0x649600FC,0x966556FC,0x87018566,0x77785895,0x21009798,0x25008754,
34
+	0x96100158,0x06896C01,0x88000008,0x49030069,0x89000002,0x95002149,0x04041114,0x41133146,
35
+	0x00AB0114,
34 36
 };
35 37
 
36 38
 const unsigned short mug_07Pal[16] __attribute__((aligned(4)))=
37 39
 {
38
-	0x7FE0,0x0CA6,0x0021,0x192A,0x25AE,0x29B6,0x3E9B,0x5F5F,
39
-	0x1CCA,0x7B58,0x7FFF,0x5A2E,0x76F5,0x24E7,0x4166,0x622C,
40
+	0x7FE0,0x4565,0x20A4,0x5E07,0x0000,0x3DAB,0x1884,0x7FFF,
41
+	0x7B58,0x6292,0x0C42,0x2906,0x25B5,0x363A,0x5B3E,0x1D0C,
40 42
 };
41 43
 
42 44
 //}}BLOCK(mug_07)

+ 4
- 4
src/include/assets/mug/mug_07.h Прегледај датотеку

@@ -6,9 +6,9 @@
6 6
 //	mug_07, 32x32@4, 
7 7
 //	+ palette 16 entries, not compressed
8 8
 //	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 444 = 476
9
+//	Total size: 32 + 484 = 516
10 10
 //
11
-//	Time-stamp: 2017-01-01, 14:21:14
11
+//	Time-stamp: 2017-05-08, 11:18:02
12 12
 //	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13 13
 //	( http://www.coranac.com/projects/#grit )
14 14
 //
@@ -17,8 +17,8 @@
17 17
 #ifndef GRIT_MUG_07_H
18 18
 #define GRIT_MUG_07_H
19 19
 
20
-#define mug_07TilesLen 444
21
-extern const unsigned int mug_07Tiles[111];
20
+#define mug_07TilesLen 484
21
+extern const unsigned int mug_07Tiles[121];
22 22
 
23 23
 #define mug_07PalLen 32
24 24
 extern const unsigned short mug_07Pal[16];

+ 21
- 21
src/include/assets/mug/mug_08.c Прегледај датотеку

@@ -6,39 +6,39 @@
6 6
 //	mug_08, 32x32@4, 
7 7
 //	+ palette 16 entries, not compressed
8 8
 //	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 492 = 524
9
+//	Total size: 32 + 504 = 536
10 10
 //
11
-//	Time-stamp: 2017-01-21, 12:22:18
11
+//	Time-stamp: 2017-05-08, 11:18:02
12 12
 //	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13 13
 //	( http://www.coranac.com/projects/#grit )
14 14
 //
15 15
 //======================================================================
16 16
 
17
-const unsigned int mug_08Tiles[123] __attribute__((aligned(4)))=
17
+const unsigned int mug_08Tiles[126] __attribute__((aligned(4)))=
18 18
 {
19
-	0x00020010,0xE0000020,0x00001201,0x00A85120,0x0A005503,0x101F3053,0x10000021,0x22222331,
20
-	0x00551233,0x53552135,0x33555533,0x00515324,0x20352103,0x0022223F,0x41331200,0x04133500,
21
-	0x21550000,0x33330222,0x35210515,0x00533333,0x5FF01502,0x02000015,0x00211200,0x08104216,
22
-	0x33122000,0x35112000,0x21320000,0x15320031,0x34000051,0x14001213,0x01004153,0x00112540,
23
-	0x00222140,0x00124D4B,0x3033214A,0x1257204F,0x44005C00,0x66155512,0x04244442,0x11215335,
24
-	0x21230012,0x21110012,0x21111144,0x12002221,0x11415311,0x00144211,0x21221112,0x04111127,
25
-	0x35000000,0x51000023,0x00020033,0x00211121,0x44084211,0x00415200,0x000025E4,0x10551129,
26
-	0xA3002489,0xF3004624,0xF700C654,0x87AD0086,0x0062B100,0x75300000,0x2A930000,0x88860051,
19
+	0x00020010,0x20000020,0x00002201,0x00143320,0x03003200,0x110B0021,0x07008032,0x32100033,
20
+	0x00111133,0x21121111,0x22333322,0x04001144,0x00322123,0x92333304,0x55230110,0x11770200,
21
+	0x00113C10,0x22220001,0x23330411,0x32412200,0x21222233,0x22220022,0x21265565,0x67357958,
22
+	0x605F402A,0x70000406,0x91701042,0x12220800,0x33207D00,0x006A0033,0x33310033,0x23320023,
23
+	0x33101105,0x03006233,0x00070052,0x33324056,0x77523396,0x76237700,0x95627777,0x76990077,
24
+	0x79889987,0x4A008597,0xA6468777,0x00548977,0xBA4877B5,0x777799CB,0x7959A900,0x98686777,
25
+	0x4A670079,0x66998A44,0x8400466B,0x4BA55A55,0x02BAACAA,0xBFCEDDA6,0x6C0022AB,0x0122092A,
26
+	0x7000A700,0x03002A77,0x00122600,0x0042A698,0x42A8016A,0x42498400,0x00630000,0x33240076,
27 27
 
28
-	0x6B65A956,0xB8009D45,0xBBB8C8BB,0xE0BB8BBB,0x03200400,0x76B60600,0x00118867,0xA9526822,
29
-	0x9D518687,0x51866700,0x15186668,0x3116008B,0x33268B45,0x76008852,0x7668E452,0x2221E522,
30
-	0x73000251,0x00120004,0x00C04487,0x110D118B,0xA4000005,0x0005003A,0x005AAE4E,0x99005000,
31
-	0x395000A3,0x0010009A,0x400099EE,0xCC009993,0xC0999500,0xD499E1FD,0xEE4D00FF,0x54CFFFD4,
32
-	0x88008862,0x68863988,0x003A9936,0xEA99AA33,0xAE99999A,0xA9999900,0xEE9999A3,0x999A00E5,
33
-	0x9AEE541E,0x15005766,0xAAEE55E1,0x0093A95E,0x3A99EA99,0xE999A999,0x03009A40,0xEA99E99E,
34
-	0xA9004EE3,0x5AD4145E,0x0005A3EE,0x5A95E4AA,0x393EE4AE,0x5EE1E500,0x5E4C11E9,0xCDD400E9,
35
-	0xDFFDEA54,0xFF00EE91,0x3AEEA91F,
28
+	0x2240007A,0xFB007A40,0x2400006A,0x002800A2,0x40030010,0x69149D10,0xA94700AA,0x8744A487,
29
+	0x3201A497,0xEA6497E7,0x030069DD,0xA55A8800,0x66A89ADC,0x4994008B,0xACDEECBA,0xDD00A847,
30
+	0xDD6944CD,0x006932ED,0xACEECDDD,0x4AECDDDD,0xCECEDD00,0xBCEC774B,0xCEEE0084,0x4994666A,
31
+	0x84000041,0x54000148,0x05000446,0x00004A84,0xA800018A,0x486A7401,0x7F010B41,0xA0034040,
32
+	0x02A17700,0x42310000,0x0B011000,0x03208024,0x5589A412,0x006A86E6,0x9679A899,0x78798777,
33
+	0x78577700,0x7A897777,0x98770079,0x95977884,0x89009841,0x866ACE86,0x00566A98,0x99967788,
34
+	0x77797795,0x77778904,0x22009777,0x00819877,0x77795808,0x01A66897,0x0A9705E0,0x00770000,
35
+	0x74007774,0x04489700,0x012A8900,0x24880000,0x21480042,0x00590042,
36 36
 };
37 37
 
38 38
 const unsigned short mug_08Pal[16] __attribute__((aligned(4)))=
39 39
 {
40
-	0x7FE0,0x1884,0x0C42,0x398A,0x0000,0x2906,0x25B5,0x1D0C,
41
-	0x3E9B,0x7FFF,0x7B58,0x5F5F,0x20A4,0x4565,0x6292,0x61E8,
40
+	0x7FE0,0x20A4,0x4565,0x5E07,0x0000,0x3DAB,0x2906,0x7FFF,
41
+	0x6292,0x7B58,0x1884,0x0C42,0x25B5,0x5B3E,0x363A,0x1D0C,
42 42
 };
43 43
 
44 44
 //}}BLOCK(mug_08)

+ 4
- 4
src/include/assets/mug/mug_08.h Прегледај датотеку

@@ -6,9 +6,9 @@
6 6
 //	mug_08, 32x32@4, 
7 7
 //	+ palette 16 entries, not compressed
8 8
 //	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 492 = 524
9
+//	Total size: 32 + 504 = 536
10 10
 //
11
-//	Time-stamp: 2017-01-21, 12:22:18
11
+//	Time-stamp: 2017-05-08, 11:18:02
12 12
 //	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13 13
 //	( http://www.coranac.com/projects/#grit )
14 14
 //
@@ -17,8 +17,8 @@
17 17
 #ifndef GRIT_MUG_08_H
18 18
 #define GRIT_MUG_08_H
19 19
 
20
-#define mug_08TilesLen 492
21
-extern const unsigned int mug_08Tiles[123];
20
+#define mug_08TilesLen 504
21
+extern const unsigned int mug_08Tiles[126];
22 22
 
23 23
 #define mug_08PalLen 32
24 24
 extern const unsigned short mug_08Pal[16];

+ 0
- 43
src/include/assets/mug/mug_09.c Прегледај датотеку

@@ -1,43 +0,0 @@
1
-
2
-//{{BLOCK(mug_09)
3
-
4
-//======================================================================
5
-//
6
-//	mug_09, 32x32@4, 
7
-//	+ palette 16 entries, not compressed
8
-//	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 476 = 508
10
-//
11
-//	Time-stamp: 2017-01-21, 12:22:18
12
-//	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13
-//	( http://www.coranac.com/projects/#grit )
14
-//
15
-//======================================================================
16
-
17
-const unsigned int mug_09Tiles[119] __attribute__((aligned(4)))=
18
-{
19
-	0x00020010,0xE000002A,0x13001001,0x44060041,0x1100000A,0x111F4034,0x00330B00,0x33331110,
20
-	0x33333131,0x33433305,0x06001333,0x81070013,0x00221C20,0x21333300,0x33280300,0x231D0002,
21
-	0x33431B00,0x41333A31,0x3F502900,0x000204A0,0x00A02112,0x1A205316,0x10003432,0x00440031,
22
-	0x00413320,0x22001320,0x21231200,0x90133200,0x12120300,0x23920300,0x33003443,0x34443121,
23
-	0x00333162,0x33127644,0x33167833,0x27763300,0x69923331,0x2A330012,0x31111261,0x14004313,
24
-	0x33441433,0xC0313441,0x03507200,0x33213323,0x21001151,0x33315111,0x50000005,0x12030031,
25
-	0x13236C00,0x53000002,0x51000511,0x48002331,0x23AF0051,0x32850011,0x00206212,0x21031012,
26
-	0x21200065,0x83002154,0x128B0052,0x11340330,0x566B5500,0x678ADC31,0x88660015,0x88885677,
27
-
28
-	0x86006777,0x82777778,0x00888888,0x86998651,0x48886531,0x23312300,0x12121133,0x12110011,
29
-	0x15151115,0x56003115,0x68311215,0x00332115,0x43511566,0x44515E34,0x63001245,0x00511115,
30
-	0x07000203,0x1500050D,0x018B0051,0x97002400,0x9B002360,0x0012FE00,0x00151331,0x31234310,
31
-	0x11513441,0x15134108,0xF5B80021,0x51001125,0xC55520DC,0x001BB3DD,0xBBE4A431,0xEAAEAAAE,
32
-	0xABAAAA00,0xBEAAAAAB,0xBAAA00BE,0x34BBE3E2,0xEE00352C,0x552FCD2E,0x0054BA22,0xEBAA3321,
33
-	0xEBAA1325,0xBA231200,0x2E513322,0x51132044,0x31153E01,0x05331552,0x13331121,0x23FB1021,
34
-	0x10800301,0x00325103,0x03AAE511,0xABFC5100,0xE5DDF234,0xCDC500AA,0x1143BAE5,
35
-};
36
-
37
-const unsigned short mug_09Pal[16] __attribute__((aligned(4)))=
38
-{
39
-	0x7FE0,0x1884,0x0C42,0x2906,0x3DAB,0x0000,0x25B5,0x5F5F,
40
-	0x3E9B,0x1D0C,0x7FFF,0x7B58,0x4565,0x61E8,0x6292,0x20A4,
41
-};
42
-
43
-//}}BLOCK(mug_09)

+ 0
- 28
src/include/assets/mug/mug_09.h Прегледај датотеку

@@ -1,28 +0,0 @@
1
-
2
-//{{BLOCK(mug_09)
3
-
4
-//======================================================================
5
-//
6
-//	mug_09, 32x32@4, 
7
-//	+ palette 16 entries, not compressed
8
-//	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 476 = 508
10
-//
11
-//	Time-stamp: 2017-01-21, 12:22:18
12
-//	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13
-//	( http://www.coranac.com/projects/#grit )
14
-//
15
-//======================================================================
16
-
17
-#ifndef GRIT_MUG_09_H
18
-#define GRIT_MUG_09_H
19
-
20
-#define mug_09TilesLen 476
21
-extern const unsigned int mug_09Tiles[119];
22
-
23
-#define mug_09PalLen 32
24
-extern const unsigned short mug_09Pal[16];
25
-
26
-#endif // GRIT_MUG_09_H
27
-
28
-//}}BLOCK(mug_09)

+ 0
- 44
src/include/assets/mug/mug_10.c Прегледај датотеку

@@ -1,44 +0,0 @@
1
-
2
-//{{BLOCK(mug_10)
3
-
4
-//======================================================================
5
-//
6
-//	mug_10, 32x32@4, 
7
-//	+ palette 16 entries, not compressed
8
-//	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 484 = 516
10
-//
11
-//	Time-stamp: 2017-01-01, 14:21:14
12
-//	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13
-//	( http://www.coranac.com/projects/#grit )
14
-//
15
-//======================================================================
16
-
17
-const unsigned int mug_10Tiles[121] __attribute__((aligned(4)))=
18
-{
19
-	0x00020010,0xF0000035,0x200F0001,0x00121300,0x30324017,0x0021101B,0x00133110,0x23333110,
20
-	0x23333331,0x33333300,0x13333311,0x0600C412,0x22002310,0x112C0022,0x31000522,0x00021133,
21
-	0x1F00411B,0x2300134C,0x10001133,0x00005BF0,0x12000454,0x11160041,0x20000810,0x41003160,
22
-	0x52122700,0x00132000,0x53200075,0x63100077,0x32007700,0x32008961,0x13A90076,0x51565551,
23
-	0x75008775,0x78777795,0x00877787,0x46995795,0xA6AA4844,0xBB6A6608,0xAA0100A6,0x1100556B,
24
-	0x65873111,0x00771111,0x78111697,0x96166987,0x68885900,0x8778644A,0x794600BA,0x846AAA77,
25
-	0x00A81377,0x03101168,0x04031021,0x00821100,0x21121674,0x14002600,0x18108025,0x00B87632,
26
-	0x00B67614,0xAA841400,0x99612000,0x41400000,0x44000096,0x00000898,0xB9008860,0x00AAAB84,
27
-
28
-	0x66A6CAAC,0x74CAEDDB,0xCFEEB800,0xDFEED744,0xEED70031,0xEEDDEEEF,0xEC00EEDF,0xDDDDF9EE,
29
-	0x00ACCCEE,0x6BCE994A,0x74B556A6,0xCE74C800,0xDE74C744,0x94C70031,0x56CDDEEE,0x6D01DEEE,
30
-	0x4CDCDE89,0x7C006888,0x10167720,0x87002103,0x00000414,0x00042498,0x2A004269,0x04014900,
31
-	0x461A3144,0xC0952101,0x73006F00,0x22005862,0x20008561,0x14751331,0x00961333,0x62213334,
32
-	0x877CDD69,0xDDDF5600,0xDDF585DD,0x587700DD,0x58775555,0x77107789,0x09017898,0x85997777,
33
-	0xC9777700,0xDD4896DD,0x649600FC,0x966556FC,0x87018566,0x77785895,0x21009798,0x25008754,
34
-	0x96100158,0x06896C01,0x88000008,0x49030069,0x89000002,0x95002149,0x04041114,0x41133146,
35
-	0x88AB0114,
36
-};
37
-
38
-const unsigned short mug_10Pal[16] __attribute__((aligned(4)))=
39
-{
40
-	0x7FE0,0x4565,0x20A4,0x5E07,0x0000,0x3DAB,0x1884,0x7FFF,
41
-	0x7B58,0x6292,0x0C42,0x2906,0x25B5,0x363A,0x5B3E,0x1D0C,
42
-};
43
-
44
-//}}BLOCK(mug_10)

+ 0
- 28
src/include/assets/mug/mug_10.h Прегледај датотеку

@@ -1,28 +0,0 @@
1
-
2
-//{{BLOCK(mug_10)
3
-
4
-//======================================================================
5
-//
6
-//	mug_10, 32x32@4, 
7
-//	+ palette 16 entries, not compressed
8
-//	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 484 = 516
10
-//
11
-//	Time-stamp: 2017-01-01, 14:21:14
12
-//	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13
-//	( http://www.coranac.com/projects/#grit )
14
-//
15
-//======================================================================
16
-
17
-#ifndef GRIT_MUG_10_H
18
-#define GRIT_MUG_10_H
19
-
20
-#define mug_10TilesLen 484
21
-extern const unsigned int mug_10Tiles[121];
22
-
23
-#define mug_10PalLen 32
24
-extern const unsigned short mug_10Pal[16];
25
-
26
-#endif // GRIT_MUG_10_H
27
-
28
-//}}BLOCK(mug_10)

+ 0
- 44
src/include/assets/mug/mug_11.c Прегледај датотеку

@@ -1,44 +0,0 @@
1
-
2
-//{{BLOCK(mug_11)
3
-
4
-//======================================================================
5
-//
6
-//	mug_11, 32x32@4, 
7
-//	+ palette 16 entries, not compressed
8
-//	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 504 = 536
10
-//
11
-//	Time-stamp: 2017-01-21, 12:22:18
12
-//	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13
-//	( http://www.coranac.com/projects/#grit )
14
-//
15
-//======================================================================
16
-
17
-const unsigned int mug_11Tiles[126] __attribute__((aligned(4)))=
18
-{
19
-	0x00020010,0x20000020,0x00002201,0x00143320,0x03003200,0x110B0021,0x07008032,0x32100033,
20
-	0x00111133,0x21121111,0x22333322,0x04001144,0x00322123,0x92333304,0x55230110,0x11770200,
21
-	0x00113C10,0x22220001,0x23330411,0x32412200,0x21222233,0x22220022,0x21265565,0x67357958,
22
-	0x605F402A,0x70000406,0x91701042,0x12220800,0x33207D00,0x006A0033,0x33310033,0x23320023,
23
-	0x33101105,0x03006233,0x00070052,0x33324056,0x77523396,0x76237700,0x95627777,0x76990077,
24
-	0x79889987,0x4A008597,0xA6468777,0x00548977,0xBA4877B5,0x777799CB,0x7959A900,0x98686777,
25
-	0x4A670079,0x66998A44,0x8400466B,0x4BA55A55,0x02BAACAA,0xBFCEDDA6,0x6C0022AB,0x0122092A,
26
-	0x7000A700,0x03002A77,0x00122600,0x0042A698,0x42A8016A,0x42498400,0x00630000,0x33240076,
27
-
28
-	0x2240007A,0xFB007A40,0x2400006A,0x002800A2,0x40030010,0x69149D10,0xA94700AA,0x8744A487,
29
-	0x3201A497,0xEA6497E7,0x030069DD,0xA55A8800,0x66A89ADC,0x4994008B,0xACDEECBA,0xDD00A847,
30
-	0xDD6944CD,0x006932ED,0xACEECDDD,0x4AECDDDD,0xCECEDD00,0xBCEC774B,0xCEEE0084,0x4994666A,
31
-	0x84000041,0x54000148,0x05000446,0x00004A84,0xA800018A,0x486A7401,0x7F010B41,0xA0034040,
32
-	0x02A17700,0x42310000,0x0B011000,0x03208024,0x5589A412,0x006A86E6,0x9679A899,0x78798777,
33
-	0x78577700,0x7A897777,0x98770079,0x95977884,0x89009841,0x866ACE86,0x00566A98,0x99967788,
34
-	0x77797795,0x77778904,0x22009777,0x00819877,0x77795808,0x01A66897,0x0A9705E0,0x00770000,
35
-	0x74007774,0x04489700,0x012A8900,0x24880000,0x21480042,0x00000042,
36
-};
37
-
38
-const unsigned short mug_11Pal[16] __attribute__((aligned(4)))=
39
-{
40
-	0x7FE0,0x20A4,0x4565,0x5E07,0x0000,0x3DAB,0x2906,0x7FFF,
41
-	0x6292,0x7B58,0x1884,0x0C42,0x25B5,0x5B3E,0x363A,0x1D0C,
42
-};
43
-
44
-//}}BLOCK(mug_11)

+ 0
- 28
src/include/assets/mug/mug_11.h Прегледај датотеку

@@ -1,28 +0,0 @@
1
-
2
-//{{BLOCK(mug_11)
3
-
4
-//======================================================================
5
-//
6
-//	mug_11, 32x32@4, 
7
-//	+ palette 16 entries, not compressed
8
-//	+ 16 tiles lz77 compressed
9
-//	Total size: 32 + 504 = 536
10
-//
11
-//	Time-stamp: 2017-01-21, 12:22:18
12
-//	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
13
-//	( http://www.coranac.com/projects/#grit )
14
-//
15
-//======================================================================
16
-
17
-#ifndef GRIT_MUG_11_H
18
-#define GRIT_MUG_11_H
19
-
20
-#define mug_11TilesLen 504
21
-extern const unsigned int mug_11Tiles[126];
22
-
23
-#define mug_11PalLen 32
24
-extern const unsigned short mug_11Pal[16];
25
-
26
-#endif // GRIT_MUG_11_H
27
-
28
-//}}BLOCK(mug_11)

+ 36
- 46
src/interface/mugshot_table.s Прегледај датотеку

@@ -1,46 +1,36 @@
1
-.align 2
2
-.thumb
3
-.section .rodata
4
-
5
-mugshot_table_int:
6
-.word mug_00Tiles
7
-.word mug_00Pal
8
-
9
-.word mug_01Tiles
10
-.word mug_01Pal
11
-
12
-.word mug_02Tiles
13
-.word mug_02Pal
14
-
15
-.word 0
16
-.word 0
17
-
18
-.word 0
19
-.word 0
20
-
21
-.word mug_05Tiles
22
-.word mug_05Pal
23
-
24
-.word mug_06Tiles
25
-.word mug_06Pal
26
-
27
-.word mug_07Tiles
28
-.word mug_07Pal
29
-
30
-.word mug_08Tiles
31
-.word mug_08Pal
32
-
33
-.word mug_09Tiles
34
-.word mug_09Pal
35
-
36
-.word mug_10Tiles
37
-.word mug_10Pal
38
-
39
-.word mug_11Tiles
40
-.word mug_11Pal
41
-
42
-.global mugshots
43
-mugshots:
44
-    .word mugshot_table_int
45
-
46
-
1
+.align 2
2
+.thumb
3
+.section .rodata
4
+
5
+mugshot_table_int:
6
+.word mug_00Tiles
7
+.word mug_00Pal
8
+
9
+.word mug_01Tiles
10
+.word mug_01Pal
11
+
12
+.word mug_02Tiles
13
+.word mug_02Pal
14
+
15
+.word mug_03Tiles
16
+.word mug_03Pal
17
+
18
+.word mug_04Tiles
19
+.word mug_04Pal
20
+
21
+.word mug_05Tiles
22
+.word mug_05Pal
23
+
24
+.word mug_06Tiles
25
+.word mug_06Pal
26
+
27
+.word mug_07Tiles
28
+.word mug_07Pal
29
+
30
+.word mug_08Tiles
31
+.word mug_08Pal
32
+
33
+
34
+.global mugshots
35
+mugshots:
36
+.word mugshot_table_int