change single edit flag check

This commit is contained in:
Carlosokumu 2024-09-23 10:47:03 +03:00
parent b54f3f32b5
commit 0284bc5ef9
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953
3 changed files with 3 additions and 3 deletions

View File

@ -5,5 +5,5 @@ MOUT back 0
HALT HALT
INCMP _ 0 INCMP _ 0
LOAD save_location 0 LOAD save_location 0
CATCH pin_entry flag_single_edit 1 CATCH pin_entry flag_single_edit 0
INCMP enter_offerings * INCMP enter_offerings *

View File

@ -5,5 +5,5 @@ HALT
INCMP _ 0 INCMP _ 0
LOAD verify_yob 8 LOAD verify_yob 8
LOAD save_yob 0 LOAD save_yob 0
CATCH pin_entry flag_single_edit 1 CATCH pin_entry flag_single_edit 0
INCMP enter_location * INCMP enter_location *

View File

@ -6,7 +6,7 @@ MOUT unspecified 3
MOUT back 0 MOUT back 0
HALT HALT
LOAD save_gender 0 LOAD save_gender 0
CATCH pin_entry flag_single_edit 1 CATCH pin_entry flag_single_edit 0
INCMP _ 0 INCMP _ 0
INCMP enter_yob 1 INCMP enter_yob 1
INCMP enter_yob 2 INCMP enter_yob 2