macros come first since theyre used to define constants

This commit is contained in:
yenatch 2013-11-27 12:46:25 -05:00
parent 4c8737effb
commit 1cf607cc41
1 changed files with 8 additions and 7 deletions

View File

@ -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