diff options
author | yenatch <yenatch@gmail.com> | 2014-05-01 02:21:26 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-01 02:23:51 -0400 |
commit | b7e37621873f36a7b1e1d29a02d5b0322194fecf (patch) | |
tree | dd16bcda111b3ad3a5edac4f62f8bea67c525191 /constants/script_constants.asm | |
parent | 2f218f5283ca53c5d512c05332826aa761507195 (diff) |
A couple Buena's Password specials.
Diffstat (limited to 'constants/script_constants.asm')
-rw-r--r-- | constants/script_constants.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm index 1e4145ea3..540612441 100644 --- a/constants/script_constants.asm +++ b/constants/script_constants.asm @@ -29,7 +29,8 @@ SPECIAL_HOOHCHAMBER EQU $008d SPECIAL_CELEBI EQU $008f SPECIAL_AFTERCELEBI EQU $0090 SPECIAL_POKESEER EQU $0091 - +SPECIAL_BUENAS_PASSWORD EQU $0092 +SPECIAL_BUENA_PRIZE EQU $0093 SPECIAL_DRATINI EQU $0094 SPECIAL_BEASTSCHECK EQU $0096 |