From 0e145ea2a4eab31550ca8143ab756b053f87e7eb Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Mon, 30 May 2011 21:58:46 -0600 Subject: First part of save file interpretation functions, thx Sawakita. Also box‐drawing functions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hg-commit-id: eaa7bd7c7804 --- constants.asm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'constants.asm') diff --git a/constants.asm b/constants.asm index 844147aa..74a8a695 100644 --- a/constants.asm +++ b/constants.asm @@ -1,3 +1,7 @@ +FuncCoord: MACRO +Coord = $C3A0 + 20 * \2 + \1 + ENDM + ; external map entry macro EMAP: MACRO ; emap x-coordinate,y-coordinate,textpointer ; the appearance of towns and routes in the town map, indexed by map id -- cgit v1.3.1-sl0p