mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-06 18:01:01 -04:00
Implement Quick Transform from Rando
This commit is contained in:
@@ -4547,6 +4547,10 @@ public:
|
||||
/* 0x03848 */ cXyz* field_0x3848;
|
||||
/* 0x0384C */ cXyz* field_0x384c;
|
||||
/* 0x03850 */ daAlink_procFunc mpProcFunc;
|
||||
|
||||
#if TARGET_PC
|
||||
void handleQuickTransform();
|
||||
#endif
|
||||
}; // Size: 0x385C
|
||||
|
||||
class daAlinkHIO_data_c : public JORReflexible {
|
||||
@@ -8428,6 +8432,7 @@ inline daAlink_c* daAlink_getAlinkActorClass() {
|
||||
#if TARGET_PC
|
||||
namespace dusk::tweaks {
|
||||
extern bool FastIronBoots;
|
||||
extern bool QuickTransform;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
@@ -148,6 +148,12 @@ public:
|
||||
void setEmphasisB(u8 param_0) { field_0x762 = param_0; }
|
||||
u8 getInsideObjCheck() { return field_0x772; }
|
||||
|
||||
#if TARGET_PC
|
||||
constexpr f32 getButtonZAlpha() const {
|
||||
return mButtonZAlpha;
|
||||
}
|
||||
#endif
|
||||
|
||||
private:
|
||||
/* 0x004 */ item_params mItemParams[4];
|
||||
/* 0x074 */ JKRExpHeap* heap;
|
||||
|
||||
Reference in New Issue
Block a user