From dc0cd1838ed2f36bcf80d290bae09aca095d590b Mon Sep 17 00:00:00 2001
From: cypress <motolegacy.git@gmail.com>
Date: Sat, 22 Jul 2023 15:31:37 -0400
Subject: [PATCH] CTR: Assign ZL/ZR on NEW and Touchscreen bindings

---
 ctr/nzportable/nzp/CONFIG.CFG | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/ctr/nzportable/nzp/CONFIG.CFG b/ctr/nzportable/nzp/CONFIG.CFG
index 7549d63..068c42d 100755
--- a/ctr/nzportable/nzp/CONFIG.CFG
+++ b/ctr/nzportable/nzp/CONFIG.CFG
@@ -1,6 +1,11 @@
 bind "TAB" "+showscores"
 bind "SPACE" "+jump"
 bind "+" "sizeup"
+bind "T1" "impulse 25"
+bind "T2" "+jump"
+bind "T3" "+reload"
+bind "T4" "+switch"
+bind "T5" "+knife"
 bind "," "+moveleft"
 bind "-" "sizedown"
 bind "." "+moveright"
@@ -50,6 +55,8 @@ bind "XBUTTON" "+forward"
 binddt "XBUTTON" "+forward %i; impulse 23"
 binddt "BBUTTON" "+back %i; impulse 30;"
 bind "YBUTTON" "+moveleft"
+bind "ZLTRIGGER" "impulse 23"
+bind "ZRTRIGGER" "+grenade"
 bind "LTRIGGER" "+aim"
 bind "RTRIGGER" "+attack"
 bind "SELECT" "+use"