From ebd5fdb49c164d3e7659755081e8ef39f6c51567 Mon Sep 17 00:00:00 2001 From: MewLew <167646123+Mew-Lew@users.noreply.github.com> Date: Sun, 9 Aug 2026 20:07:24 +0100 Subject: [PATCH] Update openmohaa-guide.mdx Fix invert aim instructions requested by caorthann --- docs/ports/openmohaa-guide.mdx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/ports/openmohaa-guide.mdx b/docs/ports/openmohaa-guide.mdx index 2988b1c..5c73517 100644 --- a/docs/ports/openmohaa-guide.mdx +++ b/docs/ports/openmohaa-guide.mdx @@ -209,11 +209,20 @@ The shipped magnitude is: 0.007 ``` -Keep `j_yaw` negative for normal horizontal aiming. +### Invert vertical aiming +To invert the right stick: -Keep `j_pitch` positive for normal vertical aiming. +```cfg +bind PAD0_RIGHTSTICK_UP "+lookdown" +bind PAD0_RIGHTSTICK_DOWN "+lookup" +``` + +To restore normal vertical aiming: -Make `j_pitch` negative to invert vertical aiming. +```cfg +bind PAD0_RIGHTSTICK_UP "+lookup" +bind PAD0_RIGHTSTICK_DOWN "+lookdown" +``` ### Mods Some desktop mod PK3 files have been tested and work on Xbox.