diff options
author | IIMarckus <iimarckus@gmail.com> | 2015-07-10 03:03:08 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2015-07-10 03:03:08 -0600 |
commit | a711b4540474f310e90277cab9dde299e452fc5d (patch) | |
tree | 04dc86f052b5edaef35d7544c79af7f5d4e83933 /constants/script_constants.asm | |
parent | f6546ad53542714fb03d93821e308fbcf0abdd7f (diff) |
checkcode $1a is Kenji's break schedule.
Diffstat (limited to 'constants/script_constants.asm')
-rw-r--r-- | constants/script_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm index 1519bb2b9..c27154626 100644 --- a/constants/script_constants.asm +++ b/constants/script_constants.asm @@ -27,5 +27,5 @@ const VAR_CALLERID const VAR_BLUECARDBALANCE const VAR_19 - const VAR_1A -NUM_VARS EQU const_value
\ No newline at end of file + const VAR_KENJI_BREAK +NUM_VARS EQU const_value |