diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-11-30 14:23:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-30 15:23:42 -0700 |
| commit | a6e76c0841cae03cae0c0e6ac75c32f979043093 (patch) | |
| tree | 76b5f590c59c6abdf2c80d0a3d5c0ccb31ebd0fe /src/d/d_stage.cpp | |
| parent | 434415337d268e405b09f6b72935a7e918e4cfe7 (diff) | |
project cleanup (#2895)
* some wii OS fixes
* remove old dol2asm comments
* remove dol2asm.h
* remove function address comments
* normalize ATTRIBUTE_ALIGN usage
* DECL_WEAK macro
* fix gcc attribute weak macro
* wrap more mwcc specific things in ifdefs
* fixes
* fix revo sdk version flags
* fixes
Diffstat (limited to 'src/d/d_stage.cpp')
| -rw-r--r-- | src/d/d_stage.cpp | 171 |
1 files changed, 0 insertions, 171 deletions
diff --git a/src/d/d_stage.cpp b/src/d/d_stage.cpp index 52f4377eaf..e055c19bb6 100644 --- a/src/d/d_stage.cpp +++ b/src/d/d_stage.cpp @@ -1,8 +1,3 @@ -// -// Generated By: dol2asm -// Translation Unit: d/d_stage -// - #include "d/dolzel.h" // IWYU pragma: keep #include "JSystem/JKernel/JKRAramArchive.h" @@ -47,7 +42,6 @@ void dStage_SetErrorStage() { OSReport_Error("ステージ情報が、多分ですが壊れています。\n変換し直してみてください。"); } -/* 803F4E74-803F5778 021B94 0904+00 3/4 0/0 0/0 .bss DoorInfo */ static dStage_KeepDoorInfo DoorInfo; dStage_KeepDoorInfo* dStage_GetKeepDoorInfo() { @@ -64,15 +58,12 @@ static u8 dStage_isBossStage(dStage_dt_c* i_stage) { return dStage_stagInfo_GetSTType(pstag) == ST_BOSS_ROOM; } -/* 80023F50-80023F84 01E890 0034+00 1/1 0/0 0/1 .text dStage_KeepDoorInfoInit__FP11dStage_dt_c */ static void dStage_KeepDoorInfoInit(dStage_dt_c* i_stage) { if (dStage_isBossStage(i_stage) == 0) { DoorInfo.mNum = 0; } } -/* 80023F84-8002405C 01E8C4 00D8+00 1/1 0/0 0/3 .text - * dStage_KeepDoorInfoProc__FP11dStage_dt_cP16stage_tgsc_class */ static void dStage_KeepDoorInfoProc(dStage_dt_c* i_stage, stage_tgsc_class* i_drtg) { if (i_drtg == NULL) { DoorInfo.mNum = 0; @@ -93,7 +84,6 @@ static void dStage_KeepDoorInfoProc(dStage_dt_c* i_stage, stage_tgsc_class* i_dr } } -/* 803F5784-803F6088 0224A4 0904+00 3/4 0/0 0/0 .bss l_RoomKeepDoorInfo */ static dStage_KeepDoorInfo l_RoomKeepDoorInfo; dStage_KeepDoorInfo* dStage_GetRoomKeepDoorInfo() { @@ -104,8 +94,6 @@ static void dStage_initRoomKeepDoorInfo() { l_RoomKeepDoorInfo.mNum = 0; } -/* 80024078-80024174 01E9B8 00FC+00 1/1 0/0 0/0 .text - * dStage_RoomKeepDoorInfoProc__FP11dStage_dt_cP16stage_tgsc_class */ static void dStage_RoomKeepDoorInfoProc(dStage_dt_c* i_stage, stage_tgsc_class* param_2) { if (param_2 == NULL || param_2->num + l_RoomKeepDoorInfo.mNum >= 0x40 || param_2->num < 0) { return; @@ -127,8 +115,6 @@ static void dStage_RoomKeepDoorInfoProc(dStage_dt_c* i_stage, stage_tgsc_class* l_RoomKeepDoorInfo.mNum += iVar3; } -/* 80024174-8002419C 01EAB4 0028+00 2/0 0/0 0/0 .text - * dStage_RoomKeepDoorInit__FP11dStage_dt_cPviPv */ static int dStage_RoomKeepDoorInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { dStage_RoomKeepDoorInfoProc(i_stage, (stage_tgsc_class*)((char*)i_data + 4)); @@ -142,10 +128,8 @@ void dStage_startStage_c::set(const char* i_Name, s8 i_RoomNo, s16 i_Point, s8 i mLayer = i_Layer; } -/* 803F6094-80406194 022DB4 10100+00 12/12 31/31 16/16 .bss mStatus__20dStage_roomControl_c */ dStage_roomStatus_c dStage_roomControl_c::mStatus[0x40]; -/* 800241E8-80024338 01EB28 0150+00 1/1 0/0 0/4 .text init__20dStage_roomControl_cFv */ void dStage_roomControl_c::init() { mStayNo = -1; mOldStayNo = -1; @@ -182,8 +166,6 @@ void dStage_roomControl_c::init() { } } -/* 80024338-80024384 01EC78 004C+00 1/1 1/1 0/7 .text initZone__20dStage_roomControl_cFv - */ void dStage_roomControl_c::initZone() { dComIfGs_initZone(); @@ -194,8 +176,6 @@ void dStage_roomControl_c::initZone() { } } -/* 80024384-800243B0 01ECC4 002C+00 2/2 27/27 6/6 .text getStatusRoomDt__20dStage_roomControl_cFi - */ dStage_roomDt_c* dStage_roomControl_c::getStatusRoomDt(int i_statusIdx) { if (i_statusIdx < 0 || i_statusIdx >= 0x40) { return NULL; @@ -207,8 +187,6 @@ dStage_roomDt_c* dStage_roomControl_c::getStatusRoomDt(int i_statusIdx) { #define OBJNAME(name, proc, sub) \ { name, proc, sub } -/* ############################################################################################## */ -/* 803A3B18-803A65CC 000C38 2AB4+00 2/2 0/0 0/0 .data l_objectName */ static dStage_objectNameInf l_objectName[] = { OBJNAME("Grass", PROC_GRASS, 0xFF), OBJNAME("kusax1", PROC_GRASS, 0xFF), @@ -1134,7 +1112,6 @@ static dStage_objectNameInf l_objectName[] = { }; // clang-format on -/* 800243B0-800243E8 01ECF0 0038+00 0/0 3/3 1/1 .text getMemoryBlock__20dStage_roomControl_cFi */ JKRExpHeap* dStage_roomControl_c::getMemoryBlock(int i_roomNo) { int blockId = getMemoryBlockID(i_roomNo); @@ -1144,8 +1121,6 @@ JKRExpHeap* dStage_roomControl_c::getMemoryBlock(int i_roomNo) { return mMemoryBlock[blockId]; } -/* 800243E8-80024424 01ED28 003C+00 2/2 0/0 0/0 .text setStayNo__20dStage_roomControl_cFi - */ void dStage_roomControl_c::setStayNo(int i_roomNo) { mOldStayNo = mStayNo; mStayNo = i_roomNo; @@ -1158,7 +1133,6 @@ void dStage_roomControl_c::setStayNo(int i_roomNo) { onStatusDraw(mStayNo); } -/* 80024424-8002442C 01ED64 0008+00 0/0 0/0 1/1 .text setNextStayNo__20dStage_roomControl_cFi */ void dStage_roomControl_c::setNextStayNo(int nextStayNo) { mNextStayNo = nextStayNo; } @@ -1173,7 +1147,6 @@ static int stayRoomCheck(int param_0, u8* param_1, int param_2) { return 0; } -/* 80024460-800244E8 01EDA0 0088+00 1/1 0/0 0/0 .text createRoomScene__Fi */ static int createRoomScene(int param_0) { int* ptr = (int*)JKRHeap::alloc(4, -4, NULL); @@ -1190,7 +1163,6 @@ static int createRoomScene(int param_0) { return 1; } -/* 800244E8-8002451C 01EE28 0034+00 0/0 0/0 8/13 .text checkRoomDisp__20dStage_roomControl_cCFi */ BOOL dStage_roomControl_c::checkRoomDisp(int i_roomNo) const { if (checkStatusFlag(i_roomNo, 8)) { return 0; @@ -1199,7 +1171,6 @@ BOOL dStage_roomControl_c::checkRoomDisp(int i_roomNo) const { return checkStatusFlag(i_roomNo, 16) ? 1 : 0; } -/* 8002451C-8002471C 01EE5C 0200+00 2/2 0/0 0/2 .text loadRoom__20dStage_roomControl_cFiPUcb */ int dStage_roomControl_c::loadRoom(int roomCount, u8* rooms, bool param_2) { if (mRoomReadId < 0 && mNoChangeRoom != 0) { return 0; @@ -1262,7 +1233,6 @@ int dStage_roomControl_c::loadRoom(int roomCount, u8* rooms, bool param_2) { return TRUE; } -/* 8002471C-8002483C 01F05C 0120+00 1/1 0/0 0/3 .text zoneCountCheck__20dStage_roomControl_cCFi */ void dStage_roomControl_c::zoneCountCheck(int i_roomNo) const { dStage_roomStatus_c* status = mStatus; for (int i = 0; i < 0x40; i++) { @@ -1306,20 +1276,16 @@ void dStage_roomControl_c::destroyMemoryBlock() { } } -/* 8002490C-80024940 01F24C 0034+00 1/1 1/1 0/2 .text setArcBank__20dStage_roomControl_cFiPCc */ void dStage_roomControl_c::setArcBank(int i_bank, char const* bankName) { JUT_ASSERT(1053, 0 <= i_bank && i_bank < 32); strncpy(&mArcBank[i_bank][0], bankName, 9); } -/* 80024940-80024954 01F280 0014+00 1/1 1/1 0/1 .text getArcBank__20dStage_roomControl_cFi */ char* dStage_roomControl_c::getArcBank(int i_bank) { JUT_ASSERT(1067, 0 <= i_bank && i_bank < 32); return mArcBank[i_bank]; } -/* 80024954-80024A34 01F294 00E0+00 0/0 2/2 0/2 .text resetArchiveBank__20dStage_roomControl_cFi - */ bool dStage_roomControl_c::resetArchiveBank(int i_bank) { for (int i = i_bank; i < 32; i++) { char* bank = getArcBank(i); @@ -1341,8 +1307,6 @@ bool dStage_roomControl_c::resetArchiveBank(int i_bank) { return 1; } -/* 80024A34-80024ABC 01F374 0088+00 1/1 0/0 0/2 .text - * create__Q220dStage_roomControl_c9roomDzs_cFUc */ void dStage_roomControl_c::roomDzs_c::create(u8 i_num) { JUT_ASSERT(1112, !m_num && 0 < i_num && i_num < 64); m_dzs = new (mDoExt_getArchiveHeap(), -4) void*[i_num]; @@ -1358,8 +1322,6 @@ void dStage_roomControl_c::roomDzs_c::create(u8 i_num) { } } -/* 80024ABC-80024B44 01F3FC 0088+00 1/1 0/0 0/0 .text remove__Q220dStage_roomControl_c9roomDzs_cFv - */ void dStage_roomControl_c::roomDzs_c::remove() { if (m_num != 0) { u32** dzs = (u32**)m_dzs; @@ -1374,8 +1336,6 @@ void dStage_roomControl_c::roomDzs_c::remove() { } } -/* 80024B44-80024C1C 01F484 00D8+00 1/1 0/0 0/1 .text add__Q220dStage_roomControl_c9roomDzs_cFUcUc - */ void* dStage_roomControl_c::roomDzs_c::add(u8 i_no, u8 roomNo) { if (m_num == 0) { return NULL; @@ -1477,7 +1437,6 @@ void dStage_roomDt_c::init() { #endif } -/* 80024D10-80024DB0 01F650 00A0+00 1/1 0/0 0/0 .text dStage_roomInit__Fi */ static int dStage_roomInit(int i_roomNo) { dComIfGp_roomControl_setStayNo(i_roomNo); @@ -1540,10 +1499,8 @@ const char* dStage_getName2(s16 procName, s8 argument) { return dStage_getName(procName, argument); } -/* 80450D60-80450D64 000260 0004+00 1/1 3/3 1/1 .sbss mProcID__20dStage_roomControl_c */ u32 dStage_roomControl_c::mProcID; -/* 80450D64-80450D68 -00001 0004+00 6/6 94/94 101/101 .sbss None */ /* 80450D64 0001+00 data_80450D64 None */ s8 dStage_roomControl_c::mStayNo; @@ -1556,20 +1513,14 @@ s8 dStage_roomControl_c::mNextStayNo; /* 80450D67 0001+00 data_80450D67 None */ u8 dStage_roomControl_c::m_time_pass; -/* 80450D68-80450D6C 000268 0004+00 2/2 2/2 1/1 .sbss None */ u8 dStage_roomControl_c::mNoChangeRoom; -/* 80450D6C-80450D70 00026C 0004+00 1/1 2/2 0/0 .sbss mArcBankName__20dStage_roomControl_c */ dStage_roomControl_c::nameData* dStage_roomControl_c::mArcBankName; -/* 80450D70-80450D74 000270 0004+00 1/1 1/1 0/0 .sbss mArcBankData__20dStage_roomControl_c */ dStage_roomControl_c::bankData* dStage_roomControl_c::mArcBankData; -/* 804505F0-804505F8 0008+00 s=0 e=5 z=1 None .sdata None */ s8 dStage_roomControl_c::mRoomReadId = 0xFF; -/* 80024EFC-80024F98 01F83C 009C+00 7/7 0/0 0/0 .text - * dStage_actorCreate__FP22stage_actor_data_classP16fopAcM_prm_class */ static void dStage_actorCreate(stage_actor_data_class* i_actorData, fopAcM_prm_class* i_actorPrm) { dStage_objectNameInf* actorInf = dStage_searchName(i_actorData->name); @@ -1591,8 +1542,6 @@ static void dStage_actorCreate(stage_actor_data_class* i_actorData, fopAcM_prm_c } } -/* 80024F98-80025004 01F8D8 006C+00 1/1 0/0 0/0 .text - * dStage_cameraCreate__FP24stage_camera2_data_classii */ static int dStage_cameraCreate(stage_camera2_data_class* i_cameraData, int i_cameraIdx, int param_2) { s16 procname = PROC_CAMERA; @@ -1620,7 +1569,6 @@ static void dummy2() { dComIfGp_roomControl_getStatusRoomDt(0)->getPlayer(); } -/* 80025014-800252B8 01F954 02A4+00 2/0 0/0 0/0 .text dStage_playerInit__FP11dStage_dt_cPviPv */ static int dStage_playerInit(dStage_dt_c* i_stage, void* i_data, int num, void* param_3) { stage_actor_class* player = (stage_actor_class*)((int*)i_data + 1); stage_actor_data_class* player_data = player->m_entries; @@ -1696,7 +1644,6 @@ static int dStage_playerInit(dStage_dt_c* i_stage, void* i_data, int num, void* return 1; } -/* 800252B8-80025308 01FBF8 0050+00 1/0 0/0 0/0 .text dStage_cameraInit__FP11dStage_dt_cPviPv */ static int dStage_cameraInit(dStage_dt_c* i_stage, void* i_data, int param_2, void* param_3) { stage_camera_class* camera = (stage_camera_class*)((char*)i_data + 4); i_stage->setCamera(camera); @@ -1704,21 +1651,16 @@ static int dStage_cameraInit(dStage_dt_c* i_stage, void* i_data, int param_2, vo return 1; } -/* 80025308-8002533C 01FC48 0034+00 1/0 0/0 0/0 .text dStage_RoomCameraInit__FP11dStage_dt_cPviPv - */ static int dStage_RoomCameraInit(dStage_dt_c* i_stage, void* i_data, int param_2, void* param_3) { i_stage->setCamera((stage_camera_class*)((char*)i_data + 4)); return 1; } -/* 8002533C-80025370 01FC7C 0034+00 2/0 0/0 0/0 .text dStage_arrowInit__FP11dStage_dt_cPviPv */ static int dStage_arrowInit(dStage_dt_c* i_stage, void* i_data, int param_2, void* param_3) { i_stage->setArrow((stage_arrow_class*)((char*)i_data + 4)); return 1; } -/* 80025370-800253FC 01FCB0 008C+00 1/0 0/0 0/0 .text getMapInfo2__15dStage_roomDt_cCFi - */ stage_map_info_class* dStage_roomDt_c::getMapInfo2(int param_0) const { stage_map_info_dummy_class* map_info_p = getMapInfoBase(); @@ -1743,8 +1685,6 @@ static void dummy3() { dComIfGp_roomControl_getStatusRoomDt(0)->getMapInfoBase(); } -/* 80025404-80025490 01FD44 008C+00 1/0 0/0 0/0 .text getMapInfo2__16dStage_stageDt_cCFi - */ stage_map_info_class* dStage_stageDt_c::getMapInfo2(int param_0) const { stage_map_info_dummy_class* map_info_p = getMapInfoBase(); @@ -1769,31 +1709,24 @@ static void dummy4() { ((dStage_stageDt_c*)dComIfGp_getStage())->getMapInfoBase(); } -/* 80025498-800254CC 01FDD8 0034+00 1/0 0/0 0/0 .text dStage_paletteInfoInit__FP11dStage_dt_cPviPv - */ static int dStage_paletteInfoInit(dStage_dt_c* i_stage, void* i_data, int param_2, void* param_3) { dStage_nodeHeader* pal_info = (dStage_nodeHeader*)(i_data); i_stage->setPaletteInfo((stage_palette_info_class*)pal_info->m_offset); return 1; } -/* 800254CC-80025500 01FE0C 0034+00 1/0 0/0 0/1 .text dStage_pselectInfoInit__FP11dStage_dt_cPviPv - */ static int dStage_pselectInfoInit(dStage_dt_c* i_stage, void* i_data, int param_2, void* param_3) { dStage_nodeHeader* psel_info = (dStage_nodeHeader*)(i_data); i_stage->setPselectInfo((stage_pselect_info_class*)psel_info->m_offset); return 1; } -/* 80025500-80025534 01FE40 0034+00 1/0 0/0 0/1 .text dStage_envrInfoInit__FP11dStage_dt_cPviPv */ static int dStage_envrInfoInit(dStage_dt_c* i_stage, void* i_data, int param_2, void* param_3) { dStage_nodeHeader* envr_info = (dStage_nodeHeader*)(i_data); i_stage->setEnvrInfo((stage_envr_info_class*)envr_info->m_offset); return 1; } -/* 80025534-8002556C 01FE74 0038+00 1/0 0/0 0/2 .text dStage_filiInfo2Init__FP11dStage_dt_cPviPv - */ static int dStage_filiInfo2Init(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { if (entryNum == 0) { return 1; @@ -1804,8 +1737,6 @@ static int dStage_filiInfo2Init(dStage_dt_c* i_stage, void* i_data, int entryNum return 1; } -/* 8002556C-8002558C 01FEAC 0020+00 1/0 0/0 0/0 .text - * dStage_fieldMapFiliInfo2Init__FP11dStage_dt_cPviPv */ static int dStage_fieldMapFiliInfo2Init(dStage_dt_c* i_stage, void* i_data, int i_entryNum, void* param_3) { if (i_entryNum == 0) { @@ -1818,7 +1749,6 @@ static int dStage_fieldMapFiliInfo2Init(dStage_dt_c* i_stage, void* i_data, int return 1; } -/* 8002558C-800255E0 01FECC 0054+00 2/0 0/0 0/0 .text dStage_filiInfoInit__FP11dStage_dt_cPviPv */ static int dStage_filiInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { if (entryNum == 0) { i_stage->setFileListInfo(NULL); @@ -1830,16 +1760,12 @@ static int dStage_filiInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, return 1; } -/* 800255E0-80025614 01FF20 0034+00 2/0 0/0 0/0 .text dStage_vrboxInfoInit__FP11dStage_dt_cPviPv - */ static int dStage_vrboxInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { dStage_nodeHeader* vrbox_info = (dStage_nodeHeader*)(i_data); i_stage->setVrboxInfo((stage_vrbox_info_class*)vrbox_info->m_offset); return 1; } -/* 80025614-80025648 01FF54 0034+00 1/0 0/0 0/0 .text - * dStage_vrboxcolInfoInit__FP11dStage_dt_cPviPv */ static int dStage_vrboxcolInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { dStage_nodeHeader* vrcol_info = (dStage_nodeHeader*)(i_data); @@ -1847,8 +1773,6 @@ static int dStage_vrboxcolInfoInit(dStage_dt_c* i_stage, void* i_data, int entry return 1; } -/* 80025648-800256AC 01FF88 0064+00 2/0 0/0 0/0 .text dStage_plightInfoInit__FP11dStage_dt_cPviPv - */ static int dStage_plightInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { dStage_nodeHeader* plight_info = (dStage_nodeHeader*)(i_data); i_stage->setPlightInfo((stage_plight_info_class*)plight_info->m_offset); @@ -1856,7 +1780,6 @@ static int dStage_plightInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNu return 1; } -/* 800256AC-80025738 01FFEC 008C+00 1/0 0/0 0/0 .text dStage_lgtvInfoInit__FP11dStage_dt_cPviPv */ static int dStage_lgtvInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { i_stage->setLightVecInfoNum(entryNum); @@ -1870,14 +1793,11 @@ static int dStage_lgtvInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, return 1; } -/* 80025738-80025744 020078 000C+00 0/0 1/1 0/0 .text - * dStage_stagInfo_GetParticleNo__FP21stage_stag_info_classi */ u32 dStage_stagInfo_GetParticleNo(stage_stag_info_class* p_info, int layer) { JUT_ASSERT(2220, 0 <= layer && layer < 15); return p_info->mParticleNo[layer]; } -/* 80025744-8002582C 020084 00E8+00 1/0 0/0 0/0 .text dStage_stagInfoInit__FP11dStage_dt_cPviPv */ static int dStage_stagInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { dStage_nodeHeader* stag_info = (dStage_nodeHeader*)(i_data); i_stage->setStagInfo((stage_stag_info_class*)stag_info->m_offset); @@ -1895,20 +1815,15 @@ static int dStage_stagInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, return 1; } -/* 8002582C-80025838 02016C 000C+00 1/0 0/0 0/0 .text resetOldMulti__16dStage_stageDt_cFv - */ void dStage_stageDt_c::resetOldMulti() { mOldMulti = NULL; } -/* 80025838-8002586C 020178 0034+00 2/0 0/0 0/0 .text dStage_sclsInfoInit__FP11dStage_dt_cPviPv */ static int dStage_sclsInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { i_stage->setSclsInfo((stage_scls_info_dummy_class*)((char*)i_data + 4)); return 1; } -/* 8002586C-80025958 0201AC 00EC+00 1/0 0/0 0/0 .text - * dStage_actorCommonLayerInit__FP11dStage_dt_cPviPv */ static int dStage_actorCommonLayerInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { stage_actor_class* actor = (stage_actor_class*)((int*)i_data + 1); @@ -1932,8 +1847,6 @@ static int dStage_actorCommonLayerInit(dStage_dt_c* i_stage, void* i_data, int e return 1; } -/* 80025958-80025A38 020298 00E0+00 1/0 0/0 0/0 .text - * dStage_tgscCommonLayerInit__FP11dStage_dt_cPviPv */ static int dStage_tgscCommonLayerInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { stage_tgsc_class* actor = (stage_tgsc_class*)((int*)i_data + 1); @@ -1957,7 +1870,6 @@ static int dStage_tgscCommonLayerInit(dStage_dt_c* i_stage, void* i_data, int en return 1; } -/* 80025A38-80025B24 020378 00EC+00 3/2 0/0 0/0 .text dStage_actorInit__FP11dStage_dt_cPviPv */ static int dStage_actorInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { stage_actor_class* actor = (stage_actor_class*)((int*)i_data + 1); stage_actor_data_class* actor_data = actor->m_entries; @@ -1980,8 +1892,6 @@ static int dStage_actorInit(dStage_dt_c* i_stage, void* i_data, int entryNum, vo return 1; } -/* 80025B24-80025BFC 020464 00D8+00 1/0 0/0 0/0 .text - * dStage_actorInit_always__FP11dStage_dt_cPviPv */ static int dStage_actorInit_always(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { stage_actor_class* actor = (stage_actor_class*)((int*)i_data + 1); @@ -2003,7 +1913,6 @@ static int dStage_actorInit_always(dStage_dt_c* i_stage, void* i_data, int entry return 1; } -/* 80025BFC-80025CDC 02053C 00E0+00 4/1 0/0 0/0 .text dStage_tgscInfoInit__FP11dStage_dt_cPviPv */ static int dStage_tgscInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { stage_tgsc_class* actor = (stage_tgsc_class*)((int*)i_data + 1); stage_tgsc_data_class* tgsc_data = actor->m_entries; @@ -2026,7 +1935,6 @@ static int dStage_tgscInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, return 1; } -/* 80025CDC-80025DA8 02061C 00CC+00 1/1 0/0 0/0 .text dStage_doorInfoInit__FP11dStage_dt_cPviPv */ static int dStage_doorInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { stage_tgsc_class* actor = (stage_tgsc_class*)((int*)i_data + 1); stage_tgsc_data_class* tgsc_data = actor->m_entries; @@ -2047,7 +1955,6 @@ static int dStage_doorInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, return 1; } -/* 80025DA8-80025E40 0206E8 0098+00 2/0 0/0 0/0 .text dStage_roomReadInit__FP11dStage_dt_cPviPv */ static int dStage_roomReadInit(dStage_dt_c* i_stage, void* i_data, int param_2, void* param_3) { roomRead_class* p_node = (roomRead_class*)((int*)i_data + 1); roomRead_data_class** rtbl = p_node->m_entries; @@ -2064,8 +1971,6 @@ static int dStage_roomReadInit(dStage_dt_c* i_stage, void* i_data, int param_2, return 1; } -/* 80025E40-80025E70 020780 0030+00 0/0 1/1 0/0 .text - * dStage_roomRead_dt_c_GetReverbStage__FR14roomRead_classi */ s8 dStage_roomRead_dt_c_GetReverbStage(roomRead_class& room, int index) { if (index < 0 || index >= room.num) { index = 0; @@ -2074,13 +1979,11 @@ s8 dStage_roomRead_dt_c_GetReverbStage(roomRead_class& room, int index) { return dStage_roomRead_dt_c_GetReverb(*room.m_entries[index]); } -/* 80025E70-80025EA4 0207B0 0034+00 1/0 0/0 0/0 .text dStage_ppntInfoInit__FP11dStage_dt_cPviPv */ static int dStage_ppntInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { i_stage->setPntInfo((dStage_dPnt_c*)((char*)i_data + 4)); return 1; } -/* 80025EA4-80025F44 0207E4 00A0+00 1/0 0/0 0/0 .text dStage_pathInfoInit__FP11dStage_dt_cPviPv */ static int dStage_pathInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { dStage_dPath_c* path_c = (dStage_dPath_c*)((char*)i_data + 4); dPath* path = path_c->m_path; @@ -2097,13 +2000,11 @@ static int dStage_pathInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, return 1; } -/* 80025F44-80025F78 020884 0034+00 2/0 0/0 0/0 .text dStage_rppnInfoInit__FP11dStage_dt_cPviPv */ static int dStage_rppnInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { i_stage->setPnt2Info((dStage_dPnt_c*)((char*)i_data + 4)); return 1; } -/* 80025F78-80026018 0208B8 00A0+00 2/0 0/0 0/0 .text dStage_rpatInfoInit__FP11dStage_dt_cPviPv */ static int dStage_rpatInfoInit(dStage_dt_c* i_stage, void* i_data, int i_num, void* param_3) { (void)i_num; (void)param_3; @@ -2120,21 +2021,16 @@ static int dStage_rpatInfoInit(dStage_dt_c* i_stage, void* i_data, int i_num, vo return 1; } -/* 80026018-8002604C 020958 0034+00 1/0 0/0 0/0 .text dStage_soundInfoInit__FP11dStage_dt_cPviPv - */ static int dStage_soundInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { i_stage->setSoundInf((dStage_SoundInfo_c*)((char*)i_data + 4)); return 1; } -/* 8002604C-80026080 02098C 0034+00 2/0 0/0 0/0 .text dStage_soundInfoInitCL__FP11dStage_dt_cPviPv - */ static int dStage_soundInfoInitCL(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { i_stage->setSoundInfCL((dStage_SoundInfo_c*)((char*)i_data + 4)); return 1; } -/* 80026080-800260B4 0209C0 0034+00 3/3 0/0 0/0 .text dStage_setLayerTagName__FP9FuncTableii */ static void dStage_setLayerTagName(FuncTable* funcTbl, int tblSize, int i_layerNo) { char layerTag; if (i_layerNo < 10) { @@ -2150,8 +2046,6 @@ static void dStage_setLayerTagName(FuncTable* funcTbl, int tblSize, int i_layerN } } -/* 800260B4-8002617C 0209F4 00C8+00 9/9 0/0 0/0 .text - * dStage_dt_c_decode__FPvP11dStage_dt_cP9FuncTablei */ static void dStage_dt_c_decode(void* i_data, dStage_dt_c* i_stage, FuncTable* funcTbl, int tblSize) { if (i_data != NULL) { @@ -2176,29 +2070,22 @@ static void dStage_dt_c_decode(void* i_data, dStage_dt_c* i_stage, FuncTable* fu } } -/* 8002617C-800261B0 020ABC 0034+00 1/0 0/0 0/0 .text dStage_stEventInfoInit__FP11dStage_dt_cPviPv - */ static int dStage_stEventInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { i_stage->setMapEventInfo((dStage_MapEventInfo_c*)((char*)i_data + 4)); return 1; } -/* 800261B0-800261E4 020AF0 0034+00 1/0 0/0 0/0 .text - * dStage_mapEventInfoInit__FP11dStage_dt_cPviPv */ static int dStage_mapEventInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { i_stage->setMapEventInfo((dStage_MapEventInfo_c*)((char*)i_data + 4)); return 1; } -/* 800261E4-80026218 020B24 0034+00 2/0 0/0 0/0 .text dStage_floorInfoInit__FP11dStage_dt_cPviPv - */ static int dStage_floorInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { i_stage->setFloorInfo((dStage_FloorInfo_c*)((char*)i_data + 4)); return 1; } -/* 80026218-80026298 020B58 0080+00 1/0 0/0 0/9 .text dStage_memaInfoInit__FP11dStage_dt_cPviPv */ static int dStage_memaInfoInit(dStage_dt_c* i_stage, void* i_data, int param_2, void* param_3) { (void)param_2; (void)param_3; @@ -2221,7 +2108,6 @@ static int dStage_memaInfoInit(dStage_dt_c* i_stage, void* i_data, int param_2, return 1; } -/* 80026298-8002631C 020BD8 0084+00 1/0 0/0 0/0 .text dStage_mecoInfoInit__FP11dStage_dt_cPviPv */ static int dStage_mecoInfoInit(dStage_dt_c* i_stage, void* i_data, int param_2, void* param_3) { (void)param_2; (void)param_3; @@ -2240,8 +2126,6 @@ static int dStage_mecoInfoInit(dStage_dt_c* i_stage, void* i_data, int param_2, return 1; } -/* 8002631C-8002634C 020C5C 0030+00 2/0 0/0 0/0 .text - * dStage_stageKeepTresureInit__FP11dStage_dt_cPviPv */ static int dStage_stageKeepTresureInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { dTres_c::list_class* tresure_p = (dTres_c::list_class*)((char*)i_data + 4); @@ -2249,8 +2133,6 @@ static int dStage_stageKeepTresureInit(dStage_dt_c* i_stage, void* i_data, int e return 1; } -/* 8002634C-8002635C 020C8C 0010+00 1/0 0/0 0/0 .text - * dStage_fieldMapTresureInit__FP11dStage_dt_cPviPv */ static int dStage_fieldMapTresureInit(dStage_dt_c* i_stage, void* i_data, int i_entryNum, void* param_3) { dMenu_Fmap_data_c* data = (dMenu_Fmap_data_c*)i_stage; @@ -2258,7 +2140,6 @@ static int dStage_fieldMapTresureInit(dStage_dt_c* i_stage, void* i_data, int i_ return 1; } -/* 8002635C-800263A0 020C9C 0044+00 4/4 0/0 0/0 .text dStage_dt_c_offsetToPtr__FPv */ static void dStage_dt_c_offsetToPtr(void* i_data) { dStage_fileHeader* file = (dStage_fileHeader*)i_data; dStage_nodeHeader* p_tno = file->m_nodes; @@ -2272,15 +2153,12 @@ static void dStage_dt_c_offsetToPtr(void* i_data) { } } -/* 800263A0-800263D0 020CE0 0030+00 1/0 0/0 0/0 .text dStage_mapPathInit__FP11dStage_dt_cPviPv */ static int dStage_mapPathInit(dStage_dt_c* i_stage, void* i_data, int param_2, void* param_3) { dStage_nodeHeader* map_path = (dStage_nodeHeader*)((int*)i_data + 1); dMpath_c::setPointer(i_stage->getRoomNo(), map_path, 0); return 1; } -/* 800263D0-80026400 020D10 0030+00 1/0 0/0 0/0 .text - * dStage_mapPathInitCommonLayer__FP11dStage_dt_cPviPv */ static int dStage_mapPathInitCommonLayer(dStage_dt_c* i_stage, void* i_data, int param_2, void* param_3) { map_path_class* map_path = (map_path_class*)((int*)i_data + 1); @@ -2288,8 +2166,6 @@ static int dStage_mapPathInitCommonLayer(dStage_dt_c* i_stage, void* i_data, int return 1; } -/* 80026400-8002645C 020D40 005C+00 1/0 0/0 0/0 .text - * dStage_fieldMapMapPathInit__FP11dStage_dt_cPviPv */ static int dStage_fieldMapMapPathInit(dStage_dt_c* i_stage, void* i_data, int param_2, void* param_3) { map_path_class* map_path = (map_path_class*)((int*)i_data + 1); @@ -2305,12 +2181,8 @@ static int dStage_fieldMapMapPathInit(dStage_dt_c* i_stage, void* i_data, int pa return 1; } -/* 80450D74-80450D7C 000274 0008+00 3/3 0/0 0/0 .sbss m_roomDzs__20dStage_roomControl_c - */ dStage_roomControl_c::roomDzs_c dStage_roomControl_c::m_roomDzs; -/* 8002645C-800265DC 020D9C 0180+00 1/1 0/0 0/0 .text readMult__FP11dStage_dt_cP14dStage_Multi_cb - */ static void readMult(dStage_dt_c* i_stage, dStage_Multi_c* multi, bool useOldRes) { static FuncTable l_roomFuncTable[] = { {"TRES", dStage_stageKeepTresureInit}, @@ -2362,7 +2234,6 @@ static void readMult(dStage_dt_c* i_stage, dStage_Multi_c* multi, bool useOldRes } } -/* 800265DC-80026670 020F1C 0094+00 1/0 0/0 0/0 .text dStage_multInfoInit__FP11dStage_dt_cPviPv */ static int dStage_multInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { i_stage->setMulti((dStage_Multi_c*)((char*)i_data + 4)); dStage_initRoomKeepDoorInfo(); @@ -2374,14 +2245,11 @@ static int dStage_multInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, return 1; } -/* 80026670-800266A4 020FB0 0034+00 1/0 0/0 0/0 .text dStage_lbnkInfoInit__FP11dStage_dt_cPviPv */ static int dStage_lbnkInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { i_stage->setLbnk((dStage_Lbnk_c*)((char*)i_data + 4)); return 1; } -/* 800266A4-8002670C 020FE4 0068+00 1/0 0/0 0/0 .text dStage_roomTresureInit__FP11dStage_dt_cPviPv - */ static int dStage_roomTresureInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { stage_tresure_class* tresure_p = (stage_tresure_class*)((char*)i_data + 4); i_stage->setTresure(tresure_p); @@ -2389,15 +2257,12 @@ static int dStage_roomTresureInit(dStage_dt_c* i_stage, void* i_data, int entryN return 1; } -/* 8002670C-80026730 02104C 0024+00 1/0 0/0 0/0 .text - * dStage_layerTresureInit__FP11dStage_dt_cPviPv */ static int dStage_layerTresureInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { dStage_actorInit(i_stage, i_data, entryNum, param_3); return 1; } -/* 80026730-80026764 021070 0034+00 1/0 0/0 0/0 .text dStage_dmapInfoInit__FP11dStage_dt_cPviPv */ static int dStage_dmapInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { (void)entryNum; (void)param_3; @@ -2406,8 +2271,6 @@ static int dStage_dmapInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, return 1; } -/* 80026764-800267DC 0210A4 0078+00 1/0 0/0 0/0 .text - * dStage_stageDrtgInfoInit__FP11dStage_dt_cPviPv */ static int dStage_stageDrtgInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { i_stage->setDrTg((stage_tgsc_class*)((char*)i_data + 4)); @@ -2416,8 +2279,6 @@ static int dStage_stageDrtgInfoInit(dStage_dt_c* i_stage, void* i_data, int entr return 1; } -/* 800267DC-80026844 02111C 0068+00 2/0 0/0 0/0 .text - * dStage_roomDrtgInfoInit__FP11dStage_dt_cPviPv */ static int dStage_roomDrtgInfoInit(dStage_dt_c* i_stage, void* i_data, int entryNum, void* param_3) { i_stage->setDrTg((stage_tgsc_class*)((char*)i_data + 4)); @@ -2425,7 +2286,6 @@ static int dStage_roomDrtgInfoInit(dStage_dt_c* i_stage, void* i_data, int entry return 1; } -/* 80026844-80026898 021184 0054+00 1/0 0/0 0/0 .text dStage_elstInfoInit__FP11dStage_dt_cPviPv */ static int dStage_elstInfoInit(dStage_dt_c* i_stage, void* i_data, int param_2, void* param_3) { dStage_Elst_c* elst = (dStage_Elst_c*)((char*)i_data + 4); @@ -2438,7 +2298,6 @@ static int dStage_elstInfoInit(dStage_dt_c* i_stage, void* i_data, int param_2, return 1; } -/* 80026898-80026914 0211D8 007C+00 1/1 0/0 0/0 .text dKankyo_create__Fv */ static void dKankyo_create() { fopKyM_fastCreate(PROC_KANKYO, NULL, NULL, NULL, NULL); fopKyM_fastCreate(PROC_KYEFF, NULL, NULL, NULL, NULL); @@ -2446,7 +2305,6 @@ static void dKankyo_create() { fopKyM_fastCreate(PROC_ENVSE, NULL, NULL, NULL, NULL); } -/* 80026914-80026940 021254 002C+00 1/1 0/0 0/0 .text layerMemoryInfoLoader__FPvP11dStage_dt_ci */ static void layerMemoryInfoLoader(void* i_data, dStage_dt_c* i_stage, int param_2) { static FuncTable l_layerFuncTable[] = { {"MEM0", dStage_memaInfoInit}, @@ -2456,8 +2314,6 @@ static void layerMemoryInfoLoader(void* i_data, dStage_dt_c* i_stage, int param_ dStage_dt_c_decode(i_data, i_stage, l_layerFuncTable, ARRAY_SIZEU(l_layerFuncTable)); } -/* 80026940-800269B4 021280 0074+00 1/1 0/0 0/0 .text - * dStage_dt_c_stageInitLoader__FPvP11dStage_dt_c */ static void dStage_dt_c_stageInitLoader(void* i_data, dStage_dt_c* i_stage) { static FuncTable l_funcTable[] = {"STAG", dStage_stagInfoInit}; @@ -2467,7 +2323,6 @@ static void dStage_dt_c_stageInitLoader(void* i_data, dStage_dt_c* i_stage) { layerMemoryInfoLoader(i_data, i_stage, -1); } -/* 800269B4-80026AE8 0212F4 0134+00 2/2 0/0 0/0 .text layerTableLoader__FPvP11dStage_dt_ci */ static void layerTableLoader(void* i_data, dStage_dt_c* i_stage, int roomNo) { static FuncTable l_layerFuncTableA[] = {"SON0", dStage_soundInfoInit}; @@ -2503,7 +2358,6 @@ static void layerTableLoader(void* i_data, dStage_dt_c* i_stage, int roomNo) { dStage_Elst_c* dStage_stageDt_c::getElst(void) { return mElst; } -/* 80026AF0-80026B58 021430 0068+00 2/2 0/0 0/0 .text layerActorLoader__FPvP11dStage_dt_ci */ static void layerActorLoader(void* i_data, dStage_dt_c* i_stage, int param_2) { static FuncTable l_layerFuncTable[] = { {"Doo0", dStage_roomDrtgInfoInit}, @@ -2516,8 +2370,6 @@ static void layerActorLoader(void* i_data, dStage_dt_c* i_stage, int param_2) { dStage_dt_c_decode(i_data, i_stage, l_layerFuncTable, ARRAY_SIZEU(l_layerFuncTable)); } -/* 80026B58-80026BBC 021498 0064+00 1/1 0/0 0/0 .text dStage_dt_c_stageLoader__FPvP11dStage_dt_c - */ static void dStage_dt_c_stageLoader(void* i_data, dStage_dt_c* i_stage) { static FuncTable l_funcTable[] = { {"EVLY", dStage_elstInfoInit}, {"RPPN", dStage_rppnInfoInit}, @@ -2540,8 +2392,6 @@ static void dStage_dt_c_stageLoader(void* i_data, dStage_dt_c* i_stage) { layerActorLoader(i_data, i_stage, -1); } -/* 80026BBC-80026C34 0214FC 0078+00 0/0 1/1 0/0 .text dStage_dt_c_roomLoader__FPvP11dStage_dt_ci - */ void dStage_dt_c_roomLoader(void* i_data, dStage_dt_c* i_stage, int param_2) { static FuncTable l_funcTable[] = { {"PLYR", dStage_playerInit}, {"RCAM", dStage_RoomCameraInit}, @@ -2559,8 +2409,6 @@ void dStage_dt_c_roomLoader(void* i_data, dStage_dt_c* i_stage, int param_2) { layerTableLoader(i_data, i_stage, param_2); } -/* 80026C34-80026C8C 021574 0058+00 0/0 1/1 0/0 .text dStage_dt_c_roomReLoader__FPvP11dStage_dt_ci - */ void dStage_dt_c_roomReLoader(void* i_data, dStage_dt_c* i_stage, int param_2) { static FuncTable l_funcTable[] = { {"Door", dStage_roomDrtgInfoInit}, {"ACTR", dStage_actorCommonLayerInit}, @@ -2573,8 +2421,6 @@ void dStage_dt_c_roomReLoader(void* i_data, dStage_dt_c* i_stage, int param_2) { layerActorLoader(i_data, i_stage, param_2); } -/* 80026C8C-80026CDC 0215CC 0050+00 0/0 1/1 0/0 .text - * dStage_dt_c_fieldMapLoader__FPvP11dStage_dt_c */ void dStage_dt_c_fieldMapLoader(void* i_data, dStage_dt_c* i_stage) { static FuncTable l_funcTable[] = { {"TRES", dStage_fieldMapTresureInit}, @@ -2588,17 +2434,13 @@ void dStage_dt_c_fieldMapLoader(void* i_data, dStage_dt_c* i_stage) { dStage_dt_c_decode(i_data, i_stage, l_funcTable, ARRAY_SIZEU(l_funcTable)); } -/* ############################################################################################## */ -/* 803A6920-803A696C 003A40 004C+00 3/3 0/0 0/0 .data mMemoryBlock__20dStage_roomControl_c */ JKRExpHeap* dStage_roomControl_c::mMemoryBlock[MEMORY_BLOCK_MAX] = { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, }; -/* 803A696C-803A6AAC 003A8C 0140+00 2/2 0/0 0/0 .data mArcBank__20dStage_roomControl_c */ char dStage_roomControl_c::mArcBank[32][10] = {0}; -/* 80026CDC-80026D38 02161C 005C+00 0/0 1/1 0/0 .text dStage_infoCreate__Fv */ void dStage_infoCreate() { OS_REPORT("dStage_Create\n"); void* stageRsrc = dComIfG_getStageRes("stage.dzs"); @@ -2608,10 +2450,8 @@ void dStage_infoCreate() { dStage_dt_c_stageInitLoader(stageRsrc, dComIfGp_getStage()); } -/* 80406194-804061A0 032EB4 000A+02 2/2 14/14 7/7 .bss mDemoArcName__20dStage_roomControl_c */ char dStage_roomControl_c::mDemoArcName[10]; -/* 80026D38-80026DF8 021678 00C0+00 0/0 1/1 0/0 .text dStage_Create__Fv */ void dStage_Create() { void* stageRsrc = dComIfG_getStageRes("stage.dzs"); JUT_ASSERT(4451, stageRsrc != NULL); @@ -2634,7 +2474,6 @@ void dStage_Create() { dComIfGp_evmng_create(); } -/* 80026DF8-80026FDC 021738 01E4+00 0/0 1/1 0/7 .text dStage_Delete__Fv */ void dStage_Delete() { OS_REPORT("dStage_Delete\n"); @@ -2672,14 +2511,10 @@ void dStage_Delete() { dComIfGp_getStage()->init(); } -/* 80026FDC-80026FE8 02191C 000C+00 1/0 0/0 0/0 .text setOldMulti__16dStage_stageDt_cFv - */ void dStage_stageDt_c::setOldMulti() { mOldMulti = mMulti; } -/* 80026FE8-800270FC 021928 0114+00 0/0 1/1 1/1 .text dStage_RoomCheck__FP11cBgS_GndChk - */ int dStage_RoomCheck(cBgS_GndChk* gndChk) { int roomReadId = dStage_roomControl_c::getRoomReadId(); int roomId; @@ -2714,15 +2549,11 @@ int dStage_RoomCheck(cBgS_GndChk* gndChk) { return 1; } -/* 800270FC-80027170 021A3C 0074+00 0/0 1/1 0/0 .text - * dStage_changeSceneExitId__FR13cBgS_PolyInfofUlScs */ int dStage_changeSceneExitId(cBgS_PolyInfo& param_0, f32 speed, u32 mode, s8 roomNo, s16 angle) { s32 exit_id = dComIfG_Bgsp().GetExitId(param_0); return dStage_changeScene(exit_id, speed, mode, roomNo, angle, -1); } -/* 80027170-800272E0 021AB0 0170+00 1/1 10/10 63/63 .text dStage_changeScene__FifUlScsi - */ int dStage_changeScene(int i_exitId, f32 speed, u32 mode, s8 room_no, s16 angle, int param_5) { stage_scls_info_dummy_class* scls; @@ -2768,7 +2599,6 @@ static void dummy5() { ((dStage_stageDt_c*)dComIfGp_getStage())->getSclsInfo(); } -/* 800272F0-800274B0 021C30 01C0+00 0/0 1/1 0/0 .text dStage_changeScene4Event__FiScibfUlsi */ int dStage_changeScene4Event(int i_exitId, s8 room_no, int i_wipe, bool param_3, f32 speed, u32 mode, s16 angle, int param_7) { stage_scls_info_dummy_class* scls; @@ -2814,7 +2644,6 @@ int dStage_changeScene4Event(int i_exitId, s8 room_no, int i_wipe, bool param_3, return 1; } -/* 800274B0-80027524 021DF0 0074+00 0/0 1/1 0/0 .text dStage_restartRoom__FUlUli */ void dStage_restartRoom(u32 roomParam, u32 mode, int param_2) { dComIfGp_setNextStage(dComIfGp_getStartStageName(), -1, dComIfGs_getRestartRoomNo(), -1, 0.0f, mode, 0, 0, 0, param_2, 0); |
