pokepinballrs/graphics/mon_hatch_sprites/hatch.json
Retnuhytnuob 450aa1c2a6
Some checks are pending
CI / build (push) Waiting to run
Gbagfx OAM chunk handling, with override support (#143)
* Add tooling support for graphics with 2^n chunking

* update to OAM handling, from 2n sizing

* Update assembly to use the hex, rather than music name, for ease of uese in decompme/m2C

* additional tools/examples

* graphics build, not currently compare matching.

* remove sprites.png

* working conversion in make file!

* stage/main folder done

* stage/misc folder done

* stage/ruby complete

* stage/sapphire updated

* base for remaining kinda-graphics; file name casing

* more name casing

* extract catch sprites

* remove special 6x4 handling from oam slicer; switched hed the 2 images to using non-oam 2x2 chunks. (net same, but allows the 6x4 to process normally when things like the whalmer are found)

* Palette info for the catch sprites, thanks to cyphgirl

* obliterate the old hatch-sprite code

* refactor segments to not have the base file name dependancy

* catch mon 1-9, horizontal layout

* rename the f param in the json for graphics

* casing cleanup?

* .

* possible fix for the out of date segment piece

* Replace graphic_cnvt_attrs.txt strategy with individually-generated makefile rules

* Don't specify tileCount

---------

Co-authored-by: Marcus Huderle <huderlem@gmail.com>
2026-02-08 14:17:19 -06:00

145 lines
3.1 KiB
JSON

{
"kind": "gfx-config",
"version": 1,
"defaults": {
"mwidth": 3,
"mheight": 3,
"width": 15,
"oam": true
},
"files": [
{
"gfx_filename": "aron_hatch",
"palette": "aron_hatch.gbapal"
},
{
"gfx_filename": "azurill_hatch",
"palette": "azurill_hatch.gbapal"
},
{
"gfx_filename": "bagon_hatch",
"palette": "bagon_hatch.gbapal"
},
{
"gfx_filename": "chimecho_hatch",
"palette": "chimecho_hatch.gbapal"
},
{
"gfx_filename": "chinchou_hatch",
"palette": "chinchou_hatch.gbapal"
},
{
"gfx_filename": "corsola_hatch",
"palette": "corsola_hatch.gbapal"
},
{
"gfx_filename": "gulpin_hatch",
"palette": "gulpin_hatch.gbapal"
},
{
"gfx_filename": "horsea_hatch",
"palette": "horsea_hatch.gbapal"
},
{
"gfx_filename": "igglybuff_hatch",
"palette": "igglybuff_hatch.gbapal"
},
{
"gfx_filename": "lotad_hatch",
"palette": "lotad_hatch.gbapal"
},
{
"gfx_filename": "minun_hatch",
"palette": "minun_hatch.gbapal"
},
{
"gfx_filename": "natu_hatch",
"palette": "natu_hatch.gbapal"
},
{
"gfx_filename": "oddish_hatch",
"palette": "oddish_hatch.gbapal"
},
{
"gfx_filename": "phanpy_hatch",
"palette": "phanpy_hatch.gbapal"
},
{
"gfx_filename": "pichu_2_hatch",
"palette": "pichu_2_hatch.gbapal"
},
{
"gfx_filename": "pichu_hatch",
"palette": "pichu_hatch.gbapal"
},
{
"gfx_filename": "plusle_hatch",
"palette": "plusle_hatch.gbapal"
},
{
"gfx_filename": "ralts_hatch",
"palette": "ralts_hatch.gbapal"
},
{
"gfx_filename": "sandshrew_hatch",
"palette": "sandshrew_hatch.gbapal"
},
{
"gfx_filename": "seedot_hatch",
"palette": "seedot_hatch.gbapal"
},
{
"gfx_filename": "shroomish_hatch",
"palette": "shroomish_hatch.gbapal"
},
{
"gfx_filename": "shuppet_hatch",
"palette": "shuppet_hatch.gbapal"
},
{
"gfx_filename": "skitty_hatch",
"palette": "skitty_hatch.gbapal"
},
{
"gfx_filename": "snorunt_hatch",
"palette": "snorunt_hatch.gbapal"
},
{
"gfx_filename": "spheal_hatch",
"palette": "spheal_hatch.gbapal"
},
{
"gfx_filename": "spinda_hatch",
"palette": "spinda_hatch.gbapal"
},
{
"gfx_filename": "spoink_hatch",
"palette": "spoink_hatch.gbapal"
},
{
"gfx_filename": "surskit_hatch",
"palette": "surskit_hatch.gbapal"
},
{
"gfx_filename": "trapinch_hatch",
"palette": "trapinch_hatch.gbapal"
},
{
"gfx_filename": "whismur_hatch",
"palette": "whismur_hatch.gbapal"
},
{
"gfx_filename": "wurmple_hatch",
"palette": "wurmple_hatch.gbapal"
},
{
"gfx_filename": "wynaut_hatch",
"palette": "wynaut_hatch.gbapal"
},
{
"gfx_filename": "zubat_hatch",
"palette": "zubat_hatch.gbapal"
}
]
}