summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-19 14:37:46 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-19 14:37:46 -0600
commit7aac84e4aae8f5cd482cc1a36ffcc75e91da8f45 (patch)
treef1e99fb2ef5ee0f6c6801e5737eff81d593b5637
parent52aa1f72b788b847441ef56d07e5682fe4cd0cdb (diff)
safari timer locations in RAM
hg-commit-id: ab7d7663e9b2
-rw-r--r--constants.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
index 33b4ddb7..8a13c4ea 100644
--- a/constants.asm
+++ b/constants.asm
@@ -356,6 +356,9 @@ W_BOXITEM50 EQU $D59D
W_BOXCOUNT50 EQU $D59E
;box end of list $D59F
+W_SAFARITIMERHI EQU $D70D ; use 01 for maximum
+W_SAFARITIMERLO EQU $D70E ; use F4 for maximum
+
H_RAND1 EQU $FFD3
H_RAND2 EQU $FFD4