mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-15 07:41:21 +02:00
22 lines
787 B
Plaintext
22 lines
787 B
Plaintext
-- Sharing metadata for the manager detail pane.
|
|
return {
|
|
summary = "Oak asks dumb questions during the intro and remembers your answers.",
|
|
author = "Pokemon Gen 1 Recompilation Project",
|
|
contact = "https://github.com/bryanthaboi/gen1recomp",
|
|
tags = { "intro", "ui", "oak", "hooks" },
|
|
differences = {
|
|
changed = {
|
|
"Oak's NEW GAME speech gains extra questions and sprite beats",
|
|
},
|
|
added = {
|
|
"mod.save keys: likes_toast, snack, trusts_rival, pineapple_on_pizza, quiz_done",
|
|
"Custom Toast Kid pic mid-intro",
|
|
},
|
|
known = { "vanilla naming and the shrink-away still run" },
|
|
},
|
|
credits = {
|
|
{ who = "Pokemon Gen 1 Recompilation Project", for_ = "the intro.oak_speech hooks" },
|
|
},
|
|
compat = { engine = ">=0.0.0 <2.0.0", modApi = 2 },
|
|
}
|