Add technical report, update docs/README, remove orphaned victory asset

- Add doc/AScreamFromTheDark_report.md: deep technical report covering
  architecture, features, historical workarounds and known debt.
- Rewrite README.md to reflect the current 'A Scream from the Dark'
  identity (ghost enemy, stamina/jump, fog of war, going-deeper victory)
  instead of the stale 'gioco carino' copy with old file paths.
- Update doc/generation.md: goal is now a random south-edge hatch,
  not the max-Manhattan-distance portal.
- Remove orphaned src/victory.{c,h} and its include in render.c;
  the victory sequence was replaced by the full-screen next_level image.
- Regenerate tracked png2asset outputs to match current build.
This commit is contained in:
2026-06-24 11:11:17 +02:00
parent cc656d01cc
commit 8244790603
20 changed files with 3238 additions and 925 deletions
+161 -42
View File
@@ -1,5 +1,4 @@
//AUTOGENERATED FILE FROM png2asset
// Conversion args: /enemy.png -c /enemy.c -sw 16 -sh 16 -bpp 2 -noflip -keep_palette_order -sp 0x10
#include <stdint.h>
#include <gbdk/platform.h>
@@ -8,50 +7,170 @@
BANKREF(enemy)
const palette_color_t enemy_palettes[32] = {
RGB8(224,248,207), RGB8(134,192,108), RGB8( 48,104, 80), RGB8( 7, 24, 33),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8(224,248,207), RGB8(134,192,108), RGB8( 48,104, 80), RGB8( 7, 24, 33)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
};
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
};
const uint8_t enemy_tiles[512] = {
0x07,0x07,0x08,0x0f,0x17,0x18,0x1f,0x12,0x1c,0x13,0x3f,0x23,0x2e,0x31,0x17,0x18,
0x09,0x0e,0x09,0x0e,0x04,0x07,0x04,0x07,0x05,0x06,0x0b,0x0d,0x06,0x06,0x00,0x00,
0xc0,0xc0,0x20,0xe0,0xd0,0x30,0xf0,0x50,0x70,0x90,0xf0,0x90,0xf8,0x18,0xfc,0x04,
0xf8,0x08,0xf0,0x30,0xc0,0x40,0xc0,0x40,0xc0,0x40,0x80,0x80,0x00,0x00,0x00,0x00,
0x07,0x07,0x08,0x0f,0x17,0x18,0x1f,0x12,0x1c,0x13,0x1f,0x13,0x2e,0x31,0x27,0x38,
0x13,0x1c,0x09,0x0e,0x04,0x07,0x04,0x07,0x05,0x06,0x02,0x03,0x01,0x01,0x00,0x00,
0xc0,0xc0,0x20,0xe0,0xd0,0x30,0xf0,0x50,0x70,0x90,0xf0,0x90,0xf8,0x18,0xfc,0x04,
0xf8,0x08,0xf0,0x30,0xc0,0x40,0xc0,0x40,0xc0,0x40,0xc0,0x40,0x80,0x80,0x00,0x00,
0x03,0x03,0x04,0x07,0x0b,0x0c,0x0f,0x0a,0x0e,0x09,0x0f,0x09,0x1f,0x18,0x3f,0x20,
0x1f,0x10,0x0f,0x0c,0x03,0x02,0x03,0x02,0x03,0x02,0x01,0x01,0x00,0x00,0x00,0x00,
0xe0,0xe0,0x10,0xf0,0xe8,0x18,0xf8,0x48,0x38,0xc8,0xfc,0xc4,0x74,0x8c,0xe8,0x18,
0x90,0x70,0x90,0x70,0x20,0xe0,0x20,0xe0,0xa0,0x60,0xd0,0xb0,0x60,0x60,0x00,0x00,
0x03,0x03,0x04,0x07,0x0b,0x0c,0x0f,0x0a,0x0e,0x09,0x0f,0x09,0x1f,0x18,0x3f,0x20,
0x1f,0x10,0x0f,0x0c,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x01,0x01,0x00,0x00,
0xe0,0xe0,0x10,0xf0,0xe8,0x18,0xf8,0x48,0x38,0xc8,0xf8,0xc8,0x74,0x8c,0xe4,0x1c,
0xc8,0x38,0x90,0x70,0x20,0xe0,0x20,0xe0,0xa0,0x60,0x40,0xc0,0x80,0x80,0x00,0x00,
0x03,0x03,0x04,0x07,0x0b,0x0c,0x0f,0x08,0x0f,0x08,0x0f,0x08,0x1f,0x18,0x3f,0x20,
0x1f,0x10,0x0f,0x0c,0x03,0x02,0x03,0x02,0x03,0x02,0x01,0x01,0x00,0x00,0x00,0x00,
0xe0,0xe0,0x10,0xf0,0xe8,0x18,0xf8,0x08,0xf8,0x08,0xf8,0x08,0xe8,0x18,0xd0,0x30,
0x90,0x70,0x90,0x70,0x20,0xe0,0x20,0xe0,0xa0,0x60,0xd0,0xb0,0x60,0x60,0x00,0x00,
0x03,0x03,0x04,0x07,0x0b,0x0c,0x0f,0x08,0x0f,0x08,0x0f,0x08,0x1f,0x18,0x3f,0x20,
0x1f,0x10,0x0f,0x0c,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x01,0x01,0x00,0x00,
0xe0,0xe0,0x10,0xf0,0xe8,0x18,0xf8,0x08,0xf8,0x08,0xf8,0x08,0xe8,0x18,0xd0,0x30,
0x90,0x70,0x90,0x70,0x20,0xe0,0x20,0xe0,0xa0,0x60,0x40,0xc0,0x80,0x80,0x00,0x00,
0x07,0x07,0x08,0x0f,0x17,0x18,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x17,0x18,0x0b,0x0c,
0x09,0x0e,0x09,0x0e,0x04,0x07,0x04,0x07,0x05,0x06,0x0b,0x0d,0x06,0x06,0x00,0x00,
0xc0,0xc0,0x20,0xe0,0xd0,0x30,0xf0,0x10,0xf0,0x10,0xf0,0x10,0xf8,0x18,0xfc,0x04,
0xf8,0x08,0xf0,0x30,0xc0,0x40,0xc0,0x40,0xc0,0x40,0x80,0x80,0x00,0x00,0x00,0x00,
0x07,0x07,0x08,0x0f,0x17,0x18,0x1f,0x10,0x1f,0x10,0x1f,0x10,0x17,0x18,0x0b,0x0c,
0x09,0x0e,0x09,0x0e,0x04,0x07,0x04,0x07,0x05,0x06,0x02,0x03,0x01,0x01,0x00,0x00,
0xc0,0xc0,0x20,0xe0,0xd0,0x30,0xf0,0x10,0xf0,0x10,0xf0,0x10,0xf8,0x18,0xfc,0x04,
0xf8,0x08,0xf0,0x30,0xc0,0x40,0xc0,0x40,0xc0,0x40,0xc0,0x40,0x80,0x80,0x00,0x00
};
0x07,0x07,0x08,0x0f,
0x17,0x18,0x1f,0x12,
0x1c,0x13,0x3f,0x23,
0x2e,0x31,0x17,0x18,
0x09,0x0e,0x09,0x0e,
0x04,0x07,0x04,0x07,
0x05,0x06,0x0b,0x0d,
0x06,0x06,0x00,0x00,
0xc0,0xc0,0x20,0xe0,
0xd0,0x30,0xf0,0x50,
0x70,0x90,0xf0,0x90,
0xf8,0x18,0xfc,0x04,
0xf8,0x08,0xf0,0x30,
0xc0,0x40,0xc0,0x40,
0xc0,0x40,0x80,0x80,
0x00,0x00,0x00,0x00,
0x07,0x07,0x08,0x0f,
0x17,0x18,0x1f,0x12,
0x1c,0x13,0x1f,0x13,
0x2e,0x31,0x27,0x38,
0x13,0x1c,0x09,0x0e,
0x04,0x07,0x04,0x07,
0x05,0x06,0x02,0x03,
0x01,0x01,0x00,0x00,
0xc0,0xc0,0x20,0xe0,
0xd0,0x30,0xf0,0x50,
0x70,0x90,0xf0,0x90,
0xf8,0x18,0xfc,0x04,
0xf8,0x08,0xf0,0x30,
0xc0,0x40,0xc0,0x40,
0xc0,0x40,0xc0,0x40,
0x80,0x80,0x00,0x00,
0x03,0x03,0x04,0x07,
0x0b,0x0c,0x0f,0x0a,
0x0e,0x09,0x0f,0x09,
0x1f,0x18,0x3f,0x20,
0x1f,0x10,0x0f,0x0c,
0x03,0x02,0x03,0x02,
0x03,0x02,0x01,0x01,
0x00,0x00,0x00,0x00,
0xe0,0xe0,0x10,0xf0,
0xe8,0x18,0xf8,0x48,
0x38,0xc8,0xfc,0xc4,
0x74,0x8c,0xe8,0x18,
0x90,0x70,0x90,0x70,
0x20,0xe0,0x20,0xe0,
0xa0,0x60,0xd0,0xb0,
0x60,0x60,0x00,0x00,
0x03,0x03,0x04,0x07,
0x0b,0x0c,0x0f,0x0a,
0x0e,0x09,0x0f,0x09,
0x1f,0x18,0x3f,0x20,
0x1f,0x10,0x0f,0x0c,
0x03,0x02,0x03,0x02,
0x03,0x02,0x03,0x02,
0x01,0x01,0x00,0x00,
0xe0,0xe0,0x10,0xf0,
0xe8,0x18,0xf8,0x48,
0x38,0xc8,0xf8,0xc8,
0x74,0x8c,0xe4,0x1c,
0xc8,0x38,0x90,0x70,
0x20,0xe0,0x20,0xe0,
0xa0,0x60,0x40,0xc0,
0x80,0x80,0x00,0x00,
0x03,0x03,0x04,0x07,
0x0b,0x0c,0x0f,0x08,
0x0f,0x08,0x0f,0x08,
0x1f,0x18,0x3f,0x20,
0x1f,0x10,0x0f,0x0c,
0x03,0x02,0x03,0x02,
0x03,0x02,0x01,0x01,
0x00,0x00,0x00,0x00,
0xe0,0xe0,0x10,0xf0,
0xe8,0x18,0xf8,0x08,
0xf8,0x08,0xf8,0x08,
0xe8,0x18,0xd0,0x30,
0x90,0x70,0x90,0x70,
0x20,0xe0,0x20,0xe0,
0xa0,0x60,0xd0,0xb0,
0x60,0x60,0x00,0x00,
0x03,0x03,0x04,0x07,
0x0b,0x0c,0x0f,0x08,
0x0f,0x08,0x0f,0x08,
0x1f,0x18,0x3f,0x20,
0x1f,0x10,0x0f,0x0c,
0x03,0x02,0x03,0x02,
0x03,0x02,0x03,0x02,
0x01,0x01,0x00,0x00,
0xe0,0xe0,0x10,0xf0,
0xe8,0x18,0xf8,0x08,
0xf8,0x08,0xf8,0x08,
0xe8,0x18,0xd0,0x30,
0x90,0x70,0x90,0x70,
0x20,0xe0,0x20,0xe0,
0xa0,0x60,0x40,0xc0,
0x80,0x80,0x00,0x00,
0x07,0x07,0x08,0x0f,
0x17,0x18,0x1f,0x10,
0x1f,0x10,0x1f,0x10,
0x17,0x18,0x0b,0x0c,
0x09,0x0e,0x09,0x0e,
0x04,0x07,0x04,0x07,
0x05,0x06,0x0b,0x0d,
0x06,0x06,0x00,0x00,
0xc0,0xc0,0x20,0xe0,
0xd0,0x30,0xf0,0x10,
0xf0,0x10,0xf0,0x10,
0xf8,0x18,0xfc,0x04,
0xf8,0x08,0xf0,0x30,
0xc0,0x40,0xc0,0x40,
0xc0,0x40,0x80,0x80,
0x00,0x00,0x00,0x00,
0x07,0x07,0x08,0x0f,
0x17,0x18,0x1f,0x10,
0x1f,0x10,0x1f,0x10,
0x17,0x18,0x0b,0x0c,
0x09,0x0e,0x09,0x0e,
0x04,0x07,0x04,0x07,
0x05,0x06,0x02,0x03,
0x01,0x01,0x00,0x00,
0xc0,0xc0,0x20,0xe0,
0xd0,0x30,0xf0,0x10,
0xf0,0x10,0xf0,0x10,
0xf8,0x18,0xfc,0x04,
0xf8,0x08,0xf0,0x30,
0xc0,0x40,0xc0,0x40,
0xc0,0x40,0xc0,0x40,
0x80,0x80,0x00,0x00
};
const metasprite_t enemy_metasprite0[] = {
METASPR_ITEM(-8, -8, 0, S_PAL(0) | S_PALETTE),
-2
View File
@@ -1,6 +1,4 @@
//AUTOGENERATED FILE FROM png2asset
// Conversion args: /enemy.png -c /enemy.c -sw 16 -sh 16 -bpp 2 -noflip -keep_palette_order -sp 0x10
#ifndef METASPRITE_enemy_H
#define METASPRITE_enemy_H
+107 -30
View File
@@ -1,5 +1,4 @@
//AUTOGENERATED FILE FROM png2asset
// Conversion args: /gameover.png -c /gameover.c -bpp 2 -noflip -keep_palette_order
#include <stdint.h>
#include <gbdk/platform.h>
@@ -8,38 +7,116 @@
BANKREF(gameover)
const palette_color_t gameover_palettes[32] = {
RGB8(224,248,207), RGB8(134,192,108), RGB8( 48,104, 80), RGB8( 7, 24, 33),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8(224,248,207), RGB8(134,192,108), RGB8( 48,104, 80), RGB8( 7, 24, 33)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
};
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
};
const uint8_t gameover_tiles[320] = {
0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xfc,0xfe,0xf8,0xfc,0xf8,0xfd,0xf8,0xfd,
0xf8,0xfd,0xf8,0xfc,0xfc,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0x1e,0xff,0x0c,0x1e,0x08,0xfd,0xf8,0xfd,0x88,0xfc,
0x88,0xdd,0x08,0xdd,0x08,0x1d,0x19,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0x79,0xff,0x38,0x7d,0x18,0xbc,0x18,0xbd,0x18,0x3d,
0x18,0xbd,0x18,0xbd,0x18,0xbd,0x99,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0x98,0xff,0x18,0xbc,0x18,0x3d,0x18,0xbc,0x18,0xbd,
0x18,0xbd,0x18,0xbc,0x18,0xbf,0x9f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0x1f,0xff,0x0f,0x1f,0x0f,0xff,0x1f,0x3f,0x0f,0xff,
0xff,0xff,0x0f,0x1f,0x1f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xff,0xf8,0xfc,0xf8,0xfd,0xf8,0xfd,0xf8,0xfd,
0xf8,0xfd,0xf8,0xfc,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0x39,0xff,0x18,0x3d,0x18,0xbd,0x18,0xbd,0x18,0xbd,
0x18,0xbd,0x1c,0x3e,0x3e,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0x98,0xff,0x18,0xbc,0x18,0xbd,0x18,0xbc,0x18,0xbd,
0x18,0xbd,0x38,0x7c,0x78,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0x18,0xff,0x08,0x1c,0x08,0xfd,0x18,0x3c,0x08,0xfd,
0xf8,0xfd,0x08,0x1d,0x19,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0x3f,0xff,0x1f,0x3f,0x1f,0xbf,0x3f,0x7f,0x1f,0xbf,
0x1f,0xbf,0x1f,0xbf,0x9f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff
};
0xff,0xff,0xff,0xff,
0xff,0xff,0xfe,0xff,
0xfc,0xfe,0xf8,0xfc,
0xf8,0xfd,0xf8,0xfd,
0xf8,0xfd,0xf8,0xfc,
0xfc,0xfe,0xfe,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0x1e,0xff,
0x0c,0x1e,0x08,0xfd,
0xf8,0xfd,0x88,0xfc,
0x88,0xdd,0x08,0xdd,
0x08,0x1d,0x19,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0x79,0xff,
0x38,0x7d,0x18,0xbc,
0x18,0xbd,0x18,0x3d,
0x18,0xbd,0x18,0xbd,
0x18,0xbd,0x99,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0x98,0xff,
0x18,0xbc,0x18,0x3d,
0x18,0xbc,0x18,0xbd,
0x18,0xbd,0x18,0xbc,
0x18,0xbf,0x9f,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0x1f,0xff,
0x0f,0x1f,0x0f,0xff,
0x1f,0x3f,0x0f,0xff,
0xff,0xff,0x0f,0x1f,
0x1f,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xfc,0xff,
0xf8,0xfc,0xf8,0xfd,
0xf8,0xfd,0xf8,0xfd,
0xf8,0xfd,0xf8,0xfc,
0xfc,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0x39,0xff,
0x18,0x3d,0x18,0xbd,
0x18,0xbd,0x18,0xbd,
0x18,0xbd,0x1c,0x3e,
0x3e,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0x98,0xff,
0x18,0xbc,0x18,0xbd,
0x18,0xbc,0x18,0xbd,
0x18,0xbd,0x38,0x7c,
0x78,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0x18,0xff,
0x08,0x1c,0x08,0xfd,
0x18,0x3c,0x08,0xfd,
0xf8,0xfd,0x08,0x1d,
0x19,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0x3f,0xff,
0x1f,0x3f,0x1f,0xbf,
0x3f,0x7f,0x1f,0xbf,
0x1f,0xbf,0x1f,0xbf,
0x9f,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff
};
const metasprite_t gameover_metasprite0[] = {
METASPR_ITEM(-8, -40, 0, S_PAL(0)),
-2
View File
@@ -1,6 +1,4 @@
//AUTOGENERATED FILE FROM png2asset
// Conversion args: /gameover.png -c /gameover.c -bpp 2 -noflip -keep_palette_order
#ifndef METASPRITE_gameover_H
#define METASPRITE_gameover_H
+946 -238
View File
File diff suppressed because it is too large Load Diff
-2
View File
@@ -1,6 +1,4 @@
//AUTOGENERATED FILE FROM png2asset
// Conversion args: /next_level.png -c /next_level.c -map -bpp 2 -noflip -max_palettes 1
#ifndef METASPRITE_next_level_H
#define METASPRITE_next_level_H
+143 -38
View File
@@ -1,5 +1,4 @@
//AUTOGENERATED FILE FROM png2asset
// Conversion args: /player.png -c /player.c -sw 16 -sh 16 -bpp 2 -noflip -keep_palette_order
#include <stdint.h>
#include <gbdk/platform.h>
@@ -8,46 +7,152 @@
BANKREF(player)
const palette_color_t player_palettes[32] = {
RGB8(224,248,207), RGB8(134,192,108), RGB8( 48,104, 80), RGB8( 7, 24, 33),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8(224,248,207), RGB8(134,192,108), RGB8( 48,104, 80), RGB8( 7, 24, 33)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
};
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
};
const uint8_t player_tiles[448] = {
0x0f,0x0f,0x10,0x1f,0x27,0x3f,0x2b,0x3c,0x2e,0x39,0x2f,0x39,0x2f,0x38,0x2f,0x39,
0x1f,0x1c,0x2f,0x3f,0x28,0x3f,0x38,0x2f,0x3c,0x3f,0x0a,0x0e,0x1e,0x1e,0x1e,0x1e,
0xf0,0xf0,0x08,0xf8,0xe4,0xfc,0xd4,0x3c,0xd4,0x3c,0xf4,0x3c,0xf4,0x1c,0xf4,0xfc,
0xf8,0x38,0xf4,0xfc,0x14,0xfc,0x1c,0xf4,0x3c,0xfc,0x50,0x70,0x78,0x78,0x78,0x78,
0x0f,0x0f,0x10,0x1f,0x27,0x3f,0x2b,0x3c,0x2e,0x39,0x2f,0x39,0x2f,0x38,0x2f,0x39,
0x1f,0x1c,0x2f,0x3f,0x28,0x3f,0x38,0x2f,0x3c,0x3f,0x08,0x0c,0x1c,0x1c,0x1c,0x1c,
0xf0,0xf0,0x08,0xf8,0xe4,0xfc,0xd4,0x3c,0xd4,0x3c,0xf4,0x3c,0xf4,0x1c,0xf4,0xfc,
0xf8,0x38,0xf4,0xfc,0x14,0xfc,0x1c,0xf4,0x3c,0xfc,0x20,0x60,0xe0,0xe0,0xe0,0xe0,
0x0f,0x0f,0x10,0x1f,0x27,0x3f,0x2b,0x3c,0x2b,0x3c,0x2f,0x3c,0x2f,0x38,0x2f,0x3f,
0x1f,0x1c,0x2f,0x3f,0x28,0x3f,0x38,0x2f,0x3c,0x3f,0x0a,0x0e,0x1e,0x1e,0x1e,0x1e,
0xf0,0xf0,0x08,0xf8,0xe4,0xfc,0xd4,0x3c,0x74,0x9c,0xf4,0x9c,0xf4,0x1c,0xf4,0x9c,
0xf8,0x38,0xf4,0xfc,0x14,0xfc,0x1c,0xf4,0x3c,0xfc,0x50,0x70,0x78,0x78,0x78,0x78,
0x0f,0x0f,0x10,0x1f,0x27,0x3f,0x2b,0x3c,0x2b,0x3c,0x2f,0x3c,0x2f,0x38,0x2f,0x3f,
0x1f,0x1c,0x2f,0x3f,0x28,0x3f,0x38,0x2f,0x3c,0x3f,0x04,0x06,0x07,0x07,0x07,0x07,
0xf0,0xf0,0x08,0xf8,0xe4,0xfc,0xd4,0x3c,0x74,0x9c,0xf4,0x9c,0xf4,0x1c,0xf4,0x9c,
0xf8,0x38,0xf4,0xfc,0x14,0xfc,0x1c,0xf4,0x3c,0xfc,0x10,0x30,0x38,0x38,0x38,0x38,
0x0f,0x0f,0x10,0x1f,0x27,0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,
0x1f,0x1f,0x2f,0x3f,0x28,0x3f,0x38,0x2f,0x3c,0x3f,0x0a,0x0e,0x1e,0x1e,0x1e,0x1e,
0xf0,0xf0,0x08,0xf8,0xe4,0xfc,0x04,0xfc,0x04,0xfc,0x04,0xfc,0x04,0xfc,0x04,0xfc,
0xf8,0xf8,0xf4,0xfc,0x14,0xfc,0x1c,0xf4,0x3c,0xfc,0x50,0x70,0x78,0x78,0x78,0x78,
0x0f,0x0f,0x10,0x1f,0x27,0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,
0x1f,0x1f,0x2f,0x3f,0x28,0x3f,0x38,0x2f,0x3c,0x3f,0x04,0x06,0x07,0x07,0x07,0x07,
0xf0,0xf0,0x08,0xf8,0xe4,0xfc,0x04,0xfc,0x04,0xfc,0x04,0xfc,0x04,0xfc,0x04,0xfc,
0xf8,0xf8,0xf4,0xfc,0x14,0xfc,0x1c,0xf4,0x3c,0xfc,0x10,0x30,0x38,0x38,0x38,0x38,
0x0f,0x0f,0x10,0x1f,0x27,0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,
0x1f,0x1f,0x2f,0x3f,0x28,0x3f,0x38,0x2f,0x3c,0x3f,0x08,0x0c,0x1c,0x1c,0x1c,0x1c,
0xf0,0xf0,0x08,0xf8,0xe4,0xfc,0x04,0xfc,0x04,0xfc,0x04,0xfc,0x04,0xfc,0x04,0xfc,
0xf8,0xf8,0xf4,0xfc,0x14,0xfc,0x1c,0xf4,0x3c,0xfc,0x20,0x60,0xe0,0xe0,0xe0,0xe0
};
0x0f,0x0f,0x10,0x1f,
0x27,0x3f,0x2b,0x3c,
0x2e,0x39,0x2f,0x39,
0x2f,0x38,0x2f,0x39,
0x1f,0x1c,0x2f,0x3f,
0x28,0x3f,0x38,0x2f,
0x3c,0x3f,0x0a,0x0e,
0x1e,0x1e,0x1e,0x1e,
0xf0,0xf0,0x08,0xf8,
0xe4,0xfc,0xd4,0x3c,
0xd4,0x3c,0xf4,0x3c,
0xf4,0x1c,0xf4,0xfc,
0xf8,0x38,0xf4,0xfc,
0x14,0xfc,0x1c,0xf4,
0x3c,0xfc,0x50,0x70,
0x78,0x78,0x78,0x78,
0x0f,0x0f,0x10,0x1f,
0x27,0x3f,0x2b,0x3c,
0x2e,0x39,0x2f,0x39,
0x2f,0x38,0x2f,0x39,
0x1f,0x1c,0x2f,0x3f,
0x28,0x3f,0x38,0x2f,
0x3c,0x3f,0x08,0x0c,
0x1c,0x1c,0x1c,0x1c,
0xf0,0xf0,0x08,0xf8,
0xe4,0xfc,0xd4,0x3c,
0xd4,0x3c,0xf4,0x3c,
0xf4,0x1c,0xf4,0xfc,
0xf8,0x38,0xf4,0xfc,
0x14,0xfc,0x1c,0xf4,
0x3c,0xfc,0x20,0x60,
0xe0,0xe0,0xe0,0xe0,
0x0f,0x0f,0x10,0x1f,
0x27,0x3f,0x2b,0x3c,
0x2b,0x3c,0x2f,0x3c,
0x2f,0x38,0x2f,0x3f,
0x1f,0x1c,0x2f,0x3f,
0x28,0x3f,0x38,0x2f,
0x3c,0x3f,0x0a,0x0e,
0x1e,0x1e,0x1e,0x1e,
0xf0,0xf0,0x08,0xf8,
0xe4,0xfc,0xd4,0x3c,
0x74,0x9c,0xf4,0x9c,
0xf4,0x1c,0xf4,0x9c,
0xf8,0x38,0xf4,0xfc,
0x14,0xfc,0x1c,0xf4,
0x3c,0xfc,0x50,0x70,
0x78,0x78,0x78,0x78,
0x0f,0x0f,0x10,0x1f,
0x27,0x3f,0x2b,0x3c,
0x2b,0x3c,0x2f,0x3c,
0x2f,0x38,0x2f,0x3f,
0x1f,0x1c,0x2f,0x3f,
0x28,0x3f,0x38,0x2f,
0x3c,0x3f,0x04,0x06,
0x07,0x07,0x07,0x07,
0xf0,0xf0,0x08,0xf8,
0xe4,0xfc,0xd4,0x3c,
0x74,0x9c,0xf4,0x9c,
0xf4,0x1c,0xf4,0x9c,
0xf8,0x38,0xf4,0xfc,
0x14,0xfc,0x1c,0xf4,
0x3c,0xfc,0x10,0x30,
0x38,0x38,0x38,0x38,
0x0f,0x0f,0x10,0x1f,
0x27,0x3f,0x20,0x3f,
0x20,0x3f,0x20,0x3f,
0x20,0x3f,0x20,0x3f,
0x1f,0x1f,0x2f,0x3f,
0x28,0x3f,0x38,0x2f,
0x3c,0x3f,0x0a,0x0e,
0x1e,0x1e,0x1e,0x1e,
0xf0,0xf0,0x08,0xf8,
0xe4,0xfc,0x04,0xfc,
0x04,0xfc,0x04,0xfc,
0x04,0xfc,0x04,0xfc,
0xf8,0xf8,0xf4,0xfc,
0x14,0xfc,0x1c,0xf4,
0x3c,0xfc,0x50,0x70,
0x78,0x78,0x78,0x78,
0x0f,0x0f,0x10,0x1f,
0x27,0x3f,0x20,0x3f,
0x20,0x3f,0x20,0x3f,
0x20,0x3f,0x20,0x3f,
0x1f,0x1f,0x2f,0x3f,
0x28,0x3f,0x38,0x2f,
0x3c,0x3f,0x04,0x06,
0x07,0x07,0x07,0x07,
0xf0,0xf0,0x08,0xf8,
0xe4,0xfc,0x04,0xfc,
0x04,0xfc,0x04,0xfc,
0x04,0xfc,0x04,0xfc,
0xf8,0xf8,0xf4,0xfc,
0x14,0xfc,0x1c,0xf4,
0x3c,0xfc,0x10,0x30,
0x38,0x38,0x38,0x38,
0x0f,0x0f,0x10,0x1f,
0x27,0x3f,0x20,0x3f,
0x20,0x3f,0x20,0x3f,
0x20,0x3f,0x20,0x3f,
0x1f,0x1f,0x2f,0x3f,
0x28,0x3f,0x38,0x2f,
0x3c,0x3f,0x08,0x0c,
0x1c,0x1c,0x1c,0x1c,
0xf0,0xf0,0x08,0xf8,
0xe4,0xfc,0x04,0xfc,
0x04,0xfc,0x04,0xfc,
0x04,0xfc,0x04,0xfc,
0xf8,0xf8,0xf4,0xfc,
0x14,0xfc,0x1c,0xf4,
0x3c,0xfc,0x20,0x60,
0xe0,0xe0,0xe0,0xe0
};
const metasprite_t player_metasprite0[] = {
METASPR_ITEM(-8, -8, 0, S_PAL(0)),
-2
View File
@@ -1,6 +1,4 @@
//AUTOGENERATED FILE FROM png2asset
// Conversion args: /player.png -c /player.c -sw 16 -sh 16 -bpp 2 -noflip -keep_palette_order
#ifndef METASPRITE_player_H
#define METASPRITE_player_H
-1
View File
@@ -6,7 +6,6 @@
#include "player.h"
#include "enemy.h"
#include "gameover.h"
#include "victory.h"
#include "stamina.h"
#include "maze.h"
+134 -36
View File
@@ -1,5 +1,4 @@
//AUTOGENERATED FILE FROM png2asset
// Conversion args: /stamina.png -c /stamina.c -bpp 2 -noflip -keep_palette_order
#include <stdint.h>
#include <gbdk/platform.h>
@@ -8,44 +7,143 @@
BANKREF(stamina)
const palette_color_t stamina_palettes[32] = {
RGB8(224,248,207), RGB8(134,192,108), RGB8( 48,104, 80), RGB8( 7, 24, 33),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8(224,248,207), RGB8(134,192,108), RGB8( 48,104, 80), RGB8( 7, 24, 33)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
};
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
};
const uint8_t stamina_tiles[416] = {
0xff,0xff,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x00,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xff,0xff,0x00,0xff,0xff,0x7f,0xff,0x7f,0xff,0x7f,0xff,0x7f,0x00,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xff,0xff,0x00,0xff,0xff,0x3f,0xff,0x3f,0xff,0x3f,0xff,0x3f,0x00,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xff,0xff,0x00,0xff,0xff,0x1f,0xff,0x1f,0xff,0x1f,0xff,0x1f,0x00,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xff,0xff,0x00,0xff,0xff,0x0f,0xff,0x0f,0xff,0x0f,0xff,0x0f,0x00,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xff,0xff,0x00,0xff,0xff,0x07,0xff,0x07,0xff,0x07,0xff,0x07,0x00,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xff,0xff,0x00,0xff,0xff,0x03,0xff,0x03,0xff,0x03,0xff,0x03,0x00,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xff,0xff,0x00,0xff,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0x00,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xff,0xff,0x00,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7f,0xff,0x00,0xff,0x7f,0xff,0x7f,0xff,0x7f,0xff,0x7f,0xff,0x00,0xff,0x7f,0xff,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xfe,0xff,0x00,0xff,0xfe,0xff,0xfe,0xff,0xfe,0xff,0xfe,0xff,0x00,0xff,0xfe,0xff,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7f,0xff,0x00,0xff,0x7f,0x80,0x7f,0x80,0x7f,0x80,0x7f,0x80,0x00,0xff,0x7f,0xff,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xfe,0xff,0x00,0xff,0xfe,0x01,0xfe,0x01,0xfe,0x01,0xfe,0x01,0x00,0xff,0xfe,0xff,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
};
0xff,0xff,0x00,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0x00,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0xff,0xff,0x00,0xff,
0xff,0x7f,0xff,0x7f,
0xff,0x7f,0xff,0x7f,
0x00,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0xff,0xff,0x00,0xff,
0xff,0x3f,0xff,0x3f,
0xff,0x3f,0xff,0x3f,
0x00,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0xff,0xff,0x00,0xff,
0xff,0x1f,0xff,0x1f,
0xff,0x1f,0xff,0x1f,
0x00,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0xff,0xff,0x00,0xff,
0xff,0x0f,0xff,0x0f,
0xff,0x0f,0xff,0x0f,
0x00,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0xff,0xff,0x00,0xff,
0xff,0x07,0xff,0x07,
0xff,0x07,0xff,0x07,
0x00,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0xff,0xff,0x00,0xff,
0xff,0x03,0xff,0x03,
0xff,0x03,0xff,0x03,
0x00,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0xff,0xff,0x00,0xff,
0xff,0x01,0xff,0x01,
0xff,0x01,0xff,0x01,
0x00,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0xff,0xff,0x00,0xff,
0xff,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,
0x00,0xff,0xff,0xff,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x7f,0xff,0x00,0xff,
0x7f,0xff,0x7f,0xff,
0x7f,0xff,0x7f,0xff,
0x00,0xff,0x7f,0xff,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0xfe,0xff,0x00,0xff,
0xfe,0xff,0xfe,0xff,
0xfe,0xff,0xfe,0xff,
0x00,0xff,0xfe,0xff,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x7f,0xff,0x00,0xff,
0x7f,0x80,0x7f,0x80,
0x7f,0x80,0x7f,0x80,
0x00,0xff,0x7f,0xff,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0xfe,0xff,0x00,0xff,
0xfe,0x01,0xfe,0x01,
0xfe,0x01,0xfe,0x01,
0x00,0xff,0xfe,0xff,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00
};
const metasprite_t stamina_metasprite0[] = {
METASPR_ITEM(-8, -52, 0, S_PAL(0)),
-2
View File
@@ -1,6 +1,4 @@
//AUTOGENERATED FILE FROM png2asset
// Conversion args: /stamina.png -c /stamina.c -bpp 2 -noflip -keep_palette_order
#ifndef METASPRITE_stamina_H
#define METASPRITE_stamina_H
+620 -160
View File
@@ -1,5 +1,4 @@
//AUTOGENERATED FILE FROM png2asset
// Conversion args: /tiles.png -c /tiles.c -map -bpp 2 -noflip -keep_palette_order
#include <stdint.h>
#include <gbdk/platform.h>
@@ -8,168 +7,629 @@
BANKREF(tiles)
const palette_color_t tiles_palettes[32] = {
RGB8(224,248,207), RGB8(134,192,108), RGB8( 48,104, 80), RGB8( 7, 24, 33),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8(224,248,207), RGB8(134,192,108), RGB8( 48,104, 80), RGB8( 7, 24, 33)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
};
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
,
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
};
const uint8_t tiles_tiles[2416] = {
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xf0,0xf0,0xc0,0xc3,
0xff,0xff,0xfc,0xfc,0xf0,0xf0,0xc0,0xc0,0x00,0x03,0x03,0x1c,0x1f,0x60,0x7f,0x80,
0xff,0xff,0x3f,0x3f,0x0f,0x0f,0x03,0x03,0x00,0x80,0x80,0x78,0xf8,0x07,0xff,0x00,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x7f,0x7f,0x1f,0x1f,0x07,0x87,0x81,0x71,
0x81,0x8e,0xe0,0xe1,0xf8,0xf8,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0x00,0x1f,0xe0,0x01,0x1e,0x00,0x01,0xc0,0xc0,0xf0,0xf0,0xfc,0xfc,0xff,0xff,
0xfe,0x01,0xf8,0x06,0xc0,0x38,0x00,0xc0,0x03,0x03,0x0f,0x0f,0x3f,0x3f,0xff,0xff,
0x03,0xc3,0x0f,0x0f,0x3f,0x3f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0x00,0x01,0x01,0x06,0x07,0x38,0x3f,0xc0,0xff,0x01,0xfc,0x04,0xf0,0x10,0xc0,0x43,
0x3f,0xc0,0xfc,0x00,0xf0,0x00,0xc0,0x00,0x00,0x03,0x03,0x1c,0x1f,0x60,0x7f,0x80,
0xff,0x01,0xfe,0x07,0xf8,0x3f,0xc0,0xff,0x01,0xff,0x04,0xfc,0x10,0xf0,0x40,0xc3,
0xc0,0xff,0x00,0xfc,0x00,0xf0,0x00,0xc0,0x00,0x03,0x03,0x1c,0x1f,0x60,0x7f,0x80,
0xf0,0x0e,0x3e,0x01,0x0f,0x00,0x03,0x00,0x00,0x80,0x80,0x78,0xf8,0x07,0xff,0x00,
0x00,0x00,0x00,0xe0,0xe0,0x1e,0xfe,0x01,0x7f,0x00,0x1f,0x00,0x07,0x80,0x81,0x70,
0x0f,0xfe,0x01,0x3f,0x00,0x0f,0x00,0x03,0x00,0x80,0x80,0x78,0xf8,0x07,0xff,0x00,
0xff,0x00,0xff,0xe0,0x1f,0xfe,0x01,0xff,0x00,0x7f,0x00,0x1f,0x00,0x87,0x80,0x71,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xff,0xf0,0xfc,0xc3,
0xff,0xff,0xff,0xfc,0xff,0xf0,0xff,0xc0,0xfc,0x03,0xe0,0x1c,0x80,0x60,0x00,0x80,
0xff,0xff,0xff,0x3f,0xff,0x0f,0xff,0x03,0x7f,0x80,0x07,0x78,0x00,0x07,0x00,0x00,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x7f,0xff,0x1f,0x7f,0x87,0x0f,0x71,
0xf0,0x8e,0xfe,0xe1,0xff,0xf8,0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0x00,0x00,0x00,0xe0,0xe0,0x1e,0xfe,0x01,0xff,0xc0,0xff,0xf0,0xff,0xfc,0xff,0xff,
0x00,0x01,0x01,0x06,0x07,0x38,0x3f,0xc0,0xff,0x03,0xff,0x0f,0xff,0x3f,0xff,0xff,
0x3f,0xc3,0xff,0x0f,0xff,0x3f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xfe,0x01,0xf8,0x06,0xc0,0x38,0x00,0xc0,0x01,0x01,0x07,0x04,0x1f,0x10,0x7c,0x43,
0x00,0xc0,0x03,0x00,0x0f,0x00,0x3f,0x00,0xfc,0x03,0xe0,0x1c,0x80,0x60,0x00,0x80,
0x01,0xff,0x07,0xfe,0x3f,0xf8,0xff,0xc0,0xff,0x01,0xff,0x04,0xff,0x10,0xfc,0x43,
0xff,0xc0,0xff,0x00,0xff,0x00,0xff,0x00,0xfc,0x03,0xe0,0x1c,0x80,0x60,0x00,0x80,
0x01,0x0e,0xc0,0x01,0xf0,0x00,0xfc,0x00,0x7f,0x80,0x07,0x78,0x00,0x07,0x00,0x00,
0xff,0x00,0x1f,0xe0,0x01,0x1e,0x00,0x01,0x80,0x00,0xe0,0x00,0x78,0x80,0x0e,0x70,
0xfe,0x0f,0xff,0x01,0xff,0x00,0xff,0x00,0x7f,0x80,0x07,0x78,0x00,0x07,0x00,0x00,
0x00,0xff,0xe0,0xff,0xfe,0x1f,0xff,0x01,0xff,0x00,0xff,0x00,0x7f,0x80,0x0f,0x70,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xff,0xf0,0xff,0xc3,0xff,
0xff,0xff,0xfc,0xff,0xf0,0xff,0xc0,0xff,0x03,0xff,0x1c,0xff,0x60,0xff,0x80,0xff,
0xff,0xff,0x3f,0xff,0x0f,0xff,0x03,0xff,0x80,0xff,0x78,0xff,0x07,0xff,0x00,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x7f,0xff,0x1f,0xff,0x87,0xff,0x71,0xff,
0x8e,0xff,0xe1,0xff,0xf8,0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0x00,0xff,0xe0,0xff,0x1e,0xff,0x01,0xff,0xc0,0xff,0xf0,0xff,0xfc,0xff,0xff,0xff,
0x01,0xff,0x06,0xff,0x38,0xff,0xc0,0xff,0x03,0xff,0x0f,0xff,0x3f,0xff,0xff,0xff,
0xc3,0xff,0x0f,0xff,0x3f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0x00,0x01,0x01,0x06,0x07,0x38,0x3f,0xc0,0xff,0x01,0xfc,0x07,0xf0,0x1f,0xc3,0x7f,
0x3f,0xc0,0xfc,0x03,0xf0,0x0f,0xc0,0x3f,0x03,0xff,0x1c,0xff,0x60,0xff,0x80,0xff,
0xff,0x01,0xfe,0x07,0xf8,0x3f,0xc0,0xff,0x01,0xff,0x04,0xff,0x10,0xff,0x43,0xff,
0xc0,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x03,0xff,0x1c,0xff,0x60,0xff,0x80,0xff,
0xf0,0x0e,0x3e,0xc1,0x0f,0xf0,0x03,0xfc,0x80,0xff,0x78,0xff,0x07,0xff,0x00,0xff,
0x00,0x00,0x00,0xe0,0xe0,0x1e,0xfe,0x01,0x7f,0x80,0x1f,0xe0,0x87,0xf8,0x71,0xfe,
0x0f,0xfe,0x01,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0x78,0xff,0x07,0xff,0x00,0xff,
0xff,0x00,0xff,0xe0,0x1f,0xfe,0x01,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0x70,0xff,
0xff,0xff,0xfc,0xff,0xf0,0xff,0xc0,0xff,0x03,0xff,0x1f,0xfc,0x7f,0xe0,0xff,0x80,
0xff,0xff,0x3f,0xff,0x0f,0xff,0x03,0xff,0x80,0xff,0xf8,0x7f,0xff,0x07,0xff,0x00,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x7f,0xff,0x1f,0xff,0x87,0xff,0xf1,0x7f,
0x8f,0xfe,0xe1,0xff,0xf8,0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0x00,0xff,0xe0,0x1f,0xfe,0x01,0xff,0xc0,0xff,0xf0,0xff,0xfc,0xff,0xff,0xff,
0xff,0x01,0xfe,0x07,0xf8,0x3f,0xc0,0xff,0x03,0xff,0x0f,0xff,0x3f,0xff,0xff,0xff,
0xfe,0x01,0xf8,0x06,0xc0,0x38,0x00,0xc0,0x01,0x01,0x04,0x07,0x10,0x1f,0x43,0x7f,
0x00,0xc0,0x00,0x03,0x00,0x0f,0x00,0x3f,0x03,0xff,0x1f,0xfc,0x7f,0xe0,0xff,0x80,
0x01,0xff,0x07,0xfe,0x3f,0xf8,0xff,0xc0,0xff,0x01,0xfc,0x07,0xf0,0x1f,0xc3,0x7f,
0xff,0xc0,0xfc,0x03,0xf0,0x0f,0xc0,0x3f,0x03,0xff,0x1f,0xfc,0x7f,0xe0,0xff,0x80,
0x01,0x0e,0x00,0xc1,0x00,0xf0,0x00,0xfc,0x80,0xff,0xf8,0x7f,0xff,0x07,0xff,0x00,
0xff,0x00,0x1f,0xe0,0x01,0x1e,0x00,0x01,0x00,0x80,0x00,0xe0,0x80,0xf8,0xf0,0x7e,
0xfe,0x0f,0x3f,0xc1,0x0f,0xf0,0x03,0xfc,0x80,0xff,0xf8,0x7f,0xff,0x07,0xff,0x00,
0x00,0xff,0xe0,0xff,0xfe,0x1f,0xff,0x01,0x7f,0x80,0x1f,0xe0,0x87,0xf8,0xf1,0x7e,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xf0,0xf0,0xc3,0xc0,
0xff,0xff,0xfc,0xfc,0xf0,0xf0,0xc3,0xc0,0x0f,0x00,0x3f,0x00,0xff,0x03,0xff,0x0f,
0xff,0xff,0x3f,0x3f,0x0f,0x0f,0x03,0xc3,0x00,0xf0,0x00,0xfc,0xc0,0xff,0xf0,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x7f,0x7f,0x1f,0x1f,0x07,0x07,0x01,0xc1,
0x80,0x80,0xe0,0xe0,0xf8,0xf8,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0x3f,0x3f,0x3f,0x0f,0x0f,0x03,0x03,0xc0,0xc0,0xf0,0xf0,0xfc,0xfc,0xff,0xff,
0xfc,0xff,0xfc,0xfc,0xf0,0xf0,0xc0,0xc0,0x03,0x03,0x0f,0x0f,0x3f,0x3f,0xff,0xff,
0x03,0x03,0x0f,0x0f,0x3f,0x3f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0x00,0x01,0x01,0x06,0x07,0x38,0x3f,0xc0,0xff,0x01,0xfc,0x04,0xf0,0x10,0xc3,0x40,
0x3f,0xc0,0xfc,0x00,0xf0,0x00,0xc3,0x00,0x0f,0x00,0x3f,0x00,0xff,0x03,0xff,0x0f,
0xff,0x01,0xfe,0x07,0xf8,0x3f,0xc0,0xff,0x01,0xff,0x04,0xfc,0x10,0xf0,0x43,0xc0,
0xc0,0xff,0x00,0xfc,0x00,0xf0,0x03,0xc0,0x0f,0x00,0x3f,0x00,0xff,0x03,0xff,0x0f,
0xf0,0x0e,0x3e,0x01,0x0f,0x00,0x03,0xc0,0x00,0xf0,0x00,0xfc,0xc0,0xff,0xf0,0xff,
0x00,0x00,0x00,0xe0,0xe0,0x1e,0xfe,0x01,0x7f,0x00,0x1f,0x00,0x07,0x00,0x01,0xc0,
0x0f,0xfe,0x01,0x3f,0x00,0x0f,0x00,0xc3,0x00,0xf0,0x00,0xfc,0xc0,0xff,0xf0,0xff,
0xff,0x00,0xff,0xe0,0x1f,0xfe,0x01,0xff,0x00,0x7f,0x00,0x1f,0x00,0x07,0x00,0xc1,
0x80,0x00,0xe0,0x00,0xf8,0x00,0xfe,0x00,0x7f,0x80,0x07,0x78,0x00,0x07,0x00,0x00,
0xff,0x3f,0x3f,0x3f,0x0f,0x0f,0x03,0x03,0xc0,0x00,0xf0,0x00,0x7c,0x80,0x0f,0x70,
0x00,0x80,0x00,0xe0,0x00,0xf8,0x00,0xfe,0x80,0xff,0xf8,0x7f,0xff,0x07,0xff,0x00,
0xff,0x3f,0x3f,0x3f,0x0f,0x0f,0x03,0x03,0x00,0xc0,0x00,0xf0,0x80,0xfc,0xf0,0x7f,
0xfc,0xff,0xfc,0xfc,0xf0,0xf0,0xc0,0xc0,0x03,0x00,0x0f,0x00,0x3f,0x00,0xfc,0x03,
0x03,0x02,0x0f,0x08,0x3f,0x20,0xff,0x80,0xfc,0x03,0xe0,0x1c,0x80,0x60,0x00,0x80,
0xfc,0xff,0xfc,0xfc,0xf0,0xf0,0xc0,0xc0,0x00,0x03,0x00,0x0f,0x00,0x3f,0x03,0xff,
0x02,0x03,0x08,0x0f,0x20,0x3f,0x80,0xff,0x03,0xff,0x1f,0xfc,0x7f,0xe0,0xff,0x80,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xf0,0xf3,0xc0,
0xff,0xff,0xff,0xfc,0xfc,0xf0,0xf3,0xc0,0xcf,0x00,0x3f,0x00,0xff,0x03,0xff,0x0f,
0xff,0xff,0xff,0x3f,0x3f,0x0f,0x0f,0xc3,0x03,0xf0,0x00,0xfc,0xc0,0xff,0xf0,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x7f,0xff,0x1f,0x3f,0x07,0x0f,0xc1,
0xfc,0x80,0xff,0xe0,0xff,0xf8,0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0x3f,0x3f,0x3f,0xcf,0x0f,0xf3,0x03,0xfc,0xc0,0xff,0xf0,0xff,0xfc,0xff,0xff,
0xfc,0xff,0xfc,0xfc,0xf3,0xf0,0xcf,0xc0,0x3f,0x03,0xff,0x0f,0xff,0x3f,0xff,0xff,
0x3f,0x03,0xff,0x0f,0xff,0x3f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xfe,0x01,0xf8,0x06,0xc0,0x38,0x00,0xc0,0x01,0x01,0x07,0x04,0x1c,0x10,0x73,0x40,
0x00,0xc0,0x03,0x00,0x0c,0x00,0x33,0x00,0xcf,0x00,0x3f,0x00,0xff,0x03,0xff,0x0f,
0x01,0xff,0x07,0xfe,0x3f,0xf8,0xff,0xc0,0xff,0x01,0xff,0x04,0xfc,0x10,0xf3,0x40,
0xff,0xc0,0xff,0x00,0xfc,0x00,0xf3,0x00,0xcf,0x00,0x3f,0x00,0xff,0x03,0xff,0x0f,
0x01,0x0e,0xc0,0x01,0x30,0x00,0x0c,0xc0,0x03,0xf0,0x00,0xfc,0xc0,0xff,0xf0,0xff,
0xff,0x00,0x1f,0xe0,0x01,0x1e,0x00,0x01,0x80,0x00,0xe0,0x00,0x38,0x00,0x0e,0xc0,
0xfe,0x0f,0xff,0x01,0x3f,0x00,0x0f,0xc0,0x03,0xf0,0x00,0xfc,0xc0,0xff,0xf0,0xff,
0x00,0xff,0xe0,0xff,0xfe,0x1f,0xff,0x01,0xff,0x00,0xff,0x00,0x3f,0x00,0x0f,0xc0,
0x7c,0x00,0x1f,0x00,0x07,0x00,0x01,0x00,0x00,0x80,0x80,0x78,0xf8,0x07,0xff,0x00,
0xff,0x3f,0x3f,0x3f,0xcf,0x0f,0xf3,0x03,0x3c,0x00,0x0f,0x00,0x03,0x80,0x80,0x70,
0xfc,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x80,0x7f,0xf8,0x07,0xff,0x00,0xff,
0xff,0x3f,0x3f,0x3f,0xcf,0x0f,0xf3,0x03,0xfc,0x00,0xff,0x00,0xff,0x80,0x7f,0xf0,
0xfc,0xff,0xfc,0xfc,0xf3,0xf0,0xcf,0xc0,0x3c,0x00,0xf0,0x00,0xc0,0x00,0x00,0x03,
0x3e,0x02,0xf8,0x08,0xe0,0x20,0x80,0x80,0x00,0x03,0x03,0x1c,0x1f,0x60,0x7f,0x80,
0xfc,0xff,0xfc,0xfc,0xf3,0xf0,0xcf,0xc0,0x3f,0x00,0xff,0x00,0xff,0x00,0xff,0x03,
0x3f,0x02,0xff,0x08,0xff,0x20,0xff,0x80,0xff,0x03,0xfc,0x1f,0xe0,0x7f,0x80,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xff,0xf0,0xff,0xc0,0xff,
0xff,0xff,0xfc,0xff,0xf0,0xff,0xc0,0xff,0x00,0xff,0x00,0xff,0x03,0xff,0x0f,0xff,
0xff,0xff,0x3f,0xff,0x0f,0xff,0xc3,0xff,0xf0,0xff,0xfc,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x7f,0xff,0x1f,0xff,0x07,0xff,0xc1,0xff,
0x80,0xff,0xe0,0xff,0xf8,0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0x3f,0xff,0x3f,0xff,0x0f,0xff,0x03,0xff,0xc0,0xff,0xf0,0xff,0xfc,0xff,0xff,0xff,
0xff,0xff,0xfc,0xff,0xf0,0xff,0xc0,0xff,0x03,0xff,0x0f,0xff,0x3f,0xff,0xff,0xff,
0x03,0xff,0x0f,0xff,0x3f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0x00,0x01,0x01,0x06,0x07,0x38,0x3f,0xc0,0xff,0x01,0xfc,0x07,0xf0,0x1f,0xc0,0x7f,
0x3f,0xc0,0xfc,0x03,0xf0,0x0f,0xc0,0x3f,0x00,0xff,0x00,0xff,0x03,0xff,0x0f,0xff,
0xff,0x01,0xfe,0x07,0xf8,0x3f,0xc0,0xff,0x01,0xff,0x04,0xff,0x10,0xff,0x40,0xff,
0xc0,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x03,0xff,0x0f,0xff,
0xf0,0x0e,0x3e,0xc1,0x0f,0xf0,0xc3,0xfc,0xf0,0xff,0xfc,0xff,0xff,0xff,0xff,0xff,
0x00,0x00,0x00,0xe0,0xe0,0x1e,0xfe,0x01,0x7f,0x80,0x1f,0xe0,0x07,0xf8,0xc1,0xfe,
0x0f,0xfe,0x01,0xff,0x00,0xff,0xc0,0xff,0xf0,0xff,0xfc,0xff,0xff,0xff,0xff,0xff,
0xff,0x00,0xff,0xe0,0x1f,0xfe,0x01,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0xc0,0xff,
0x80,0x7f,0xe0,0x1f,0xf8,0x07,0xfe,0x01,0x7f,0x80,0x07,0x78,0x00,0x07,0x00,0x00,
0x3f,0xff,0x3f,0xff,0x0f,0xff,0x03,0xff,0xc0,0x3f,0xf0,0x0f,0x7c,0x83,0x0f,0x70,
0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0xf8,0x7f,0xff,0x07,0xff,0x00,
0x3f,0xff,0x3f,0xff,0x0f,0xff,0x03,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0xf0,0x7f,
0xff,0xff,0xfc,0xff,0xf0,0xff,0xc0,0xff,0x03,0xfc,0x0f,0xf0,0x3f,0xc0,0xfc,0x03,
0x03,0xfe,0x0f,0xf8,0x3f,0xe0,0xff,0x80,0xfc,0x03,0xe0,0x1c,0x80,0x60,0x00,0x80,
0xff,0xff,0xfc,0xff,0xf0,0xff,0xc0,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x03,0xff,
0x02,0xff,0x08,0xff,0x20,0xff,0x80,0xff,0x03,0xff,0x1f,0xfc,0x7f,0xe0,0xff,0x80,
0xfe,0x01,0xf8,0x06,0xc0,0x38,0x00,0xc0,0x01,0x01,0x04,0x07,0x10,0x1f,0x40,0x7f,
0x00,0xc0,0x00,0x03,0x00,0x0f,0x00,0x3f,0x00,0xff,0x00,0xff,0x03,0xff,0x0f,0xff,
0x01,0xff,0x07,0xfe,0x3f,0xf8,0xff,0xc0,0xff,0x01,0xfc,0x07,0xf0,0x1f,0xc0,0x7f,
0xff,0xc0,0xfc,0x03,0xf0,0x0f,0xc0,0x3f,0x00,0xff,0x00,0xff,0x03,0xff,0x0f,0xff,
0x01,0x0e,0x00,0xc1,0x00,0xf0,0xc0,0xfc,0xf0,0xff,0xfc,0xff,0xff,0xff,0xff,0xff,
0xff,0x00,0x1f,0xe0,0x01,0x1e,0x00,0x01,0x00,0x80,0x00,0xe0,0x00,0xf8,0xc0,0xfe,
0xfe,0x0f,0x3f,0xc1,0x0f,0xf0,0xc3,0xfc,0xf0,0xff,0xfc,0xff,0xff,0xff,0xff,0xff,
0x00,0xff,0xe0,0xff,0xfe,0x1f,0xff,0x01,0x7f,0x80,0x1f,0xe0,0x07,0xf8,0xc1,0xfe,
0x00,0x7f,0x00,0x1f,0x00,0x07,0x00,0x01,0x00,0x80,0x80,0x78,0xf8,0x07,0xff,0x00,
0x3f,0xff,0x3f,0xff,0x0f,0xff,0x03,0xff,0x00,0x3f,0x00,0x0f,0x00,0x83,0x80,0x70,
0x80,0x7f,0xe0,0x1f,0xf8,0x07,0xfe,0x01,0xff,0x80,0x7f,0xf8,0x07,0xff,0x00,0xff,
0x3f,0xff,0x3f,0xff,0x0f,0xff,0x03,0xff,0xc0,0x3f,0xf0,0x0f,0xfc,0x83,0x7f,0xf0,
0xff,0xff,0xfc,0xff,0xf0,0xff,0xc0,0xff,0x00,0xfc,0x00,0xf0,0x00,0xc0,0x00,0x03,
0x02,0xfe,0x08,0xf8,0x20,0xe0,0x80,0x80,0x00,0x03,0x03,0x1c,0x1f,0x60,0x7f,0x80,
0xff,0xff,0xfc,0xff,0xf0,0xff,0xc0,0xff,0x03,0xfc,0x0f,0xf0,0x3f,0xc0,0xff,0x03,
0x03,0xfe,0x0f,0xf8,0x3f,0xe0,0xff,0x80,0xff,0x03,0xfc,0x1f,0xe0,0x7f,0x80,0xff
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xfc,0xfc,
0xf0,0xf0,0xc0,0xc3,
0xff,0xff,0xfc,0xfc,
0xf0,0xf0,0xc0,0xc0,
0x00,0x03,0x03,0x1c,
0x1f,0x60,0x7f,0x80,
0xff,0xff,0x3f,0x3f,
0x0f,0x0f,0x03,0x03,
0x00,0x80,0x80,0x78,
0xf8,0x07,0xff,0x00,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0x7f,0x7f,0x1f,0x1f,
0x07,0x87,0x81,0x71,
0x81,0x8e,0xe0,0xe1,
0xf8,0xf8,0xfe,0xfe,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0x00,0x1f,0xe0,
0x01,0x1e,0x00,0x01,
0xc0,0xc0,0xf0,0xf0,
0xfc,0xfc,0xff,0xff,
0xfe,0x01,0xf8,0x06,
0xc0,0x38,0x00,0xc0,
0x03,0x03,0x0f,0x0f,
0x3f,0x3f,0xff,0xff,
0x03,0xc3,0x0f,0x0f,
0x3f,0x3f,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0x00,0x01,0x01,0x06,
0x07,0x38,0x3f,0xc0,
0xff,0x01,0xfc,0x04,
0xf0,0x10,0xc0,0x43,
0x3f,0xc0,0xfc,0x00,
0xf0,0x00,0xc0,0x00,
0x00,0x03,0x03,0x1c,
0x1f,0x60,0x7f,0x80,
0xff,0x01,0xfe,0x07,
0xf8,0x3f,0xc0,0xff,
0x01,0xff,0x04,0xfc,
0x10,0xf0,0x40,0xc3,
0xc0,0xff,0x00,0xfc,
0x00,0xf0,0x00,0xc0,
0x00,0x03,0x03,0x1c,
0x1f,0x60,0x7f,0x80,
0xf0,0x0e,0x3e,0x01,
0x0f,0x00,0x03,0x00,
0x00,0x80,0x80,0x78,
0xf8,0x07,0xff,0x00,
0x00,0x00,0x00,0xe0,
0xe0,0x1e,0xfe,0x01,
0x7f,0x00,0x1f,0x00,
0x07,0x80,0x81,0x70,
0x0f,0xfe,0x01,0x3f,
0x00,0x0f,0x00,0x03,
0x00,0x80,0x80,0x78,
0xf8,0x07,0xff,0x00,
0xff,0x00,0xff,0xe0,
0x1f,0xfe,0x01,0xff,
0x00,0x7f,0x00,0x1f,
0x00,0x87,0x80,0x71,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xfc,
0xff,0xf0,0xfc,0xc3,
0xff,0xff,0xff,0xfc,
0xff,0xf0,0xff,0xc0,
0xfc,0x03,0xe0,0x1c,
0x80,0x60,0x00,0x80,
0xff,0xff,0xff,0x3f,
0xff,0x0f,0xff,0x03,
0x7f,0x80,0x07,0x78,
0x00,0x07,0x00,0x00,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0x7f,0xff,0x1f,
0x7f,0x87,0x0f,0x71,
0xf0,0x8e,0xfe,0xe1,
0xff,0xf8,0xff,0xfe,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0x00,0x00,0x00,0xe0,
0xe0,0x1e,0xfe,0x01,
0xff,0xc0,0xff,0xf0,
0xff,0xfc,0xff,0xff,
0x00,0x01,0x01,0x06,
0x07,0x38,0x3f,0xc0,
0xff,0x03,0xff,0x0f,
0xff,0x3f,0xff,0xff,
0x3f,0xc3,0xff,0x0f,
0xff,0x3f,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xfe,0x01,0xf8,0x06,
0xc0,0x38,0x00,0xc0,
0x01,0x01,0x07,0x04,
0x1f,0x10,0x7c,0x43,
0x00,0xc0,0x03,0x00,
0x0f,0x00,0x3f,0x00,
0xfc,0x03,0xe0,0x1c,
0x80,0x60,0x00,0x80,
0x01,0xff,0x07,0xfe,
0x3f,0xf8,0xff,0xc0,
0xff,0x01,0xff,0x04,
0xff,0x10,0xfc,0x43,
0xff,0xc0,0xff,0x00,
0xff,0x00,0xff,0x00,
0xfc,0x03,0xe0,0x1c,
0x80,0x60,0x00,0x80,
0x01,0x0e,0xc0,0x01,
0xf0,0x00,0xfc,0x00,
0x7f,0x80,0x07,0x78,
0x00,0x07,0x00,0x00,
0xff,0x00,0x1f,0xe0,
0x01,0x1e,0x00,0x01,
0x80,0x00,0xe0,0x00,
0x78,0x80,0x0e,0x70,
0xfe,0x0f,0xff,0x01,
0xff,0x00,0xff,0x00,
0x7f,0x80,0x07,0x78,
0x00,0x07,0x00,0x00,
0x00,0xff,0xe0,0xff,
0xfe,0x1f,0xff,0x01,
0xff,0x00,0xff,0x00,
0x7f,0x80,0x0f,0x70,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xfc,0xff,
0xf0,0xff,0xc3,0xff,
0xff,0xff,0xfc,0xff,
0xf0,0xff,0xc0,0xff,
0x03,0xff,0x1c,0xff,
0x60,0xff,0x80,0xff,
0xff,0xff,0x3f,0xff,
0x0f,0xff,0x03,0xff,
0x80,0xff,0x78,0xff,
0x07,0xff,0x00,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0x7f,0xff,0x1f,0xff,
0x87,0xff,0x71,0xff,
0x8e,0xff,0xe1,0xff,
0xf8,0xff,0xfe,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0x00,0xff,0xe0,0xff,
0x1e,0xff,0x01,0xff,
0xc0,0xff,0xf0,0xff,
0xfc,0xff,0xff,0xff,
0x01,0xff,0x06,0xff,
0x38,0xff,0xc0,0xff,
0x03,0xff,0x0f,0xff,
0x3f,0xff,0xff,0xff,
0xc3,0xff,0x0f,0xff,
0x3f,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0x00,0x01,0x01,0x06,
0x07,0x38,0x3f,0xc0,
0xff,0x01,0xfc,0x07,
0xf0,0x1f,0xc3,0x7f,
0x3f,0xc0,0xfc,0x03,
0xf0,0x0f,0xc0,0x3f,
0x03,0xff,0x1c,0xff,
0x60,0xff,0x80,0xff,
0xff,0x01,0xfe,0x07,
0xf8,0x3f,0xc0,0xff,
0x01,0xff,0x04,0xff,
0x10,0xff,0x43,0xff,
0xc0,0xff,0x00,0xff,
0x00,0xff,0x00,0xff,
0x03,0xff,0x1c,0xff,
0x60,0xff,0x80,0xff,
0xf0,0x0e,0x3e,0xc1,
0x0f,0xf0,0x03,0xfc,
0x80,0xff,0x78,0xff,
0x07,0xff,0x00,0xff,
0x00,0x00,0x00,0xe0,
0xe0,0x1e,0xfe,0x01,
0x7f,0x80,0x1f,0xe0,
0x87,0xf8,0x71,0xfe,
0x0f,0xfe,0x01,0xff,
0x00,0xff,0x00,0xff,
0x80,0xff,0x78,0xff,
0x07,0xff,0x00,0xff,
0xff,0x00,0xff,0xe0,
0x1f,0xfe,0x01,0xff,
0x00,0xff,0x00,0xff,
0x80,0xff,0x70,0xff,
0xff,0xff,0xfc,0xff,
0xf0,0xff,0xc0,0xff,
0x03,0xff,0x1f,0xfc,
0x7f,0xe0,0xff,0x80,
0xff,0xff,0x3f,0xff,
0x0f,0xff,0x03,0xff,
0x80,0xff,0xf8,0x7f,
0xff,0x07,0xff,0x00,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0x7f,0xff,0x1f,0xff,
0x87,0xff,0xf1,0x7f,
0x8f,0xfe,0xe1,0xff,
0xf8,0xff,0xfe,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0x00,0xff,0xe0,
0x1f,0xfe,0x01,0xff,
0xc0,0xff,0xf0,0xff,
0xfc,0xff,0xff,0xff,
0xff,0x01,0xfe,0x07,
0xf8,0x3f,0xc0,0xff,
0x03,0xff,0x0f,0xff,
0x3f,0xff,0xff,0xff,
0xfe,0x01,0xf8,0x06,
0xc0,0x38,0x00,0xc0,
0x01,0x01,0x04,0x07,
0x10,0x1f,0x43,0x7f,
0x00,0xc0,0x00,0x03,
0x00,0x0f,0x00,0x3f,
0x03,0xff,0x1f,0xfc,
0x7f,0xe0,0xff,0x80,
0x01,0xff,0x07,0xfe,
0x3f,0xf8,0xff,0xc0,
0xff,0x01,0xfc,0x07,
0xf0,0x1f,0xc3,0x7f,
0xff,0xc0,0xfc,0x03,
0xf0,0x0f,0xc0,0x3f,
0x03,0xff,0x1f,0xfc,
0x7f,0xe0,0xff,0x80,
0x01,0x0e,0x00,0xc1,
0x00,0xf0,0x00,0xfc,
0x80,0xff,0xf8,0x7f,
0xff,0x07,0xff,0x00,
0xff,0x00,0x1f,0xe0,
0x01,0x1e,0x00,0x01,
0x00,0x80,0x00,0xe0,
0x80,0xf8,0xf0,0x7e,
0xfe,0x0f,0x3f,0xc1,
0x0f,0xf0,0x03,0xfc,
0x80,0xff,0xf8,0x7f,
0xff,0x07,0xff,0x00,
0x00,0xff,0xe0,0xff,
0xfe,0x1f,0xff,0x01,
0x7f,0x80,0x1f,0xe0,
0x87,0xf8,0xf1,0x7e,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xfc,0xfc,
0xf0,0xf0,0xc3,0xc0,
0xff,0xff,0xfc,0xfc,
0xf0,0xf0,0xc3,0xc0,
0x0f,0x00,0x3f,0x00,
0xff,0x03,0xff,0x0f,
0xff,0xff,0x3f,0x3f,
0x0f,0x0f,0x03,0xc3,
0x00,0xf0,0x00,0xfc,
0xc0,0xff,0xf0,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0x7f,0x7f,0x1f,0x1f,
0x07,0x07,0x01,0xc1,
0x80,0x80,0xe0,0xe0,
0xf8,0xf8,0xfe,0xfe,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0x3f,0x3f,0x3f,
0x0f,0x0f,0x03,0x03,
0xc0,0xc0,0xf0,0xf0,
0xfc,0xfc,0xff,0xff,
0xfc,0xff,0xfc,0xfc,
0xf0,0xf0,0xc0,0xc0,
0x03,0x03,0x0f,0x0f,
0x3f,0x3f,0xff,0xff,
0x03,0x03,0x0f,0x0f,
0x3f,0x3f,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0x00,0x01,0x01,0x06,
0x07,0x38,0x3f,0xc0,
0xff,0x01,0xfc,0x04,
0xf0,0x10,0xc3,0x40,
0x3f,0xc0,0xfc,0x00,
0xf0,0x00,0xc3,0x00,
0x0f,0x00,0x3f,0x00,
0xff,0x03,0xff,0x0f,
0xff,0x01,0xfe,0x07,
0xf8,0x3f,0xc0,0xff,
0x01,0xff,0x04,0xfc,
0x10,0xf0,0x43,0xc0,
0xc0,0xff,0x00,0xfc,
0x00,0xf0,0x03,0xc0,
0x0f,0x00,0x3f,0x00,
0xff,0x03,0xff,0x0f,
0xf0,0x0e,0x3e,0x01,
0x0f,0x00,0x03,0xc0,
0x00,0xf0,0x00,0xfc,
0xc0,0xff,0xf0,0xff,
0x00,0x00,0x00,0xe0,
0xe0,0x1e,0xfe,0x01,
0x7f,0x00,0x1f,0x00,
0x07,0x00,0x01,0xc0,
0x0f,0xfe,0x01,0x3f,
0x00,0x0f,0x00,0xc3,
0x00,0xf0,0x00,0xfc,
0xc0,0xff,0xf0,0xff,
0xff,0x00,0xff,0xe0,
0x1f,0xfe,0x01,0xff,
0x00,0x7f,0x00,0x1f,
0x00,0x07,0x00,0xc1,
0x80,0x00,0xe0,0x00,
0xf8,0x00,0xfe,0x00,
0x7f,0x80,0x07,0x78,
0x00,0x07,0x00,0x00,
0xff,0x3f,0x3f,0x3f,
0x0f,0x0f,0x03,0x03,
0xc0,0x00,0xf0,0x00,
0x7c,0x80,0x0f,0x70,
0x00,0x80,0x00,0xe0,
0x00,0xf8,0x00,0xfe,
0x80,0xff,0xf8,0x7f,
0xff,0x07,0xff,0x00,
0xff,0x3f,0x3f,0x3f,
0x0f,0x0f,0x03,0x03,
0x00,0xc0,0x00,0xf0,
0x80,0xfc,0xf0,0x7f,
0xfc,0xff,0xfc,0xfc,
0xf0,0xf0,0xc0,0xc0,
0x03,0x00,0x0f,0x00,
0x3f,0x00,0xfc,0x03,
0x03,0x02,0x0f,0x08,
0x3f,0x20,0xff,0x80,
0xfc,0x03,0xe0,0x1c,
0x80,0x60,0x00,0x80,
0xfc,0xff,0xfc,0xfc,
0xf0,0xf0,0xc0,0xc0,
0x00,0x03,0x00,0x0f,
0x00,0x3f,0x03,0xff,
0x02,0x03,0x08,0x0f,
0x20,0x3f,0x80,0xff,
0x03,0xff,0x1f,0xfc,
0x7f,0xe0,0xff,0x80,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xfc,
0xfc,0xf0,0xf3,0xc0,
0xff,0xff,0xff,0xfc,
0xfc,0xf0,0xf3,0xc0,
0xcf,0x00,0x3f,0x00,
0xff,0x03,0xff,0x0f,
0xff,0xff,0xff,0x3f,
0x3f,0x0f,0x0f,0xc3,
0x03,0xf0,0x00,0xfc,
0xc0,0xff,0xf0,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0x7f,0xff,0x1f,
0x3f,0x07,0x0f,0xc1,
0xfc,0x80,0xff,0xe0,
0xff,0xf8,0xff,0xfe,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0x3f,0x3f,0x3f,
0xcf,0x0f,0xf3,0x03,
0xfc,0xc0,0xff,0xf0,
0xff,0xfc,0xff,0xff,
0xfc,0xff,0xfc,0xfc,
0xf3,0xf0,0xcf,0xc0,
0x3f,0x03,0xff,0x0f,
0xff,0x3f,0xff,0xff,
0x3f,0x03,0xff,0x0f,
0xff,0x3f,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xfe,0x01,0xf8,0x06,
0xc0,0x38,0x00,0xc0,
0x01,0x01,0x07,0x04,
0x1c,0x10,0x73,0x40,
0x00,0xc0,0x03,0x00,
0x0c,0x00,0x33,0x00,
0xcf,0x00,0x3f,0x00,
0xff,0x03,0xff,0x0f,
0x01,0xff,0x07,0xfe,
0x3f,0xf8,0xff,0xc0,
0xff,0x01,0xff,0x04,
0xfc,0x10,0xf3,0x40,
0xff,0xc0,0xff,0x00,
0xfc,0x00,0xf3,0x00,
0xcf,0x00,0x3f,0x00,
0xff,0x03,0xff,0x0f,
0x01,0x0e,0xc0,0x01,
0x30,0x00,0x0c,0xc0,
0x03,0xf0,0x00,0xfc,
0xc0,0xff,0xf0,0xff,
0xff,0x00,0x1f,0xe0,
0x01,0x1e,0x00,0x01,
0x80,0x00,0xe0,0x00,
0x38,0x00,0x0e,0xc0,
0xfe,0x0f,0xff,0x01,
0x3f,0x00,0x0f,0xc0,
0x03,0xf0,0x00,0xfc,
0xc0,0xff,0xf0,0xff,
0x00,0xff,0xe0,0xff,
0xfe,0x1f,0xff,0x01,
0xff,0x00,0xff,0x00,
0x3f,0x00,0x0f,0xc0,
0x7c,0x00,0x1f,0x00,
0x07,0x00,0x01,0x00,
0x00,0x80,0x80,0x78,
0xf8,0x07,0xff,0x00,
0xff,0x3f,0x3f,0x3f,
0xcf,0x0f,0xf3,0x03,
0x3c,0x00,0x0f,0x00,
0x03,0x80,0x80,0x70,
0xfc,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,
0xff,0x80,0x7f,0xf8,
0x07,0xff,0x00,0xff,
0xff,0x3f,0x3f,0x3f,
0xcf,0x0f,0xf3,0x03,
0xfc,0x00,0xff,0x00,
0xff,0x80,0x7f,0xf0,
0xfc,0xff,0xfc,0xfc,
0xf3,0xf0,0xcf,0xc0,
0x3c,0x00,0xf0,0x00,
0xc0,0x00,0x00,0x03,
0x3e,0x02,0xf8,0x08,
0xe0,0x20,0x80,0x80,
0x00,0x03,0x03,0x1c,
0x1f,0x60,0x7f,0x80,
0xfc,0xff,0xfc,0xfc,
0xf3,0xf0,0xcf,0xc0,
0x3f,0x00,0xff,0x00,
0xff,0x00,0xff,0x03,
0x3f,0x02,0xff,0x08,
0xff,0x20,0xff,0x80,
0xff,0x03,0xfc,0x1f,
0xe0,0x7f,0x80,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xfc,0xff,
0xf0,0xff,0xc0,0xff,
0xff,0xff,0xfc,0xff,
0xf0,0xff,0xc0,0xff,
0x00,0xff,0x00,0xff,
0x03,0xff,0x0f,0xff,
0xff,0xff,0x3f,0xff,
0x0f,0xff,0xc3,0xff,
0xf0,0xff,0xfc,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0x7f,0xff,0x1f,0xff,
0x07,0xff,0xc1,0xff,
0x80,0xff,0xe0,0xff,
0xf8,0xff,0xfe,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0x3f,0xff,0x3f,0xff,
0x0f,0xff,0x03,0xff,
0xc0,0xff,0xf0,0xff,
0xfc,0xff,0xff,0xff,
0xff,0xff,0xfc,0xff,
0xf0,0xff,0xc0,0xff,
0x03,0xff,0x0f,0xff,
0x3f,0xff,0xff,0xff,
0x03,0xff,0x0f,0xff,
0x3f,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,
0x00,0x01,0x01,0x06,
0x07,0x38,0x3f,0xc0,
0xff,0x01,0xfc,0x07,
0xf0,0x1f,0xc0,0x7f,
0x3f,0xc0,0xfc,0x03,
0xf0,0x0f,0xc0,0x3f,
0x00,0xff,0x00,0xff,
0x03,0xff,0x0f,0xff,
0xff,0x01,0xfe,0x07,
0xf8,0x3f,0xc0,0xff,
0x01,0xff,0x04,0xff,
0x10,0xff,0x40,0xff,
0xc0,0xff,0x00,0xff,
0x00,0xff,0x00,0xff,
0x00,0xff,0x00,0xff,
0x03,0xff,0x0f,0xff,
0xf0,0x0e,0x3e,0xc1,
0x0f,0xf0,0xc3,0xfc,
0xf0,0xff,0xfc,0xff,
0xff,0xff,0xff,0xff,
0x00,0x00,0x00,0xe0,
0xe0,0x1e,0xfe,0x01,
0x7f,0x80,0x1f,0xe0,
0x07,0xf8,0xc1,0xfe,
0x0f,0xfe,0x01,0xff,
0x00,0xff,0xc0,0xff,
0xf0,0xff,0xfc,0xff,
0xff,0xff,0xff,0xff,
0xff,0x00,0xff,0xe0,
0x1f,0xfe,0x01,0xff,
0x00,0xff,0x00,0xff,
0x00,0xff,0xc0,0xff,
0x80,0x7f,0xe0,0x1f,
0xf8,0x07,0xfe,0x01,
0x7f,0x80,0x07,0x78,
0x00,0x07,0x00,0x00,
0x3f,0xff,0x3f,0xff,
0x0f,0xff,0x03,0xff,
0xc0,0x3f,0xf0,0x0f,
0x7c,0x83,0x0f,0x70,
0x00,0xff,0x00,0xff,
0x00,0xff,0x00,0xff,
0x80,0xff,0xf8,0x7f,
0xff,0x07,0xff,0x00,
0x3f,0xff,0x3f,0xff,
0x0f,0xff,0x03,0xff,
0x00,0xff,0x00,0xff,
0x80,0xff,0xf0,0x7f,
0xff,0xff,0xfc,0xff,
0xf0,0xff,0xc0,0xff,
0x03,0xfc,0x0f,0xf0,
0x3f,0xc0,0xfc,0x03,
0x03,0xfe,0x0f,0xf8,
0x3f,0xe0,0xff,0x80,
0xfc,0x03,0xe0,0x1c,
0x80,0x60,0x00,0x80,
0xff,0xff,0xfc,0xff,
0xf0,0xff,0xc0,0xff,
0x00,0xff,0x00,0xff,
0x00,0xff,0x03,0xff,
0x02,0xff,0x08,0xff,
0x20,0xff,0x80,0xff,
0x03,0xff,0x1f,0xfc,
0x7f,0xe0,0xff,0x80,
0xfe,0x01,0xf8,0x06,
0xc0,0x38,0x00,0xc0,
0x01,0x01,0x04,0x07,
0x10,0x1f,0x40,0x7f,
0x00,0xc0,0x00,0x03,
0x00,0x0f,0x00,0x3f,
0x00,0xff,0x00,0xff,
0x03,0xff,0x0f,0xff,
0x01,0xff,0x07,0xfe,
0x3f,0xf8,0xff,0xc0,
0xff,0x01,0xfc,0x07,
0xf0,0x1f,0xc0,0x7f,
0xff,0xc0,0xfc,0x03,
0xf0,0x0f,0xc0,0x3f,
0x00,0xff,0x00,0xff,
0x03,0xff,0x0f,0xff,
0x01,0x0e,0x00,0xc1,
0x00,0xf0,0xc0,0xfc,
0xf0,0xff,0xfc,0xff,
0xff,0xff,0xff,0xff,
0xff,0x00,0x1f,0xe0,
0x01,0x1e,0x00,0x01,
0x00,0x80,0x00,0xe0,
0x00,0xf8,0xc0,0xfe,
0xfe,0x0f,0x3f,0xc1,
0x0f,0xf0,0xc3,0xfc,
0xf0,0xff,0xfc,0xff,
0xff,0xff,0xff,0xff,
0x00,0xff,0xe0,0xff,
0xfe,0x1f,0xff,0x01,
0x7f,0x80,0x1f,0xe0,
0x07,0xf8,0xc1,0xfe,
0x00,0x7f,0x00,0x1f,
0x00,0x07,0x00,0x01,
0x00,0x80,0x80,0x78,
0xf8,0x07,0xff,0x00,
0x3f,0xff,0x3f,0xff,
0x0f,0xff,0x03,0xff,
0x00,0x3f,0x00,0x0f,
0x00,0x83,0x80,0x70,
0x80,0x7f,0xe0,0x1f,
0xf8,0x07,0xfe,0x01,
0xff,0x80,0x7f,0xf8,
0x07,0xff,0x00,0xff,
0x3f,0xff,0x3f,0xff,
0x0f,0xff,0x03,0xff,
0xc0,0x3f,0xf0,0x0f,
0xfc,0x83,0x7f,0xf0,
0xff,0xff,0xfc,0xff,
0xf0,0xff,0xc0,0xff,
0x00,0xfc,0x00,0xf0,
0x00,0xc0,0x00,0x03,
0x02,0xfe,0x08,0xf8,
0x20,0xe0,0x80,0x80,
0x00,0x03,0x03,0x1c,
0x1f,0x60,0x7f,0x80,
0xff,0xff,0xfc,0xff,
0xf0,0xff,0xc0,0xff,
0x03,0xfc,0x0f,0xf0,
0x3f,0xc0,0xff,0x03,
0x03,0xfe,0x0f,0xf8,
0x3f,0xe0,0xff,0x80,
0xff,0x03,0xfc,0x1f,
0xe0,0x7f,0x80,0xff
};
-2
View File
@@ -1,6 +1,4 @@
//AUTOGENERATED FILE FROM png2asset
// Conversion args: /tiles.png -c /tiles.c -map -bpp 2 -noflip -keep_palette_order
#ifndef METASPRITE_tiles_H
#define METASPRITE_tiles_H
+878 -221
View File
File diff suppressed because it is too large Load Diff
-2
View File
@@ -1,6 +1,4 @@
//AUTOGENERATED FILE FROM png2asset
// Conversion args: /title_bg.png -c /title_bg.c -map -bpp 2 -noflip -keep_palette_order -max_palettes 1
#ifndef METASPRITE_title_bg_H
#define METASPRITE_title_bg_H
-51
View File
@@ -1,51 +0,0 @@
//AUTOGENERATED FILE FROM png2asset
// Conversion args: /victory.png -c /victory.c -bpp 2 -noflip -keep_palette_order
#include <stdint.h>
#include <gbdk/platform.h>
#include <gbdk/metasprites.h>
BANKREF(victory)
const palette_color_t victory_palettes[32] = {
RGB8(224,248,207), RGB8(134,192,108), RGB8( 48,104, 80), RGB8( 7, 24, 33),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0),
RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0), RGB8( 0, 0, 0)
};
const uint8_t victory_tiles[224] = {
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x88,0xff,0x88,0xdd,0x88,0xdd,0x88,0xdd,
0xc1,0xeb,0xc1,0xe3,0xe3,0xf7,0xf7,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xc3,0xff,0xc3,0xe7,0xe3,0xf7,0xe3,0xf7,
0xe3,0xf7,0xe3,0xf7,0xc3,0xe7,0xc3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xc3,0xff,0x81,0xc3,0x83,0xdf,0x8f,0xdf,
0x8f,0xdf,0x83,0xdf,0x81,0xc3,0xc3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x81,0xff,0x80,0xc1,0xe3,0xf7,0xe3,0xf7,
0xe3,0xf7,0xe3,0xf7,0xe3,0xf7,0xe3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xc3,0xff,0x81,0xc3,0x81,0xdb,0x81,0xdb,
0x81,0xdb,0x81,0xdb,0x81,0xc3,0xc3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x83,0xff,0x81,0xc3,0x81,0xdb,0x81,0xc3,
0x81,0xdb,0x89,0xdb,0x89,0xdb,0x99,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x99,0xff,0x88,0xdd,0xc1,0xeb,0xc1,0xe3,
0xe3,0xf7,0xe3,0xf7,0xe3,0xf7,0xe3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff
};
const metasprite_t victory_metasprite0[] = {
METASPR_ITEM(-8, -28, 0, S_PAL(0)),
METASPR_ITEM(0, 8, 2, S_PAL(0)),
METASPR_ITEM(0, 8, 4, S_PAL(0)),
METASPR_ITEM(0, 8, 6, S_PAL(0)),
METASPR_ITEM(0, 8, 8, S_PAL(0)),
METASPR_ITEM(0, 8, 10, S_PAL(0)),
METASPR_ITEM(0, 8, 12, S_PAL(0)),
METASPR_TERM
};
const metasprite_t* const victory_metasprites[1] = {
victory_metasprite0
};
-31
View File
@@ -1,31 +0,0 @@
//AUTOGENERATED FILE FROM png2asset
// Conversion args: /victory.png -c /victory.c -bpp 2 -noflip -keep_palette_order
#ifndef METASPRITE_victory_H
#define METASPRITE_victory_H
#include <stdint.h>
#include <gbdk/platform.h>
#include <gbdk/metasprites.h>
#define victory_TILE_ORIGIN 0
#define victory_TILE_W 8
#define victory_TILE_H 16
#define victory_WIDTH 56
#define victory_HEIGHT 16
#define victory_TILE_COUNT 14
#define victory_PALETTE_COUNT 8
#define victory_COLORS_PER_PALETTE 4
#define victory_TOTAL_COLORS 32
#define victory_PIVOT_X 28
#define victory_PIVOT_Y 8
#define victory_PIVOT_W 56
#define victory_PIVOT_H 16
extern const metasprite_t* const victory_metasprites[1];
BANKREF_EXTERN(victory)
extern const palette_color_t victory_palettes[32];
extern const uint8_t victory_tiles[224];
#endif