mirror of
https://github.com/zeldaret/st
synced 2026-06-12 05:27:31 -04:00
Decompile Door Map Objects 1 (DRDS, DRCK, DRKY, DRSW, DRTC) (#56)
* random docs * "match" ctor * match ctor and link miniblocks * DRDS 98% * jp differences * improve MapObjectUnkDRDS::vfunc_04 * MapObjectDoorBase 78% * fix regressions * MapObjectDoorBase 98% * MapObjectUnkDRKY 98% * MapObjectUnkDRSW 100% * fix build issues * MapObjectUnkDRTC 100% * DRCK delinks * MapObjectUnkDRCK 98%
This commit is contained in:
@@ -1,31 +1,29 @@
|
||||
//! TODO: This file was generated automatically and might contain errors
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "MapObject/MapObject.hpp"
|
||||
#include "MapObject/MapObjectProfile.hpp"
|
||||
#include "MapObject/MapObjectUnkDRCK.hpp"
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
class MapObjectUnkDRTC : public MapObject {
|
||||
class MapObjectUnkDRTC : public MapObjectUnkDRCK {
|
||||
public:
|
||||
/* 00 (base) */
|
||||
/* 40 */
|
||||
|
||||
MapObjectUnkDRTC();
|
||||
|
||||
/* 00 */ virtual bool vfunc_00() override;
|
||||
/* 30 */ virtual ~MapObjectUnkDRTC() override;
|
||||
/* 40 */ virtual void vfunc_40() override;
|
||||
/* 44 */ virtual void vfunc_44() override;
|
||||
/* 48 */ virtual void vfunc_48() override;
|
||||
/* 4C */ virtual void vfunc_4C() override;
|
||||
|
||||
void func_ov031_021002fc(void);
|
||||
void func_ov031_02100314(void);
|
||||
void func_ov031_021003a0(void);
|
||||
void func_ov031_021003c8(void);
|
||||
void func_ov031_0210040c(void);
|
||||
void func_ov031_02100410(void);
|
||||
void func_ov031_02100414(void);
|
||||
/* 10 */ virtual void vfunc2_10() override;
|
||||
/* 18 */ virtual void vfunc2_18() override;
|
||||
};
|
||||
|
||||
class MapObjectProfileUnkDRTC : public MapObjectProfile {
|
||||
class MapObjectProfileUnkDRTC : public MapObjectProfile_Derived1 {
|
||||
public:
|
||||
/* 00 (base) */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user