diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-01 15:35:28 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-01 15:35:28 -0500 |
commit | ffbf2c0f5d28c05c14f67a3cfb123d37157c2ef9 (patch) | |
tree | 5c22618a2e1324b1adcfafbe90d47f9230492999 /constants/script_constants.asm | |
parent | 6b33a8d155b7d3d6d7738ad2bcaa33c7983b3fce (diff) |
More animations including cutting grass
Diffstat (limited to 'constants/script_constants.asm')
-rw-r--r-- | constants/script_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm index f1e608ab9..b695c4ee9 100644 --- a/constants/script_constants.asm +++ b/constants/script_constants.asm @@ -24,7 +24,7 @@ LAST_TALKED EQU -2 const VAR_XCOORD ; 12 const VAR_YCOORD ; 13 const VAR_SPECIALPHONECALL ; 14 - const VAR_15 ; 15 + const VAR_BT_WIN_STREAK ; 15 const VAR_KURT_APRICORNS ; 16 const VAR_CALLERID ; 17 const VAR_BLUECARDBALANCE ; 18 |