Compare commits

..

No commits in common. "118b5577bbe8f8cdef1b5fa200c117b4939b32ca" and "9fb3ef8e2a5fbb6a715f865fd721f299a18b7e03" have entirely different histories.

7 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
LOAD reset_incorrect 0 LOAD reset_incorrect 0
CATCH incorrect_pin incorrect_pin_flag 1 CATCH incorrect_pin 15 1
CATCH pin_entry account_authorized_flag 0 CATCH pin_entry 12 0
LOAD quit_with_balance 0 LOAD quit_with_balance 0
HALT HALT

View File

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

View File

@ -1,6 +1,6 @@
LOAD save_location 0 LOAD save_location 0
CATCH incorrect_pin incorrect_pin_flag 1 CATCH incorrect_pin 15 1
CATCH update_success allow_update_flag 1 CATCH update_success 16 1
MOUT back 0 MOUT back 0
HALT HALT
LOAD save_offerings 0 LOAD save_offerings 0

View File

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

View File

@ -1,5 +1,5 @@
LOAD reset_incorrect 0 LOAD reset_incorrect 0
CATCH incorrect_pin incorrect_pin_flag 1 CATCH incorrect_pin 15 1
CATCH pin_entry account_authorized_flag 0 CATCH pin_entry 12 0
LOAD quit_with_balance 0 LOAD quit_with_balance 0
HALT HALT

View File

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

View File

@ -1,8 +1,8 @@
LOAD get_profile_info 0 LOAD get_profile_info 0
MAP get_profile_info MAP get_profile_info
LOAD reset_incorrect 0 LOAD reset_incorrect 0
CATCH incorrect_pin incorrect_pin_flag 1 CATCH incorrect_pin 15 1
CATCH pin_entry account_authorized_flag 0 CATCH pin_entry 12 0
MOUT back 0 MOUT back 0
HALT HALT
INCMP _ 0 INCMP _ 0