From 69788c536b70060c58136b07fb3a615b285de99c Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 20 Jul 2020 12:23:31 -0400 Subject: Add comments associating constants with data, and identify some more data --- home/names2.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'home/names2.asm') diff --git a/home/names2.asm b/home/names2.asm index 8f539c31..71f6c646 100644 --- a/home/names2.asm +++ b/home/names2.asm @@ -1,4 +1,5 @@ NamePointers:: +; entries correspond to *_NAME constants dw MonsterNames dw MoveNames dw UnusedNames -- cgit v1.3.1-sl0p