Skip to content

Conversation

@FS-21
Copy link

@FS-21 FS-21 commented Jul 25, 2025

Already tested functions in a new feature I'm doing:

void RepairWoodBridgeAt(CellStruct const& cell)
{ JMP_THIS(0x570050); }

void RepairConcreteBridgeAt(CellStruct const& cell)
{ JMP_THIS(0x573540); }

void DestroyWoodBridgeAt(CellStruct const& cell)
{ JMP_THIS(0x574C20); }

void DestroyConcreteBridgeAt(CellStruct const& cell)
{ JMP_THIS(0x574000); }

	void RepairWoodBridgeAt(CellStruct const& cell)
	{ JMP_THIS(0x570050); }

	void RepairConcreteBridgeAt(CellStruct const& cell)
	{ JMP_THIS(0x573540); }

	void DestroyWoodBridgeAt(CellStruct const& cell)
	{ JMP_THIS(0x574C20); }

	void DestroyConcreteBridgeAt(CellStruct const& cell)
	{ JMP_THIS(0x574000); }
@secsome
Copy link
Member

secsome commented Jul 26, 2025

LGTM

@CrimRecya CrimRecya merged commit 27db159 into Phobos-developers:phobos-dev Jul 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants