-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manual: Add user-colored border at bottom of top bar
- Loading branch information
1 parent
c400c74
commit ec2e6b1
Showing
6 changed files
with
73 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
|
||
//{{BLOCK(start_border0) | ||
|
||
//====================================================================== | ||
// | ||
// start_border0, 32x256@4, | ||
// Transparent color : FF,00,FF | ||
// + palette 16 entries, not compressed | ||
// + bitmap not compressed | ||
// Total size: 32 + 4096 = 4128 | ||
// | ||
// Time-stamp: 2018-06-20, 11:35:44 | ||
// Exported by Cearn's GBA Image Transmogrifier, v0.8.14 | ||
// ( http://www.coranac.com/projects/#grit ) | ||
// | ||
//====================================================================== | ||
|
||
#ifndef START_BORDER_PAL_H | ||
#define START_BORDER_PAL_H | ||
|
||
const unsigned short palUserFont[16][2] | ||
{ | ||
{0x2928, 0x4E0C}, // 0: gray | ||
{0x10EC, 0x0137}, // 1: brown | ||
{0x148F, 0x0C1F}, // 2: red | ||
{0x3D4F, 0x7E3F}, // 3: pink | ||
{0x114F, 0x025F}, // 4: orange | ||
{0x11CF, 0x039E}, // 5: yellow | ||
{0x11EB, 0x03F5}, // 6: yellow-green | ||
{0x11E4, 0x03E0}, // 7: lively green | ||
{0x1DA4, 0x2320}, // 8: green | ||
{0x29C7, 0x4769}, // 9: pastel green | ||
{0x3D86, 0x7AE6}, // 10: sky blue | ||
{0x3D46, 0x7DE5}, // 11: light blue | ||
{0x3CA5, 0x7C62}, // 12: blue | ||
{0x348A, 0x6811}, // 13: violet | ||
{0x388D, 0x741A}, // 14: purple | ||
{0x288F, 0x481F} // 15: fuschia | ||
}; | ||
|
||
#endif // START_BORDER_PAL_H | ||
|
||
//}}BLOCK(start_border0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters