From 6bc9c5dc3f389eb5c6b3ca4c265c4580e7aac4aa Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Thu, 15 Dec 2011 18:22:21 -0700 Subject: Add title screen monsters from Green and Blue as well. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- constants.asm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'constants.asm') 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 -- cgit v1.3.1-sl0p