Skip to content

Commit 811aa92

Browse files
committed
add donut and tokumaru to repo (i'm unsure which one to use)
1 parent dbfd253 commit 811aa92

File tree

14 files changed

+517
-9
lines changed

14 files changed

+517
-9
lines changed

scripts/donut.py

Lines changed: 507 additions & 0 deletions
Large diffs are not rendered by default.

scripts/tokumaru-1.3.0.tar.gz

31.8 KB
Binary file not shown.

src/assets.c

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
#include "assets.h"
22

33
file(chr_menu_global, chr_bank_0) = {
4-
#embed "./chr/Menu_Global.chr" // 0.50 kb
4+
#embed "./chr/uncompressed/Menu_Global.chr" // 0.50 kb
55
};
66
file(chr_font, chr_bank_0) = {
7-
#embed "./chr/Font.chr" // 1.50 kb
7+
#embed "./chr/uncompressed/Font.chr" // 1.50 kb
88
};
99
file(chr_logo, chr_bank_0) = {
10-
#embed "./chr/Logo.chr" // 1.00 kb
10+
#embed "./chr/uncompressed/Logo.chr" // 1.00 kb
1111
};
1212
file(chr_famidash, chr_bank_0) = {
13-
#embed "./chr/Famidash.chr" // 1.00 kb
13+
#embed "./chr/uncompressed/Famidash.chr" // 1.00 kb
1414
};
1515

1616

1717
file(chr_tiles_global, chr_bank_1) = {
18-
#embed "./chr/General.chr" // 1.00 kb
18+
#embed "./chr/uncompressed/General.chr" // 1.00 kb
1919
};
2020
file(chr_tiles_grid, chr_bank_1) = {
21-
#embed "./chr/Grid.chr" // 1.00 kb
21+
#embed "./chr/uncompressed/Grid.chr" // 1.00 kb
2222
};
2323
file(chr_tiles_cross, chr_bank_1) = {
24-
#embed "./chr/Cross.chr" // 0.25 kb
24+
#embed "./chr/uncompressed/Cross.chr" // 0.25 kb
2525
};
2626
file(chr_tiles_brick, chr_bank_1) = {
27-
#embed "./chr/Brick.chr" // 0.25 kb
27+
#embed "./chr/uncompressed/Brick.chr" // 0.25 kb
2828
};
2929
file(chr_tiles_black, chr_bank_1) = {
30-
#embed "./chr/Black.chr" // 0.25 kb
30+
#embed "./chr/uncompressed/Black.chr" // 0.25 kb
3131
};
3232

3333
//embed(); // 1.00 kb
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)