.ResetMousePosition LDR R1, mouseParametersAddr \ Call OS_Word 21,3 to reset the mouse MOV R0, #21 \ position to (511, 511) SWI OS_Word MOV PC, R14 \ Return from the subroutineName: ResetMousePosition [Show more] Type: Subroutine Category: Player Summary: Reset the mouse position to (511, 511), ready for the gameContext: See this subroutine in context in the source code References: This subroutine is called as follows: * PlacePlayerOnLaunchpad calls ResetMousePosition
[X]
Configuration variable OS_Word = &07
General-purpose operating system calls
[X]
Variable mouseParametersAddr (category: Player)
The address of the OS_Word block for resetting the mouse position