mirror of https://github.com/pret/pokecrystal.git
Move rst constants into macros.asm
This commit is contained in:
parent
7bae65b664
commit
4f5ae6510c
|
@ -1,9 +1,4 @@
|
|||
|
||||
; macros require rst vectors to be defined
|
||||
FarCall EQU $08
|
||||
Bankswitch EQU $10
|
||||
JumpTable EQU $28
|
||||
|
||||
INCLUDE "macros.asm"
|
||||
|
||||
INCLUDE "gbhw.asm"
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
; rgbds macros
|
||||
|
||||
|
||||
; macros require rst vectors to be defined
|
||||
FarCall EQU $08
|
||||
Bankswitch EQU $10
|
||||
JumpTable EQU $28
|
||||
|
||||
|
||||
dwb: MACRO
|
||||
dw \1
|
||||
db \2
|
||||
|
|
Loading…
Reference in New Issue