From 95ec2cf039f0efdc6dadfb6fe766ace231a1b6b1 Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 25 Mar 2021 16:33:05 -0400 Subject: Verify data table and name list sizes with assertion macros Fixes #312 --- constants/menu_constants.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'constants/menu_constants.asm') diff --git a/constants/menu_constants.asm b/constants/menu_constants.asm index a53adfdc..eafebe97 100644 --- a/constants/menu_constants.asm +++ b/constants/menu_constants.asm @@ -42,6 +42,7 @@ PC_ITEM_CAPACITY EQU 50 const TRADE_CANCEL_MENU ; 5 const HEAL_CANCEL_MENU ; 6 const NO_YES_MENU ; 7 +NUM_TWO_OPTION_MENUS EQU const_value ; menu exit method constants for list menus and the buy/sell/quit menu CHOSE_MENU_ITEM EQU 1 ; pressed A -- cgit v1.3.1-sl0p