mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
Link d_name for GCN JPN (#2843)
This commit is contained in:
+1
-1
@@ -755,7 +755,7 @@ config.libs = [
|
||||
Object(MatchingFor(ALL_GCN), "d/d_msg_string_base.cpp"),
|
||||
Object(MatchingFor(ALL_GCN), "d/d_msg_string.cpp"),
|
||||
Object(MatchingFor(ALL_GCN), "d/d_msg_flow.cpp"),
|
||||
Object(MatchingFor("GZ2E01", "GZ2P01"), "d/d_name.cpp"),
|
||||
Object(MatchingFor(ALL_GCN), "d/d_name.cpp"),
|
||||
Object(NonMatching, "d/d_npc_lib.cpp"),
|
||||
Object(MatchingFor(ALL_GCN), "d/d_ovlp_fade.cpp"),
|
||||
Object(MatchingFor(ALL_GCN), "d/d_ovlp_fade2.cpp"),
|
||||
|
||||
@@ -88,6 +88,10 @@ public:
|
||||
/* 8024F1E8 */ void MojiSelectAnm3();
|
||||
/* 8024F1EC */ int mojiChange(u8);
|
||||
/* 8024F55C */ void selectMojiSet();
|
||||
#if REGION_JPN
|
||||
int checkDakuon(int, u8);
|
||||
int setDakuon(int, u8);
|
||||
#endif
|
||||
/* 8024F59C */ int getMoji();
|
||||
/* 8024F634 */ void setMoji(int);
|
||||
/* 8024F88C */ void setNameText();
|
||||
|
||||
@@ -21,6 +21,12 @@
|
||||
#define PLATFORM_WII (VERSION >= VERSION_WII_USA_R0 && VERSION <= VERSION_WII_PAL_KIOSK)
|
||||
#define PLATFORM_SHIELD (VERSION >= VERSION_SHIELD && VERSION <= VERSION_SHIELD_DEBUG)
|
||||
|
||||
#define REGION_USA (VERSION == VERSION_GCN_USA || VERSION == VERSION_WII_USA_R0 || VERSION == VERSION_WII_USA_R2 || VERSION == VERSION_WII_USA_KIOSK)
|
||||
#define REGION_PAL (VERSION == VERSION_GCN_PAL || VERSION == VERSION_WII_PAL || VERSION == VERSION_WII_PAL_KIOSK)
|
||||
#define REGION_JPN (VERSION == VERSION_GCN_JPN || VERSION == VERSION_WII_JPN)
|
||||
#define REGION_KOR (VERSION == VERSION_WII_KOR)
|
||||
#define REGION_CHN (VERSION == VERSION_SHIELD || VERSION == VERSION_SHIELD_PROD || VERSION == VERSION_SHIELD_DEBUG)
|
||||
|
||||
#define ALIGN_DECL(ALIGNMENT) __attribute__((aligned(ALIGNMENT)))
|
||||
|
||||
#define ARRAY_SIZE(o) (s32)(sizeof(o) / sizeof(o[0]))
|
||||
|
||||
+334
-54
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user