ADVERTISEMENT

Grizzlies' Morant dazzles in return; Warriors top Celtics in overtime

Published Dec 20, 2023 06:38 am

At A Glance

  • Ja Morant made a scintillating return from a 25-game suspension on Tuesday, Dec. 19, driving for a game-winning layup as time expired to lift the Memphis Grizzlies to a 115-113 NBA victory over the New Orleans Pelicans.

LOS ANGELES (AFP) -- Ja Morant made a scintillating return from a 25-game suspension on Tuesday, Dec. 19, driving for a game-winning layup as time expired to lift the Memphis Grizzlies to a 115-113 NBA victory over the New Orleans Pelicans.

afp.com-20231220-PH-GTY-1868771557-highres.jpg
Ja Morant of the Memphis Grizzlies shoots the ball over Zion Williamson of the New Orleans Pelicans at Smoothie King Center on Tuesday, Dec. 19, in New Orleans, Louisiana. (AFP)

The basket capped a 34-point, eight-assist, six-rebound performance from Morant, who was suspended by the league for the first 25 games of the season after a pair of social media posts in which he displayed guns.

He looked a little rusty to start, and a little weary at the finish, but ultimately Morant delivered everything the Grizzlies could have hoped for and more.

"I ain't played a game in eight months," he told broadcaster TNT. "Had a lot of time... a lot of hard days where I went through it.

"But you know, basketball is my life, what I love, therapeutic for me and I'm just excited to be back."

The Pelicans, led by 34 points from Brandon Ingram, were up 60-41 at halftime, but the Grizzlies hit back in the third quarter, cutting the lead to 10 entering the final period.

With 1:20 left to play, Morant connected with a floater that put them up 111-109 -- Memphis' first lead since the first quarter.

It was tied at 113-113 when Morant grabbed the rebound of a CJ McCollum miss and after a timeout took the ball up the court and sliced into the lane for the game-winner.

"I felt like it was the perfect ending, perfect day, being able to come back and play and also deliver a game winner for us," he said.

Memphis coach Taylor Jenkins said before the game that Morant was "fired up," adding that his message to the 24-year-old was "go out there, have fun, build chemistry with your teammates and just enjoy this opportunity to be back on the floor."

Morant heard plenty of boos in the early going in New Orleans.

But he had support around the league, including a social media post from Lakers superstar LeBron James.

"12 welcome back!!" James wrote shortly before tip-off. "Go be GREAT again!!"

After the game, James posted: "12!!!!That's All".

Elsewhere, the Golden State Warriors edged the Boston Celtics 132-126 in an overtime thriller in San Francisco and Damian Lillard scored a season-high 40 points -- hitting an NBA milestone -- in the Milwaukee Bucks' 132-119 victory over the San Antonio Spurs.

Warriors star Stephen Curry scored 13 of his 33 points in the fourth quarter and seven in overtime to power the Warriors' comeback from a 17-point deficit.

 

Playoff contenders

 

He and Klay Thompson drilled six three-pointers apiece as the Warriors ended Boston's five-game winning streak.

A Curry three-pointer with 1:36 left in regulation knotted the score at 121-121. Both teams missed chances as they went to the extra session, in which the Warriors grabbed the lead on Jonathan Kuminga's steal and dunk and never trailed.

Curry said the gritty win was just what the Warriors needed.

"We want to be a playoff contender and these are the type of games that show us that we can be that," he said. "We've just got to keep putting them together."

Jaylen Brown led the Celtics with 28 points, Derrick White added 30 and Jayson Tatum chipped in 15 points with eight rebounds and seven assists, playing on after rolling his ankle in the first quarter.

In Milwaukee, Lillard's big night saw him become the 51st NBA player to reach 20,000 career points.

"The 20,000 points, when I hear that it takes me back to the beginning," Lillard said. "It's a blessing and an honor to have that type of accomplishment."

Giannis Antetokounmpo also starred, notching a triple-double of 11 points, 14 rebounds and a career-high 16 assists in the win against a Spurs team missing rookie sensation Victor Wembanyama, who sat out with a sore ankle.

Related Tags

Memphis Grizzlies Ja Morant Golden State Warriors New Orleans Pelicans Boston Celtics
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.