Add pointers to the 0f script commands.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
; macro for putting a byte then a word
|
||||
dbw: MACRO
|
||||
db \1
|
||||
dw \2
|
||||
ENDM
|
||||
|
||||
BULBASAUR EQU 1
|
||||
IVYSAUR EQU 2
|
||||
VENUSAUR EQU 3
|
||||
|
Reference in New Issue
Block a user