From 7aac84e4aae8f5cd482cc1a36ffcc75e91da8f45 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Thu, 19 Jan 2012 14:37:46 -0600 Subject: [PATCH] safari timer locations in RAM hg-commit-id: ab7d7663e9b2 --- constants.asm | 3 +++ 1 file changed, 3 insertions(+) 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