Commit c5ef545d authored by Edo9300's avatar Edo9300

Fixed yrp option string

parent e9e9be20
...@@ -617,7 +617,7 @@ bool Game::Initialize() { ...@@ -617,7 +617,7 @@ bool Game::Initialize() {
btnReplayCancel = env->addButton(rect<s32>(460, 385, 570, 410), wReplay, BUTTON_CANCEL_REPLAY, dataManager.GetSysString(1347)); btnReplayCancel = env->addButton(rect<s32>(460, 385, 570, 410), wReplay, BUTTON_CANCEL_REPLAY, dataManager.GetSysString(1347));
env->addStaticText(dataManager.GetSysString(1349), rect<s32>(360, 30, 570, 50), false, true, wReplay); env->addStaticText(dataManager.GetSysString(1349), rect<s32>(360, 30, 570, 50), false, true, wReplay);
stReplayInfo = env->addStaticText(L"", rect<s32>(360, 60, 570, 350), false, true, wReplay); stReplayInfo = env->addStaticText(L"", rect<s32>(360, 60, 570, 350), false, true, wReplay);
chkYrp = env->addCheckBox(false, recti(360, 250, 560, 270), wReplay, -1, dataManager.GetSysString(1999)); chkYrp = env->addCheckBox(false, recti(360, 250, 560, 270), wReplay, -1, dataManager.GetSysString(2000));
env->addStaticText(dataManager.GetSysString(1353), rect<s32>(360, 275, 570, 295), false, true, wReplay); env->addStaticText(dataManager.GetSysString(1353), rect<s32>(360, 275, 570, 295), false, true, wReplay);
ebRepStartTurn = env->addEditBox(L"", rect<s32>(360, 300, 460, 320), true, wReplay, -1); ebRepStartTurn = env->addEditBox(L"", rect<s32>(360, 300, 460, 320), true, wReplay, -1);
ebRepStartTurn->setTextAlignment(irr::gui::EGUIA_CENTER, irr::gui::EGUIA_CENTER); ebRepStartTurn->setTextAlignment(irr::gui::EGUIA_CENTER, irr::gui::EGUIA_CENTER);
...@@ -1787,4 +1787,3 @@ void Game::ValidateName(irr::gui::IGUIEditBox* box) { ...@@ -1787,4 +1787,3 @@ void Game::ValidateName(irr::gui::IGUIEditBox* box) {
} }
} }
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
!system 44 At the end of Damage Step !system 44 At the end of Damage Step
!system 60 Heads !system 60 Heads
!system 61 Tails !system 61 Tails
!system 62 Heads effect !system 62 Heads effect
!system 63 Tails effect !system 63 Tails effect
!system 64 Gemini !system 64 Gemini
!system 65 Use Effect !system 65 Use Effect
!system 66 Keep revealed !system 66 Keep revealed
...@@ -373,7 +373,7 @@ ...@@ -373,7 +373,7 @@
!system 1351 Surrender !system 1351 Surrender
!system 1352 Main message !system 1352 Main message
!system 1353 Start at turn !system 1353 Start at turn
!system 1354 Hide Set Names  !system 1354 Hide Set Names
!system 1355 Hide Chain Buttons !system 1355 Hide Chain Buttons
!system 1356 Old Replay Mode !system 1356 Old Replay Mode
!system 1360 Previous !system 1360 Previous
...@@ -451,9 +451,10 @@ ...@@ -451,9 +451,10 @@
!system 1634 Pendulum Zones !system 1634 Pendulum Zones
!system 1635 Separate Pendulum Zones !system 1635 Separate Pendulum Zones
!system 1636 Extra Monster Zones !system 1636 Extra Monster Zones
!system 1999 Show anime cards !system 1999 Show anime cards
!system 2046 Enable sound effects !system 2000 Old Replay Mode
!system 2047 Enable music !system 2046 Enable sound effects
!system 2047 Enable music
#victory reason #victory reason
!victory 0x0 Surrendered !victory 0x0 Surrendered
!victory 0x1 LP reached 0 !victory 0x1 LP reached 0
...@@ -539,4 +540,4 @@ ...@@ -539,4 +540,4 @@
!counter 0x92 Plasma Counter !counter 0x92 Plasma Counter
!counter 0x93 Sacred Beast Counter !counter 0x93 Sacred Beast Counter
!counter 0x94 Pumpkin Counter !counter 0x94 Pumpkin Counter
!counter 0x95 Rising Sun Counter !counter 0x95 Rising Sun Counter
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment