summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-08-17 00:14:40 -0400
committeryenatch <yenatch@gmail.com>2015-08-17 00:14:40 -0400
commit9974a2c7014cbe7db3d0e516580fea48001ab3df (patch)
tree61c015b170efbe7975650f37d0f15cc775242aa0 /hram.asm
parentb77741ff7020747dbee6b295b87afe6ef0963dd2 (diff)
parentabf3fc21378ddc6a4028aa1852d256472bc859e0 (diff)
Merge pull request #303 from yenatch/map-objects
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