From 3e572b6f48b81e5340980c13b1b37b2907942713 Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 9 Jul 2020 14:51:48 -0400 Subject: Use const_skip and const_next macros for brevity --- constants/type_constants.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants/type_constants.asm') diff --git a/constants/type_constants.asm b/constants/type_constants.asm index d1a1a73e..11fb3321 100755 --- a/constants/type_constants.asm +++ b/constants/type_constants.asm @@ -11,7 +11,7 @@ PHYSICAL EQU const_value const BUG ; $07 const GHOST ; $08 -const_value = $14 + const_next 20 SPECIAL EQU const_value const FIRE ; $14 -- cgit v1.3.1-sl0p