summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-07-21 23:49:18 -0700
committeryenatch <yenatch@gmail.com>2015-07-21 23:49:18 -0700
commitec10d9dd6f8db685270529b49f0b3007a7242dcc (patch)
tree37b8a2883a5439baf83578eb1456d1145d5a0804 /hram.asm
parentdc620c08ee43a4baee7cb4b04b22661ccf2ad60a (diff)
Add constants for common map object ids.
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index eb9cc06f9..3bdef5782 100644
--- a/hram.asm
+++ b/hram.asm
@@ -64,6 +64,8 @@ hBGMapUpdate EQU $ffdb
hTileAnimFrame EQU $ffdf
+hLastTalked EQU $ffe0
+
hRandom EQU $ffe1
hRandomAdd EQU $ffe1
hRandomSub EQU $ffe2