From 3fbbc239acb537459c33fe302e09e75e56d336f2 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Mon, 14 Nov 2011 00:25:15 -0700 Subject: Add Blue’s house map. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hg-commit-id: 4f46a3ac0e71 --- constants.asm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'constants.asm') diff --git a/constants.asm b/constants.asm index ad6e1d54..09e97a9a 100644 --- a/constants.asm +++ b/constants.asm @@ -887,3 +887,7 @@ EAST EQU 1 WEST EQU 2 SOUTH EQU 4 NORTH EQU 8 + +; different kinds of people events +ITEM EQU $80 +TRAINER EQU $40 -- cgit v1.3.1-sl0p