You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
macros come first since theyre used to define constants
This commit is contained in:
@@ -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
|
; wram constants
|
||||||
; MonType: ; cf5f
|
; MonType: ; cf5f
|
||||||
PARTYMON EQU 0
|
PARTYMON EQU 0
|
||||||
@@ -82,13 +90,6 @@ INCLUDE "constants/music_constants.asm"
|
|||||||
INCLUDE "constants/sfx_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
|
NONE EQU 0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user