mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
22 lines
900 B
Plaintext
22 lines
900 B
Plaintext
-- Sharing metadata (25-community-and-ecosystem.md 3.2). Read by tooling
|
|
-- and the manager detail pane; never by the loader's merge.
|
|
return {
|
|
summary = "A start-menu dex overlay with seen/owned counts and an inter-mod API.",
|
|
author = "Pokemon Gen 1 Recompilation Project",
|
|
contact = "https://github.com/bryanthaboi/gen1recomp",
|
|
tags = { "ui", "tool", "quality-of-life" },
|
|
differences = {
|
|
changed = { "the START menu gains a DEXNAV row above SAVE" },
|
|
added = {
|
|
"ExampleDexNav screen",
|
|
"mod options: SORT BY and SHOW UNSEEN",
|
|
"exports countSeen / countOwned / species for other mods",
|
|
},
|
|
known = { "the list is built when the screen opens, so catching a mon mid-session needs a reopen" },
|
|
},
|
|
credits = {
|
|
{ who = "pret/pokered", for_ = "the start-menu layout the row is anchored into" },
|
|
},
|
|
compat = { engine = ">=1.0.0 <2.0.0", modApi = 2 },
|
|
}
|