mirror of
https://github.com/zeldaret/st
synced 2026-09-03 01:54:28 -04:00
Decompile overlay 1 (Part 8) (#108)
* UnkStruct_027e09b4_001 OK * UnkStruct_027e09ac_001 OK * UnkStruct_027e0cec_001 OK * SysNew OK * UnkStruct_027e0cec_18_001 OK * UnkStruct_027e0ce0_34_001 OK * UnkStruct_027e0d00_001 OK * PassengerManager_001 OK * UnkStruct_027e0cf8_08_00_001 OK * UnkStruct_ov020_020e8544_001 OK * code_020bfdd0 OK and code_020bfeec OK * code_020c099c OK
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
|
||||
void func_ov001_020bf830();
|
||||
|
||||
static void Destroy(); // func_ov001_020bf428
|
||||
static void Destroy();
|
||||
|
||||
// overlay 17
|
||||
void Update();
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
#include "Item/Item.hpp"
|
||||
#include "Save/AdventureFlags.hpp"
|
||||
#include "Unknown/UnkStruct_02049bac.hpp"
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
@@ -61,9 +62,9 @@ enum StampType_ {
|
||||
|
||||
class MiscAdvManager : public AutoInstance<MiscAdvManager> {
|
||||
public:
|
||||
/* 00 */ u16 mStampDates[StampType_Max];
|
||||
/* 28 */ u16 mUnk_28;
|
||||
/* 2A */ u16 mPostDate;
|
||||
/* 00 */ Date mStampDates[StampType_Max];
|
||||
/* 28 */ Date mUnk_28;
|
||||
/* 2A */ Date mPostDate;
|
||||
/* 2C */ union {
|
||||
Vec2bCpp mStampPositions[StampType_Max];
|
||||
u16 mStampPos[StampType_Max];
|
||||
|
||||
@@ -56,6 +56,7 @@ public:
|
||||
void func_ov001_020bf910();
|
||||
bool func_ov001_020bfa1c();
|
||||
|
||||
static void Destroy();
|
||||
static bool func_ov001_020bf870();
|
||||
|
||||
// overlay 24
|
||||
|
||||
Reference in New Issue
Block a user