Add pointers to the 0f script commands.

This commit is contained in:
IIMarckus
2012-03-20 18:43:04 -06:00
parent b9175e8a03
commit 3af505fe55
2 changed files with 182 additions and 1 deletions

View File

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