diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-19 14:37:46 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-19 14:37:46 -0600 |
| commit | 7aac84e4aae8f5cd482cc1a36ffcc75e91da8f45 (patch) | |
| tree | f1e99fb2ef5ee0f6c6801e5737eff81d593b5637 /constants.asm | |
| parent | prepend W_ to pc box item constants (diff) | |
| download | pokeyellow-7aac84e4aae8f5cd482cc1a36ffcc75e91da8f45.tar.gz pokeyellow-7aac84e4aae8f5cd482cc1a36ffcc75e91da8f45.tar.xz pokeyellow-7aac84e4aae8f5cd482cc1a36ffcc75e91da8f45.zip | |
safari timer locations in RAM
hg-commit-id: ab7d7663e9b2
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 |
