diff options
author | IIMarckus <iimarckus@gmail.com> | 2011-12-15 18:22:21 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2011-12-15 18:22:21 -0700 |
commit | 6bc9c5dc3f389eb5c6b3ca4c265c4580e7aac4aa (patch) | |
tree | f4f19cfed8f85ed4811c9b28c16ad8d707ab7358 /constants.asm | |
parent | a8dbea888b33f5889d42b2d1389e20c88ff61dff (diff) |
Add title screen monsters from Green and Blue as well.
Having data from all versions is a long‐term goal, but until the
ROMs for those versions can be easily built and compared to the
originals, it will be very easy for errors to slip in. Adding stuff
from Green, Blue, and Yellow is okay with me, but for now Red is
the only version guaranteed to have correct data.
hg-commit-id: c595f0981208
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 2aafb6c0..520aa073 100644 --- a/constants.asm +++ b/constants.asm @@ -1,3 +1,7 @@ +RED EQU 1 +BLUE EQU 0 +GREEN EQU 0 + FuncCoord: MACRO Coord = $C3A0 + 20 * \2 + \1 ENDM |