diff src/menu_tree.asm @ 600:cb59872ad53d

fix typo
author heinrichsweikamp
date Sun, 12 Aug 2018 18:18:41 +0200
parents b455b31ce022
children ca4556fb60b9
line wrap: on
line diff
--- a/src/menu_tree.asm	Sun Aug 12 18:10:10 2018 +0200
+++ b/src/menu_tree.asm	Sun Aug 12 18:18:41 2018 +0200
@@ -853,8 +853,8 @@
 menu_new_battery_AA_16650:
 	MENU_BEGIN	tNewBattTitle, .5
 		MENU_CALL		tNewBattOld,				use_old_batteries
+		MENU_CALL		tNewBattNew15,				use_new_15V_batteries
 		MENU_CALL		tNewBattNew36,				use_new_36V_batteries
-		MENU_CALL		tNewBattNew15,				use_new_15V_batteries
 		MENU_CALL		tNewBattAccu,				use_36V_rechargeable
 		MENU_CALL		tNew16650,					use_16650_battery
 	MENU_END
@@ -863,8 +863,8 @@
 menu_new_battery_AA:
 	MENU_BEGIN	tNewBattTitle, .4
 		MENU_CALL		tNewBattOld,				use_old_batteries
+		MENU_CALL		tNewBattNew15,				use_new_15V_batteries
 		MENU_CALL		tNewBattNew36,				use_new_36V_batteries
-		MENU_CALL		tNewBattNew15,				use_new_15V_batteries
 		MENU_CALL		tNewBattAccu,				use_36V_rechargeable
 	MENU_END