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