You need to sign in or sign up before continuing.
Commit e4c2d399 authored by nanahira's avatar nanahira

Merge branch 'master' into another

parents ce21a5b5 270d276b
No preview for this file type
......@@ -12,9 +12,9 @@
#include <sstream>
#include <regex>
#define KOISHI_VERNAME "Overture"
#define KOISHI_VERNAME "Hameln"
unsigned short PRO_VERSION = 0x1349;
unsigned short PRO_VERSION = 0x134A;
namespace ygo {
......
......@@ -307,7 +307,7 @@ bool MenuHandler::OnEvent(const irr::SEvent& event) {
int extra = replay.ReadInt32();
for(int j = 0; j < extra; ++j)
tmp_deck.extra.push_back(dataManager.GetCodePointer(replay.ReadInt32()));
myswprintf(filename, L"%ls %ls", ex_filename, namebuf[i]);
myswprintf(filename, L"./deck/%ls %ls.ydk", ex_filename, namebuf[i]);
deckManager.SaveDeck(tmp_deck, filename);
}
mainGame->stACMessage->setText(dataManager.GetSysString(1335));
......
Subproject commit 8866a7cc82f43978c8cd561d54f15d57e4122079
Subproject commit 9ec1a4429cf9e3a3fd5002b6286061f9a83db917
......@@ -601,6 +601,7 @@
!counter 0x4e 指示物(魂之灵摆)
!counter 0x104f 蛊指示物
!counter 0x50 指示物(娱乐伙伴 掉头跑骑兵)
!counter 0x51 指示物(蜂军巢)
#setnames, using tab for comment
!setname 0x1 正义盟军 AOJ
!setname 0x2 次世代 ジェネクス
......
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