mirror of
https://github.com/zeldaret/ss
synced 2026-06-12 05:27:23 -04:00
Merge pull request #190 from swekka/d_a_obj_mapparts
d_a_obj_mapparts OK
This commit is contained in:
@@ -2,7 +2,7 @@ _prolog = .text:0x00000000; // type:function size:0x2C scope:global
|
||||
_epilog = .text:0x00000030; // type:function size:0x2C scope:global
|
||||
_unresolved = .text:0x00000060; // type:function size:0x4 scope:global
|
||||
dAcOMapparts_c_classInit__Fv = .text:0x00000070; // type:function size:0x4C
|
||||
AcOMapparts__init = .text:0x000000C0; // type:function size:0x8
|
||||
create__14dAcOMapparts_cFv = .text:0x000000C0; // type:function size:0x8
|
||||
__dt__14dAcOMapparts_cFv = .text:0x000000D0; // type:function size:0x58
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global
|
||||
|
||||
+1
-1
@@ -2147,7 +2147,7 @@ config.libs = [
|
||||
Rel(NonMatching, "d_a_obj_lotus", "REL/d/a/obj/d_a_obj_lotus.cpp"),
|
||||
Rel(NonMatching, "d_a_obj_lotus_flower", "REL/d/a/obj/d_a_obj_lotus_flower.cpp"),
|
||||
Rel(NonMatching, "d_a_obj_lotus_seed", "REL/d/a/obj/d_a_obj_lotus_seed.cpp"),
|
||||
Rel(NonMatching, "d_a_obj_mapparts", "REL/d/a/obj/d_a_obj_mapparts.cpp"),
|
||||
Rel(Matching, "d_a_obj_mapparts", "REL/d/a/obj/d_a_obj_mapparts.cpp"),
|
||||
Rel(Matching, "d_a_obj_megami_island", "REL/d/a/obj/d_a_obj_megami_island.cpp"),
|
||||
Rel(NonMatching, "d_a_obj_mg_pumpkin", "REL/d/a/obj/d_a_obj_mg_pumpkin.cpp"),
|
||||
Rel(NonMatching, "d_a_obj_mole_cover", "REL/d/a/obj/d_a_obj_mole_cover.cpp"),
|
||||
|
||||
@@ -8,6 +8,8 @@ public:
|
||||
dAcOMapparts_c() {}
|
||||
virtual ~dAcOMapparts_c() {}
|
||||
|
||||
virtual int create() override;
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
#include "d/a/obj/d_a_obj_mapparts.h"
|
||||
#include "f/f_base.h"
|
||||
|
||||
SPECIAL_ACTOR_PROFILE(OBJ_MAPPARTS, dAcOMapparts_c, fProfile::OBJ_MAPPARTS, 0x288, 0, 0);
|
||||
|
||||
int dAcOMapparts_c::create() {
|
||||
return FAILED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user