implement shopping guide

This commit is contained in:
idkwhereisthisname 2025-03-18 16:47:18 +01:00 committed by GitHub
parent 601eabff8c
commit 2c5cb7cd7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);
}