mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
d_camera work (#2369)
* bumpCheck matching * checkGroundInfo matching * chaseCamera matching * lockonCamera attempted * talktoCamera matching * subjectCamera, magneCamera matching * colosseumCamera close, plus various fixes * towerCamera attempted * hookshotCamera matching
This commit is contained in:
@@ -513,9 +513,9 @@ int dMsgFlow_c::messageNodeProc(fopAc_ac_c* param_1, fopAc_ac_c** param_2) {
|
||||
if (msg == NULL) {
|
||||
field_0x25 = 1;
|
||||
} else {
|
||||
int mesgCamInfo = dComIfGp_getMesgCameraInfo();
|
||||
if (mesgCamInfo != field_0x34) {
|
||||
field_0x34 = mesgCamInfo;
|
||||
int mesgCamInfoBasicID = dComIfGp_getMesgCameraInfo()->mBasicID;
|
||||
if (mesgCamInfoBasicID != field_0x34) {
|
||||
field_0x34 = mesgCamInfoBasicID;
|
||||
}
|
||||
switch (msg->mode) {
|
||||
case 2:
|
||||
@@ -591,9 +591,8 @@ int dMsgFlow_c::eventNodeProc(fopAc_ac_c* param_0, fopAc_ac_c** param_1) {
|
||||
if (getParam(node->params) == 0) {
|
||||
int msgNum;
|
||||
if (daAlink_getAlinkActorClass()->getMidnaMsgNum() == 0xFFFF) {
|
||||
s32 stayNo = dComIfGp_roomControl_getStayNo();
|
||||
msgNum =
|
||||
dComIfGp_roomControl_getStatusRoomDt(stayNo)->getFileListInfo()->mMsg;
|
||||
dComIfGp_roomControl_getStatusRoomDt(dComIfGp_roomControl_getStayNo())->getFileListInfo()->mMsg;
|
||||
} else {
|
||||
msgNum = daAlink_getAlinkActorClass()->getMidnaMsgNum();
|
||||
daAlink_getAlinkActorClass()->setMidnaMsg();
|
||||
|
||||
Reference in New Issue
Block a user