summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm9
1 files changed, 9 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
index c0b0c840d..917c65db9 100644
--- a/constants.asm
+++ b/constants.asm
@@ -1533,6 +1533,15 @@ HM_05 EQU $F7
HM_06 EQU $F8
HM_07 EQU $F9
+; days of the week
+MONDAY EQU $00
+TUESDAY EQU $01
+WEDNESDAY EQU $02
+THURSDAY EQU $03
+FRIDAY EQU $04
+SATURDAY EQU $05
+SUNDAY EQU $06
+
; trainer groups
FALKNER EQU $01
WHITNEY EQU $02