From 1cf607cc41bcaad1346fb810428b3d9512522085 Mon Sep 17 00:00:00 2001 From: yenatch Date: Wed, 27 Nov 2013 12:46:25 -0500 Subject: [PATCH] macros come first since theyre used to define constants --- constants.asm | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/constants.asm b/constants.asm index 9f0b48faa..6648166c2 100644 --- a/constants.asm +++ b/constants.asm @@ -1,4 +1,12 @@ +; macros require rst vectors to be defined +FarCall EQU $08 +Bankswitch EQU $10 +JumpTable EQU $28 + +INCLUDE "macros.asm" + + ; wram constants ; MonType: ; cf5f PARTYMON EQU 0 @@ -82,13 +90,6 @@ INCLUDE "constants/music_constants.asm" INCLUDE "constants/sfx_constants.asm" -; macros require rst vectors to be defined -FarCall EQU $08 -Bankswitch EQU $10 -JumpTable EQU $28 - -INCLUDE "macros.asm" - NONE EQU 0