File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,16 @@ namespace RE
129129 auto PipboyInventoryDataPopulateItemCardInfo_NOP_bytes = NOP_BYTES (5 );
130130 REL::safe_write<std::uint8_t >(PipboyInventoryDataPopulateItemCardInfo_NOP.address (), std::span{ PipboyInventoryDataPopulateItemCardInfo_NOP_bytes });
131131
132+ // HUDExperienceMeter::UpdateDisplayObject - { 2220382 + 0x221 }
133+ REL::Relocation<std::uintptr_t > HUDExperienceMeterUpdateDisplayObject_NOP_1{ REL::ID (2220382 ), 0x221 };
134+ auto HUDExperienceMeterUpdateDisplayObject_NOP_bytes_1 = NOP_BYTES (5 );
135+ REL::safe_write<std::uint8_t >(HUDExperienceMeterUpdateDisplayObject_NOP_1.address (), std::span{ HUDExperienceMeterUpdateDisplayObject_NOP_bytes_1 });
136+
137+ // HUDExperienceMeter::UpdateDisplayObject - { 2220382 + 0x26B }
138+ REL::Relocation<std::uintptr_t > HUDExperienceMeterUpdateDisplayObject_NOP_2{ REL::ID (2220382 ), 0x26B };
139+ auto HUDExperienceMeterUpdateDisplayObject_NOP_bytes_2 = NOP_BYTES (5 );
140+ REL::safe_write<std::uint8_t >(HUDExperienceMeterUpdateDisplayObject_NOP_2.address (), std::span{ HUDExperienceMeterUpdateDisplayObject_NOP_bytes_2 });
141+
132142 // Actor::GetDesirability - { 2229946 + 0x56 } - .984
133143 REL::Relocation<std::uintptr_t > ActorUtilsArmorRatingVisitorBaseoperator_1{ REL::ID (2229946 ), 0x56 };
134144 trampoline.write_call <5 >(ActorUtilsArmorRatingVisitorBaseoperator_1.address (), &HookActorUtilsArmorRatingVisitorBaseOperator);
You can’t perform that action at this time.
0 commit comments