-
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
1 parent
2ce640e
commit d0b08aa
Showing
15 changed files
with
392 additions
and
112 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
/* | ||
LEVEL6MAP.C | ||
Map Source File. | ||
Info: | ||
Section : | ||
Bank : 0 | ||
Map size : 20 x 18 | ||
Tile set : levelTiles.gbr | ||
Plane count : 1 plane (8 bits) | ||
Plane order : Tiles are continues | ||
Tile offset : 0 | ||
Split data : No | ||
This file was generated by GBMB v1.8 | ||
*/ | ||
|
||
#define level6MapWidth 20 | ||
#define level6MapHeight 18 | ||
#define level6MapBank 0 | ||
|
||
unsigned char level6Map[] = | ||
{ | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x08,0x12,0x08,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x08,0x12,0x08,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x08,0x12,0x08,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x08,0x12,0x08,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x04,0x00,0x05,0x12,0x12,0x12, | ||
0x08,0x12,0x08,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x07,0x01,0x06,0x12,0x12,0x12, | ||
0x08,0x12,0x08,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x08,0x12,0x08,0x12,0x12,0x12, | ||
0x08,0x12,0x08,0x12,0x12,0x12,0x04,0x00,0x05,0x12, | ||
0x12,0x12,0x12,0x12,0x08,0x12,0x08,0x12,0x12,0x12, | ||
0x08,0x12,0x08,0x12,0x12,0x12,0x07,0x01,0x06,0x12, | ||
0x12,0x12,0x12,0x12,0x08,0x12,0x08,0x12,0x12,0x12, | ||
0x08,0x12,0x08,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x08,0x12,0x08,0x12,0x12,0x12, | ||
0x08,0x12,0x08,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x08,0x12,0x08,0x12,0x12,0x12, | ||
0x08,0x12,0x08,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x08,0x12,0x08,0x12,0x12,0x12, | ||
0x08,0x12,0x08,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x08,0x12,0x08,0x12,0x12,0x12, | ||
0x04,0x00,0x05,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x08,0x12,0x08,0x12,0x12,0x12, | ||
0x07,0x01,0x06,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x08,0x12,0x08,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x04,0x00,0x05,0x08,0x12,0x08,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x07,0x01,0x06,0x08,0x12,0x08,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x08,0x12,0x08,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12 | ||
}; | ||
|
||
/* End of LEVEL6MAP.C */ |
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,27 @@ | ||
/* | ||
LEVEL6MAP.H | ||
Map Include File. | ||
Info: | ||
Section : | ||
Bank : 0 | ||
Map size : 20 x 18 | ||
Tile set : levelTiles.gbr | ||
Plane count : 1 plane (8 bits) | ||
Plane order : Tiles are continues | ||
Tile offset : 0 | ||
Split data : No | ||
This file was generated by GBMB v1.8 | ||
*/ | ||
|
||
#define level6MapWidth 20 | ||
#define level6MapHeight 18 | ||
#define level6MapBank 0 | ||
|
||
extern unsigned char level6Map[]; | ||
|
||
/* End of LEVEL6MAP.H */ |
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,65 @@ | ||
/* | ||
LEVELENDMAP.C | ||
Map Source File. | ||
Info: | ||
Section : | ||
Bank : 0 | ||
Map size : 20 x 18 | ||
Tile set : levelTiles.gbr | ||
Plane count : 1 plane (8 bits) | ||
Plane order : Tiles are continues | ||
Tile offset : 0 | ||
Split data : No | ||
This file was generated by GBMB v1.8 | ||
*/ | ||
|
||
#define levelEndMapWidth 20 | ||
#define levelEndMapHeight 18 | ||
#define levelEndMapBank 0 | ||
|
||
unsigned char levelEndMap[] = | ||
{ | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x11,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x11,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x11,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x11,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x11,0x12,0x11,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x11,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x09,0x09,0x09,0x09,0x12,0x12, | ||
0x12,0x11,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x08,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x08,0x07,0x11,0x08,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x08,0x09,0x12,0x12,0x08, | ||
0x12,0x12,0x08,0x05,0x07,0x08,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x11,0x12,0x12,0x08,0x12,0x11,0x12,0x08, | ||
0x12,0x12,0x08,0x0F,0x05,0x08,0x12,0x12,0x11,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x11,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x11,0x12,0x12,0x12,0x0A, | ||
0x0B,0x12,0x12,0x12,0x11,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x0C, | ||
0x0D,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x11,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x04, | ||
0x05,0x12,0x12,0x12,0x12,0x11,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x11,0x12,0x12,0x12,0x12,0x12,0x11,0x07, | ||
0x06,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x11,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, | ||
0x12,0x12,0x11,0x12,0x12,0x12,0x12,0x12,0x12,0x12 | ||
}; | ||
|
||
/* End of LEVELENDMAP.C */ |
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,27 @@ | ||
/* | ||
LEVELENDMAP.H | ||
Map Include File. | ||
Info: | ||
Section : | ||
Bank : 0 | ||
Map size : 20 x 18 | ||
Tile set : levelTiles.gbr | ||
Plane count : 1 plane (8 bits) | ||
Plane order : Tiles are continues | ||
Tile offset : 0 | ||
Split data : No | ||
This file was generated by GBMB v1.8 | ||
*/ | ||
|
||
#define levelEndMapWidth 20 | ||
#define levelEndMapHeight 18 | ||
#define levelEndMapBank 0 | ||
|
||
extern unsigned char levelEndMap[]; | ||
|
||
/* End of LEVELENDMAP.H */ |
Oops, something went wrong.