back-state-check #212

Open
carlos wants to merge 6 commits from back-state-check into master
5 changed files with 6 additions and 4 deletions
Showing only changes of commit 2c57535a4e - Show all commits

View File

@ -5,6 +5,7 @@ RELOAD get_current_profile_info
MAP get_current_profile_info MAP get_current_profile_info
MOUT back 0 MOUT back 0
HALT HALT
INCMP _ 0
RELOAD set_back RELOAD set_back
CATCH _ flag_back_set 1 CATCH _ flag_back_set 1
LOAD save_familyname 64 LOAD save_familyname 64
@ -15,4 +16,3 @@ CATCH edit_yob flag_yob_set 0
CATCH edit_location flag_location_set 0 CATCH edit_location flag_location_set 0
CATCH edit_offerings flag_offerings_set 0 CATCH edit_offerings flag_offerings_set 0
CATCH pin_entry flag_familyname_set 0 CATCH pin_entry flag_familyname_set 0
INCMP select_gender *

View File

@ -5,6 +5,7 @@ RELOAD get_current_profile_info
MAP get_current_profile_info MAP get_current_profile_info
MOUT back 0 MOUT back 0
HALT HALT
INCMP _ 0
RELOAD set_back RELOAD set_back
CATCH _ flag_back_set 1 CATCH _ flag_back_set 1
LOAD save_firstname 128 LOAD save_firstname 128

View File

@ -5,11 +5,10 @@ RELOAD get_current_profile_info
LOAD save_location 16 LOAD save_location 16
MOUT back 0 MOUT back 0
HALT HALT
RELOAD set_back INCMP _ 0
RELOAD set_back
CATCH _ flag_back_set 1 CATCH _ flag_back_set 1
RELOAD save_location RELOAD save_location
INCMP _ 0
CATCH pin_entry flag_location_set 1 CATCH pin_entry flag_location_set 1
CATCH edit_offerings flag_offerings_set 0 CATCH edit_offerings flag_offerings_set 0
CATCH pin_entry flag_location_set 0 CATCH pin_entry flag_location_set 0
INCMP edit_offerings *

View File

@ -5,6 +5,7 @@ RELOAD get_current_profile_info
LOAD save_offerings 8 LOAD save_offerings 8
MOUT back 0 MOUT back 0
HALT HALT
INCMP _ 0
RELOAD set_back RELOAD set_back
CATCH _ flag_back_set 1 CATCH _ flag_back_set 1
RELOAD save_offerings RELOAD save_offerings

View File

@ -5,6 +5,7 @@ RELOAD get_current_profile_info
MAP get_current_profile_info MAP get_current_profile_info
MOUT back 0 MOUT back 0
HALT HALT
INCMP _ 0
RELOAD set_back RELOAD set_back
CATCH _ flag_back_set 1 CATCH _ flag_back_set 1
LOAD verify_yob 6 LOAD verify_yob 6