diff options
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 c734867ea..058f9d92d 100644 --- a/constants/script_constants.asm +++ b/constants/script_constants.asm @@ -42,10 +42,10 @@ const_value SET -1 const PLAYEREVENT_SEENBYTRAINER const PLAYEREVENT_TALKTOTRAINER const PLAYEREVENT_ITEMBALL - const PLAYEREVENT_4 + const PLAYEREVENT_CONNECTION const PLAYEREVENT_WARP const PLAYEREVENT_FALL const PLAYEREVENT_WHITEOUT const PLAYEREVENT_HATCH - const PLAYEREVENT_9 + const PLAYEREVENT_JOYCHANGEFACING NUM_PLAYER_EVENTS EQU const_value |