Implemented redesign of summary screen

This commit is contained in:
Maruno17
2024-08-27 00:49:11 +01:00
parent 273e1bb565
commit 2abdf333db
4 changed files with 466 additions and 319 deletions

View File

@@ -95,7 +95,7 @@ GameData::Stat.register({
GameData::Stat.register({
:id => :SPECIAL_ATTACK,
:name => _INTL("Special Attack"),
:name_semi_brief => _INTL("Sp. Atk"),
:name_semi_brief => _INTL("Sp. Attack"),
:name_brief => _INTL("SpAtk"),
:type => :main_battle,
:pbs_order => 4
@@ -104,7 +104,7 @@ GameData::Stat.register({
GameData::Stat.register({
:id => :SPECIAL_DEFENSE,
:name => _INTL("Special Defense"),
:name_semi_brief => _INTL("Sp. Def"),
:name_semi_brief => _INTL("Sp. Defense"),
:name_brief => _INTL("SpDef"),
:type => :main_battle,
:pbs_order => 5