mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-14 20:30:18 -04:00
msg mng work (#1147)
* msg mng JPN work * stringShift match, cleanup * stringLength equivalent for JPN * stringLength 100% for JPN * stringSet 100% for JPN * Match timer tag funcs for PAL
This commit is contained in:
@@ -326,7 +326,7 @@ public:
|
||||
int getCameraPlayer2ID(int i) { return mCameraInfo[i].mCamP2Id; }
|
||||
int getCameraWinID(int i) { return mCameraInfo[i].mDlstWindowIdx; }
|
||||
|
||||
int getItemTimer() { return mItemTimer; }
|
||||
s16 getItemTimer() { return mItemTimer; }
|
||||
void resetItemTimer(s16 timer) {
|
||||
mItemTimer = timer;
|
||||
mStartItemTimer = false;
|
||||
@@ -976,7 +976,7 @@ inline void dComIfGp_startItemTimer() {
|
||||
g_dComIfG_gameInfo.play.startItemTimer();
|
||||
}
|
||||
|
||||
inline int dComIfGp_getItemTimer() {
|
||||
inline s16 dComIfGp_getItemTimer() {
|
||||
return g_dComIfG_gameInfo.play.getItemTimer();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user