mirror of
https://github.com/zeldaret/st
synced 2026-08-09 18:57:59 -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:
@@ -126,6 +126,9 @@ union Vec3p {
|
||||
}
|
||||
|
||||
Vec3p() {}
|
||||
Vec3p(Vec3p &from) {
|
||||
this->coords = from.coords;
|
||||
}
|
||||
Vec3p(q20 X, q20 Y, q20 Z) {
|
||||
x = X;
|
||||
y = Y;
|
||||
|
||||
Reference in New Issue
Block a user