More Bag UI redesign implementation

This commit is contained in:
Maruno17
2024-09-18 23:55:50 +01:00
parent 4770057818
commit 2816cbcd92
3 changed files with 239 additions and 47 deletions

View File

@@ -107,6 +107,11 @@ GameData::BagPocket.register({
:order => 30
})
# This pocket is hardcoded to allow showing the details of a machine item in
# this pocket in the Bag. The display of this information is toggled by pressing
# the Action input. It is not possible to open the screen menu with the Action
# input in this pocket (although you also can't open it if the pocket auto-sorts
# so that's not a problem).
GameData::BagPocket.register({
:id => :Machines,
:name => _INTL("TMs & HMs"),