mirror of
https://github.com/zeldaret/st
synced 2026-06-29 03:10:53 -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:
@@ -10,7 +10,8 @@
|
||||
class MapObjectUnkWDST : public MapObject {
|
||||
public:
|
||||
/* 00 (base) */
|
||||
/* 40 */
|
||||
/* 40 */ STRUCT_PAD(0x40, 0xB8);
|
||||
/* B8 */ unk32 mUnk_B8;
|
||||
|
||||
MapObjectUnkWDST();
|
||||
|
||||
@@ -34,7 +35,7 @@ public:
|
||||
void func_ov094_02172ae0(void);
|
||||
void func_ov094_02172af4(void);
|
||||
void func_ov094_02172bfc(void);
|
||||
void func_ov094_02172c94(void);
|
||||
void func_ov094_02172c94(unk32 param1);
|
||||
void func_ov094_0217310c(void);
|
||||
void func_ov094_021731e4(void);
|
||||
void func_ov094_02173464(void);
|
||||
|
||||
Reference in New Issue
Block a user