Mercurial > public > hwos_code
comparison src/menu_tree.asm @ 600:cb59872ad53d
fix typo
author | heinrichsweikamp |
---|---|
date | Sun, 12 Aug 2018 18:18:41 +0200 |
parents | b455b31ce022 |
children | ca4556fb60b9 |
comparison
equal
deleted
inserted
replaced
599:8087295a518b | 600:cb59872ad53d |
---|---|
851 | 851 |
852 | 852 |
853 menu_new_battery_AA_16650: | 853 menu_new_battery_AA_16650: |
854 MENU_BEGIN tNewBattTitle, .5 | 854 MENU_BEGIN tNewBattTitle, .5 |
855 MENU_CALL tNewBattOld, use_old_batteries | 855 MENU_CALL tNewBattOld, use_old_batteries |
856 MENU_CALL tNewBattNew15, use_new_15V_batteries | |
856 MENU_CALL tNewBattNew36, use_new_36V_batteries | 857 MENU_CALL tNewBattNew36, use_new_36V_batteries |
857 MENU_CALL tNewBattNew15, use_new_15V_batteries | |
858 MENU_CALL tNewBattAccu, use_36V_rechargeable | 858 MENU_CALL tNewBattAccu, use_36V_rechargeable |
859 MENU_CALL tNew16650, use_16650_battery | 859 MENU_CALL tNew16650, use_16650_battery |
860 MENU_END | 860 MENU_END |
861 | 861 |
862 | 862 |
863 menu_new_battery_AA: | 863 menu_new_battery_AA: |
864 MENU_BEGIN tNewBattTitle, .4 | 864 MENU_BEGIN tNewBattTitle, .4 |
865 MENU_CALL tNewBattOld, use_old_batteries | 865 MENU_CALL tNewBattOld, use_old_batteries |
866 MENU_CALL tNewBattNew15, use_new_15V_batteries | |
866 MENU_CALL tNewBattNew36, use_new_36V_batteries | 867 MENU_CALL tNewBattNew36, use_new_36V_batteries |
867 MENU_CALL tNewBattNew15, use_new_15V_batteries | |
868 MENU_CALL tNewBattAccu, use_36V_rechargeable | 868 MENU_CALL tNewBattAccu, use_36V_rechargeable |
869 MENU_END | 869 MENU_END |
870 | 870 |
871 | 871 |
872 menu_new_battery_18650: | 872 menu_new_battery_18650: |