diff options
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 |