-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.card
More file actions
17 lines (17 loc) · 830 Bytes
/
Copy pathmod.card
File metadata and controls
17 lines (17 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-- Sharing metadata. Read by tooling and the manager detail pane; never by
-- the loader's merge.
return {
summary = "PC at the top of the START menu: the storage system from anywhere.",
author = "jramiresbrito",
tags = { "quality-of-life", "start-menu", "storage", "pc" },
differences = {
added = {
"a PC row at position 1 of the START menu, which opens the storage system from any map -- indoors, in caves, mid-route",
},
changed = {},
known = {
"with Pokemon Stadium 2 Overworld Models and CUSTOM UI / MENUS = ON, the PC's CHANGE BOX picker does not draw; that skin replaces the PC screen's own renderer and the bug reproduces at a Pokemon Center PC with this mod uninstalled (fix submitted: randyadr/Gen2-3D-Sprites#7)",
},
},
compat = { engine = ">=0.1.0 <2.0.0", modApi = 2 },
}