diff options
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 3 |
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 |