diff options
author | IIMarckus <iimarckus@gmail.com> | 2011-05-30 21:58:46 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2011-05-30 21:58:46 -0600 |
commit | 0e145ea2a4eab31550ca8143ab756b053f87e7eb (patch) | |
tree | 2b944f4367294cf48bcf1a9f029aba789437bf3d /constants.asm | |
parent | 3cbe353075e4c3bb54bd0faaaab48ee532211474 (diff) |
First part of save file interpretation functions, thx Sawakita.
Also box‐drawing functions.
hg-commit-id: eaa7bd7c7804
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 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 |