ADVERTISEMENT

Behind Cortez, La Salle exacts measure of revenge on UP Preseason

Published Jun 1, 2025 09:39 am

At A Glance

  • Jacob Cortez was the difference for La Salle in a high-scoring marquee matchup against the University of the Philippines in the 18th Filoil EcoOil Preseason Cup presented by ABC Tile Adhesive as it came out on top, 106-99, Saturday, May 31, at the Playtime Filoil Centre.
Jacob Cortez was the difference for La Salle in a high-scoring marquee matchup against the University of the Philippines in the 18th Filoil EcoOil Preseason Cup presented by ABC Tile Adhesive as it came out on top, 106-99, Saturday, May 31, at the Playtime Filoil Centre.
The former NCAA Finals MVP dropped 31 points in an efficient 12-of-16 shooting from the field on top of five assists and four rebounds, all while feasting on whatever defense the Fighting Maroons put in front of him. It was also his setup of a Mike Phillips floater followed by his own stepback three that re-increased the Green Archers' advantage from four, 100-96, to 105-96 with 41.8 ticks to go.
"I was looking forward to facing UP. We all know how good they are, so we just went out there and gave our best," said Cortez.
Running mate Kean Baclaan also added 20 points, four rebounds, and two assists of his own, as Luis Pablo proved to be a thorn on the side of his former team with 11 markers and six boards.
"What was surprising was the halftime score; that could've been a full game already. That just shows how offensively, both teams are capable," said Robinson, referring to the halftime score of 62-60.
The two teams figured in an offensive back-and-forth that featured 14 deadlocks and 13 lead changes in front of a jam-packed crowd inside the San Juan venue. They were still neck-and-neck in the endgame, with Nigerian Francis Nnoruka's thunderous throwdown closing State U to just down four with under three minutes left.
In the end, however, Phillips and Pablo stood their ground on defense just as UP went back to Nnoruka time and again, while Cortez took care of the other end all the way to La Salle's rise to 2-0. For the past two years, the Green Archers were felled by the Fighting Maroons in the finals of the preseason tilt which has PlayTime Cares, Filoil, EcoOil, Hanes, Bostik El Heneral, Jiang Nan Hotpot, Lamtex Pipes, Smart, and Puso Pilipinas as major sponsors, and Harbor Star, Wallem, Akari, BDO, Tela.com Athletics, Nature’s Spring, Reyes Barbecue, and Brothers Burger as minor sponsors.
For UP, Nnoruka continued to impress with 21 points, seven rebounds, and three steals, as it suffered its first setback after back-to-back wins.
Meanwhile, National U finally righted the ship courtesy of a well-earned 72-67 win against University of the East.
Missing top gun Jake Figueroa, PJ Palacielo did the heavy lifting to the tune of 19 points, nine rebounds, two assists, and two blocks, as Reinhard Jumamoy chimed in 12 markers, two boards, and two dimes of his own in the Bulldogs' first win in three games.
NU leaned on its depth and balance to break the game open in the third, and totaled a 46-15 advantage in bench points. With several players contributing, they widened a six-point edge at the midway mark of the quarter into a 60-44 lead entering the final frame.
"Ngayong wala si Jake, gusto naming makita sino mag-step up. Thankfully naman, nangyari yun," said head coach Jeff Napa, as Figueroa was taking care of his academics.
The Red Warriors are yet to break through under first-year shot-caller Chris Gavina, falling to 0-3. Wello Lingolingo topped the scoring column with 18 points, while Precious Momowei pounded in a 17-marker, 18-rebound double-double.
Over in the NCAA Group, Emilio Aguinaldo College scored back-to-back wins thanks to a third quarter surge that sank Lyceum, 82-74.
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.