mirror of
https://github.com/zeldaret/st
synced 2026-06-20 16:01:24 -04:00
Decompile overlay 1 (Part 1) (#89)
* start overlay 1 * match courselist and delink a lot of files (+ remove SysObject) * fix build issues * fix regressions
This commit is contained in:
@@ -91,6 +91,7 @@ public:
|
||||
return this->GetNumPostcards() >= MAX_PRICECARDS ? true : false;
|
||||
}
|
||||
|
||||
// overlay 24
|
||||
void func_ov024_020d6310(MiscAdvManager *pSrc);
|
||||
void GiveLetterOrPriceCard(ItemId itemId);
|
||||
void GiveLetter(AdventureFlag_Half flag);
|
||||
@@ -108,6 +109,9 @@ public:
|
||||
void func_ov024_020d6610();
|
||||
|
||||
static MiscAdvManager *Create();
|
||||
|
||||
// overlay 1
|
||||
static void Destroy();
|
||||
};
|
||||
|
||||
extern MiscAdvManager *gpMiscAdvManager;
|
||||
|
||||
Reference in New Issue
Block a user