Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
i hate shift jis
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialAmber committed Aug 5, 2024
1 parent 5d2013a commit 9611459
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/kyoshin/appgame/CGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void CGame::GameMain(){
UNKTYPE* temp_r3 = func_80455AA0();
u32 r29 = *(u32*)((u32)temp_r3 + 0x4C);
CDesktop* desktop = CDesktop::getInstance();
const char* name = "巨神"; //"Bionis"
const char* name = "‹_"; //"Bionis"
CGame* cGame = new (WorkThreadSystem::getHeapIndex()) CGame(name, desktop);
cGame->func_80438BD8(desktop, 0);
cGame->unk1E4 = r29;
Expand Down
4 changes: 2 additions & 2 deletions src/kyoshin/appgame/NandData.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "kyoshin/appgame/NandData.hpp"

static const char* nandTitleText = "ゼノブレイド";
static const char* nandDescriptionText = "巨神と機神 モナドが未来を斬り開く";
static const char* nandTitleText = "ゼノブレイド";
static const char* nandDescriptionText = "巨神と機神 モナドが未来を斬り開く";
static const char* nandBannerFilename = "bannerTexture.tpl";
static const char* nandIconTextureFilenames[] = {
"iconTexture[0].tpl",
Expand Down
2 changes: 1 addition & 1 deletion src/kyoshin/appgame/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "kyoshin/appgame/CGame.hpp"
#include "kyoshin/appgame/ErrMesData.hpp"

FunctionStruct lbl_80528380 = {"ゲームメイン", &CGame::GameMain};
FunctionStruct lbl_80528380 = {"ƒQ[ƒ€ƒƒCƒ“", &CGame::GameMain};
const char* const staticArcStr = "static.arc";

const char* const pkhFilenames[13] = {
Expand Down

0 comments on commit 9611459

Please sign in to comment.