mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -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:
+2
-2
@@ -1512,8 +1512,8 @@ void dMsg_numberInput(sub_msg_class* i_Msg) {
|
||||
numberPane[2]->setString(num_str[dComIfGp_getMessageSetNumber() / 100]);
|
||||
numberPane[1]->setString(num_str[(dComIfGp_getMessageSetNumber() % 100) / 10]);
|
||||
numberPane[0]->setString(num_str[dComIfGp_getMessageSetNumber() % 10]);
|
||||
daNpc_Bs1_c::m_tag_buy_item = dComIfGp_getMessageSetNumber();
|
||||
if (((CPad_CHECK_TRIG_A(0)) || (CPad_CHECK_TRIG_B(0))) || (fopMsgM_checkMessageSend())) {
|
||||
daNpc_Bs1_c::setBuyItem(dComIfGp_getMessageSetNumber());
|
||||
if (CPad_CHECK_TRIG_A(0) || CPad_CHECK_TRIG_B(0) || fopMsgM_checkMessageSend()) {
|
||||
dMsg_setCancelMode(i_Msg);
|
||||
} else {
|
||||
dMeter_Info.field_0x0 = 3;
|
||||
|
||||
Reference in New Issue
Block a user