Files
ascreamfromthedark-gb/src/tiles.h
T
enne2 8244790603 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.
2026-06-24 11:11:17 +02:00

28 lines
651 B
C

//AUTOGENERATED FILE FROM png2asset
#ifndef METASPRITE_tiles_H
#define METASPRITE_tiles_H
#include <stdint.h>
#include <gbdk/platform.h>
#include <gbdk/metasprites.h>
#define tiles_TILE_ORIGIN 0
#define tiles_TILE_W 8
#define tiles_TILE_H 8
#define tiles_WIDTH 32
#define tiles_HEIGHT 5768
#define tiles_TILE_COUNT 151
#define tiles_PALETTE_COUNT 8
#define tiles_COLORS_PER_PALETTE 4
#define tiles_TOTAL_COLORS 32
#define tiles_MAP_ATTRIBUTES 0
extern const unsigned char tiles_map[2884];
#define tiles_map_attributes tiles_map
BANKREF_EXTERN(tiles)
extern const palette_color_t tiles_palettes[32];
extern const uint8_t tiles_tiles[2416];
#endif