-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
66 changed files
with
538 additions
and
337 deletions.
There are no files selected for viewing
Binary file not shown.
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
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,22 @@ | ||
/* | ||
* Exported with nin10kit v1.7 | ||
* Invocation command was nin10kit --mode=3 --resize=8x8 fireball fireball.jpg | ||
* Time-stamp: Thursday 04/11/2019, 02:37:23 | ||
* | ||
* Image Information | ||
* ----------------- | ||
* fireball.jpg 8@8 | ||
* | ||
* All bug reports / feature requests are to be filed here https://github.com/TricksterGuy/nin10kit/issues | ||
*/ | ||
|
||
#include "fireball.h" | ||
|
||
const unsigned short fireball[64] = | ||
{ | ||
0x7569,0x7d48,0x61ef,0x2e9a,0x227c,0x4676,0x758a,0x7948,0x7d48,0x5632,0x0e7f,0x057f,0x093f,0x05bf,0x2e9b,0x758a, | ||
0x71ac,0x1a9f,0x051f,0x0dbf,0x0dff,0x0d3f,0x05bf,0x4a55,0x5254,0x09ff,0x0d7f,0x0e1f,0x0ddf,0x0ddf,0x055f,0x367a, | ||
0x4298,0x057f,0x08ff,0x0d9f,0x0dff,0x0d5f,0x057f,0x4277,0x4a76,0x0a5f,0x121f,0x05bf,0x051f,0x013f,0x1a9f,0x6dcd, | ||
0x6dad,0x2add,0x5a52,0x3a78,0x267c,0x329a,0x69ce,0x7948,0x7d48,0x65cf,0x698c,0x7d27,0x798a,0x7d69,0x7948,0x7569 | ||
}; | ||
|
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,23 @@ | ||
/* | ||
* Exported with nin10kit v1.7 | ||
* Invocation command was nin10kit --mode=3 --resize=8x8 fireball fireball.jpg | ||
* Time-stamp: Thursday 04/11/2019, 02:37:23 | ||
* | ||
* Image Information | ||
* ----------------- | ||
* fireball.jpg 8@8 | ||
* | ||
* All bug reports / feature requests are to be filed here https://github.com/TricksterGuy/nin10kit/issues | ||
*/ | ||
|
||
#ifndef FIREBALL_H | ||
#define FIREBALL_H | ||
|
||
extern const unsigned short fireball[64]; | ||
#define FIREBALL_SIZE 128 | ||
#define FIREBALL_LENGTH 64 | ||
#define FIREBALL_WIDTH 8 | ||
#define FIREBALL_HEIGHT 8 | ||
|
||
#endif | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.