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/gfx_constants.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'constants/gfx_constants.asm') diff --git a/constants/gfx_constants.asm b/constants/gfx_constants.asm index dd9de6b6..19f935f6 100644 --- a/constants/gfx_constants.asm +++ b/constants/gfx_constants.asm @@ -37,3 +37,4 @@ REDRAW_ROW EQU 2 const TILEMAP_GENGAR_INTRO_3 const TILEMAP_GAME_BOY const TILEMAP_LINK_CABLE +NUM_TILEMAPS EQU const_value -- cgit v1.3.1-sl0p