Merge branch 'main' into main

This commit is contained in:
Ocarinaoftime 2025-03-20 17:11:04 -04:00 committed by GitHub
commit e9ff8c12c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 25 additions and 46 deletions

View file

@ -711,6 +711,11 @@ body {
}
</style>
<script type="text/javascript">
function showHelpShop() {
showPage("M_01.jsp?titleId=0001000248414241");
}
</script>
<script type="text/javascript">
function initPage()
@ -744,7 +749,7 @@ function initPage()
}
if (isShoppingManualEnabled == "true") {
setUnderButtonR(true, "Shopping Guide", "javascript:showHelp()", "wiiSelectSound()");
setUnderButtonR(true, "Shopping Guide", "javascript:showHelpShop()", "wiiSelectSound()");
} else {
setUnderButtonR(false);
}