mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 13:08:33 -04:00
Link d_name for GCN JPN (#2843)
This commit is contained in:
@@ -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]))
|
||||
|
||||
Reference in New Issue
Block a user