diff options
author | yenatch <yenatch@gmail.com> | 2013-04-08 02:23:32 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-04-08 13:12:58 -0400 |
commit | 48f5e7dfb8c94144170085959e2e2dd414f20514 (patch) | |
tree | d04c8bf0d8c119f6cde98176f437b01505ad56bb /constants.asm | |
parent | 5f4fcbfba2742a04bd0dff37b8d0d5a90e56e3c3 (diff) |
Shuckle special
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 5f620f34b..5b5c5ba50 100644 --- a/constants.asm +++ b/constants.asm @@ -3328,6 +3328,8 @@ SPECIAL_BIKESURFMUSIC EQU $003c SPECIAL_LOADFACESTEP EQU $003f +SPECIAL_GIVESHUCKLE EQU $004b + SPECIAL_SNORLAXAWAKE EQU $0060 SPECIAL_GAMEBOYCHECK EQU $0066 |