allow single edit on profile information

This commit is contained in:
Carlosokumu 2024-08-28 10:08:33 +03:00
parent b48760760b
commit 2e9d9175d9
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953
4 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,7 @@ MOUT view 6
MOUT back 0
HALT
INCMP _ 0
LOAD set_reset_single_edit 0
INCMP enter_name 1
INCMP select_gender 2
INCMP enter_yob 3

View File

@ -1,8 +1,11 @@
CATCH incorrect_date_format 21 1
LOAD save_yob 0
CATCH update_success 16 1
MOUT back 0
HALT
INCMP _ 0
LOAD save_location 0
CATCH pin_entry 23 1
INCMP enter_offerings *

View File

@ -1,6 +1,9 @@
LOAD save_gender 0
CATCH update_success 16 1
MOUT back 0
HALT
INCMP _ 0
LOAD verify_yob 8
LOAD save_yob 0
CATCH pin_entry 23 1
INCMP enter_location *

View File

@ -1,9 +1,12 @@
LOAD save_familyname 0
CATCH update_success 16 1
MOUT male 1
MOUT female 2
MOUT other_gender 3
MOUT back 0
HALT
LOAD save_gender 0
CATCH pin_entry 23 1
INCMP _ 0
INCMP enter_yob 1
INCMP enter_yob 2