Don't export headers from grit and fixed tilemap stuff

This commit is contained in:
Alex Gentilucci 2020-06-02 20:38:28 -06:00
parent f08417263e
commit f4a3e7e5f1
Signed by: nytpu
GPG Key ID: 144ADD49F173F5CE
12 changed files with 3 additions and 95 deletions

View File

@ -1 +1 @@
-g -gB4 -al0 -aw16 -m! -p -pS -Oschnoz -ftb -oschnoz_f1 -Zl
-g -gB4 -al0 -aw16 -m! -p -pn4 -pS -ftb -fh! -oschnoz_f1 -Oschnoz -Zl

View File

@ -1 +1 @@
-g -gB4 -al16 -aw16 -m! -p -pS -Oschnoz -ftb -oschnoz_f2 -Zl
-g -gB4 -al17 -aw16 -m! -p -pn4 -pS -ftb -fh! -oschnoz_f2 -Oschnoz -Zl

View File

@ -1 +1 @@
-g! -m -mR4 -p! -ftb -Zl -ohub -fxhub.img.bin
-g -gB4 -m -mR4 -mLs -p -pn6 -Mh2 -Mw2 -MRp -ftb -fh! -ohub -Zl

View File

@ -1 +0,0 @@
-g -gB4 -m! -p -Mh2 -Mw2 -MRp -ftb -Zl -ohub

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,19 +0,0 @@
//{{BLOCK(hubShared)
//======================================================================
//
// hubShared, 0x0@8,
//
// Time-stamp: 2020-06-02, 19:56:40
// Exported by Cearn's GBA Image Transmogrifier, v0.8.15
// ( http://www.coranac.com/projects/#grit )
//
//======================================================================
#ifndef GRIT_HUBSHARED_H
#define GRIT_HUBSHARED_H
#endif // GRIT_HUBSHARED_H
//}}BLOCK(hubShared)

View File

@ -1,24 +0,0 @@
//{{BLOCK(schnoz)
//======================================================================
//
// schnoz, 16x16@4,
// + palette 8 entries, lz77 compressed
// Total size: 16 = 16
//
// Time-stamp: 2020-06-02, 19:52:02
// Exported by Cearn's GBA Image Transmogrifier, v0.8.15
// ( http://www.coranac.com/projects/#grit )
//
//======================================================================
#ifndef GRIT_SCHNOZ_H
#define GRIT_SCHNOZ_H
#define schnozPalLen 16
extern const unsigned short schnozPal[8];
#endif // GRIT_SCHNOZ_H
//}}BLOCK(schnoz)

View File

@ -1,24 +0,0 @@
//{{BLOCK(schnoz_f1)
//======================================================================
//
// schnoz_f1, 16x32@4,
// + 8 tiles lz77 compressed
// Total size: 120 = 120
//
// Time-stamp: 2020-06-02, 19:51:58
// Exported by Cearn's GBA Image Transmogrifier, v0.8.15
// ( http://www.coranac.com/projects/#grit )
//
//======================================================================
#ifndef GRIT_SCHNOZ_F1_H
#define GRIT_SCHNOZ_F1_H
#define schnoz_f1TilesLen 120
extern const unsigned int schnoz_f1Tiles[30];
#endif // GRIT_SCHNOZ_F1_H
//}}BLOCK(schnoz_f1)

View File

@ -1,24 +0,0 @@
//{{BLOCK(schnoz_f2)
//======================================================================
//
// schnoz_f2, 16x32@4,
// + 8 tiles lz77 compressed
// Total size: 148 = 148
//
// Time-stamp: 2020-06-02, 19:52:02
// Exported by Cearn's GBA Image Transmogrifier, v0.8.15
// ( http://www.coranac.com/projects/#grit )
//
//======================================================================
#ifndef GRIT_SCHNOZ_F2_H
#define GRIT_SCHNOZ_F2_H
#define schnoz_f2TilesLen 148
extern const unsigned int schnoz_f2Tiles[37];
#endif // GRIT_SCHNOZ_F2_H
//}}BLOCK(schnoz_f2)