mirror of
https://github.com/zeldaret/st
synced 2026-06-08 12:17:33 -04:00
Misc stuff 4 (#59)
* playrget progress and match treasuremanager remaining functions * some docs * fix build issues * random docs * match func_ov094_02172290 * random docs * actor cleanup * match freestanding item funcs * mType -> mpProfile * decompile random functions * docs and start of wip chest stuff * random docs * more random docs * match func_ov036_0211d0a8 * match func_ov036_0211d2dc & func_ov036_0211d570 * match func_ov110_02184a40 * random doc * document letter/stamps system * match func_ov001_020bb9f8 * fix build issues * decompile tres * start decomp chest base * fix regressions * name TRES * name UnkStruct_ov024_020d86b0 * name stamp types and update save struct stuff * name things and document BMG IDs
This commit is contained in:
@@ -56,9 +56,9 @@ ARM FileSelectMicTest::FileSelectMicTest() :
|
||||
mUnk_3F8(0x8D, 0x01),
|
||||
mUnk_630(1) {
|
||||
this->mUnk_0C.mList.func_020166cc(&this->mUnk_304.mUnk_044.mUnk_04);
|
||||
this->mUnk_020.func_0201f730(0x00020006);
|
||||
this->mUnk_020.func_0201f730(BMG_ID(BMGGroup_select, 0x06));
|
||||
this->mUnk_3F8.mUnk_14E = 1;
|
||||
this->mUnk_3F8.func_0201f730(0x00020043);
|
||||
this->mUnk_3F8.func_0201f730(BMG_ID(BMGGroup_select, 0x43));
|
||||
|
||||
volatile Vec2us result;
|
||||
Vec2s fetch;
|
||||
@@ -216,13 +216,13 @@ ARM void FileSelectMicTest::vfunc_14(unk8 *param1) {
|
||||
if (this->mUnk_630 != 0) {
|
||||
if (data_ov000_020b5340[5] == 0) {
|
||||
this->mUnk_630 = 0;
|
||||
this->mUnk_3F8.func_0201fa70(0x00020046);
|
||||
this->mUnk_3F8.func_0201fa70(BMG_ID(BMGGroup_select, 0x46));
|
||||
this->mUnk_270.func_ov019_020cf130();
|
||||
}
|
||||
} else {
|
||||
if (data_ov000_020b5340[5] != 0) {
|
||||
this->mUnk_630 = 1;
|
||||
this->mUnk_3F8.func_0201fa70(0x00020043);
|
||||
this->mUnk_3F8.func_0201fa70(BMG_ID(BMGGroup_select, 0x43));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user