diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-02-05 17:56:17 -0800 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-02-05 17:56:17 -0800 |
commit | 08e4590c983c7ca72bbc738a166f7fd5e64f1d03 (patch) | |
tree | 71eaeba238a51b3788f8acb69096fb496c17b9c6 /constants.asm | |
parent | b6683269b036cf84e5cebc088e94d5f97b16fc4d (diff) | |
parent | f2e5173e51dae81f15325148d03a0e32709a3f55 (diff) |
Merge pull request #105 from yenatch/master
Move some things out of main.asm.
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 92514ace6..c19a07d10 100644 --- a/constants.asm +++ b/constants.asm @@ -73,6 +73,8 @@ hlcoord: MACRO ld hl, Coord ENDM +NONE EQU 0 + BULBASAUR EQU 1 IVYSAUR EQU 2 VENUSAUR EQU 3 |