ADVERTISEMENT

Timeline: The tragic deaths of Ateneo's Baterbonia, Adili

Published Jun 15, 2026 04:42 pm

At A Glance

  • Tragedy struck the Ateneo men's basketball team as student-athletes Divine Adili and Rene Clert Baterbonia passed away following a drowning incident in Dipaculao, Aurora, the school announced Monday evening, June 8.
Tragedy struck the Ateneo men’s basketball team as student-athletes Divine Adili and Rene Clert Baterbonia passed away following a drowning incident in Dipaculao, Aurora, the school announced Monday evening, June 8.
Since then, the news spread like wildfire, with the families of both the players, and the community of fans and supporters all asking for a clear explanation of the unfortunate incident that took place.
Divine Adili (left) and Rene Baterbonia
Divine Adili (left) and Rene Baterbonia

June 8: Ateneo de Manila confirms the passing of players Rene Baterbonia, 18, and Divine Adili, 21, after drowning during a team-building of its men’s basketball squad in Dipaculao, Aurora. The Police Regional Office 3 reported on the same day that Baterbonia and Adili were both carried away by rip currents, based on findings in the police report.

June 9: Baterbonia and Adili’s remains were transferred from Aurora Memorial Hospital to Arlington Memorial Chapels and Crematory in Quezon City. On the same day, Baterbonia’s family arrived from Agusan Del Sur and requested an autopsy. Ateneo de Manila, through Arlington, has coordinated with the appropriate authorities including the NBI and the CIDG to facilitate the process.

READ: Rene's mom: Apology is not enough

The Philippine Sports Commission also formed a panel to look into the incident, composed of officials from the Samahang Basketbol ng Pilipins (SBP), the UAAP, the Commission on Higher Education, the Department of Education, and the National Youth Commission.

PSC Chairman Patrick Gregorio
PSC Chairman Patrick Gregorio

June 10: The Sports Stakeholders’ Panel formed by the PSC pushed for major reforms on safety and governance initiatives for collegiate athletes aimed at preventing similar tragedies following a three-hour meeting. The PSC, together with partner agencies, also extended P250,000 aid each to the families of Baterbonia and Adili.

Speaking during the Sports Stakeholders’ Panel press conference, the UAAP said it is awaiting official reports before deciding on its next course of action regarding the incident. UAAP executive director Atty. Rebo Saguisag added that any decision on whether to suspend Ateneo head coach Tab Baldwin rests with Ateneo.

June 11: Ateneo de Manila, in a statement, presented data on what transpired that day to avoid misinformation that has been circulating on social media. It also announced that the university is conducting an inquiry on the incident. At the same time, the university said head coach Tab Baldwin and team manager Epok Quimpo have taken leaves of absences following the incident.

That same afternoon, Baldwin was seen with members of the Ateneo community attending a vigil held in memory of Baterbonia and Adili inside the campus. It was his first appearance since the incident.

READBaldwin attends vigil as Ateneo mourns loss of two student-athletes

June 12: Baterbonia’s remains arrived at the Ateneo de Davao University. The school announced that it is hosting a public viewing at the Christ the King Chapel on the Ateneo de Davao Senior High School-Bangkal Campus until June 14

READWelcome home, Bobet: Davao City pays tribute to Rene Baterbonia
Rene's family mourns the death of the young star.
Rene's family mourns the death of the young star.

Meanwhile, Elias Adili sought for answers and justice for the death of his son, Divine, in a Facebook post.

On Friday evening, Tab Baldwin finally broke his silence and issued a four-minute public apology, stating he has failed as a leader, as a coach and as a friend to both Divine and Rene.

June 13: In a surprise social media post, Baldwin’s estranged wife, Efi, disclosed she has warned Ateneo to keep him away from children. She also alleged that Ateneo put up a campaign through intimidation after relaying her concerns to the administration.

Ateneo also held a candle light service for Adili.

June 14: Ateneo de Davao University (AdDU) has offered scholarships for all six siblings of Rene Baterbonia. Meanwhile, Ateneo de Manila withdrew its participation in the ongoing 19th Filoil Ecooil Preseason Cup.

June 15: Ateneo de Manila University has accepted the resignations of men’s basketball head coach Tab Baldwin and team manager Epok Quimpo, effective immediately.
Speaking publicly for the first time since the incident, Ateneo President Fr. Bobby Yap SJ announced the development, saying the university continues to address the consequences of the tragedy.
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; } }

{{ static_articles_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.