diff options
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 8a13c4ea..0772d16a 100644 --- a/constants.asm +++ b/constants.asm @@ -246,6 +246,11 @@ W_ENEMYMON5MOVE3 EQU $D95E W_ENEMYMON6MOVE3 EQU $D98A +W_PLAYTIMEHOURSHI EQU $DA40 +W_PLAYTIMEHOURSLO EQU $DA41 +W_PLAYTIMEMINUTESHI EQU $DA42 +W_PLAYTIMEMINUETSLO EQU $DA43 + W_NUMSAFARIBALLS EQU $DA47 W_NUMINBOX EQU $DA80 |