From 6c3000efd2818f8d5cb0a01770d1b92991b80340 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 25 Jul 2015 14:25:37 -0400 Subject: Macro update, roam mon annotations Updated map and mapgroup macros to get around an rgbds bug. Legendary beast locale handling annotated and relabeled. Added a new constant NUM_ENGINE_FLAGS for use in the EngineFlagAction function. This will make it easier for modders to add or remove engine flags. --- macros/enum.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/enum.asm') diff --git a/macros/enum.asm b/macros/enum.asm index aee6ee530..50a136ba9 100644 --- a/macros/enum.asm +++ b/macros/enum.asm @@ -31,6 +31,6 @@ const_value = const_value + 1 ENDM shift_const: MACRO -\1 EQU 1 << const_value +\1 EQU (1 << const_value) const_value = const_value + 1 ENDM -- cgit v1.2.3