gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 5ed2d59d71eb448ebac62127f39f73561b6a2865 parent 3cf712edc137cb0ec220ed4f699584633e911b53 Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Mon, 11 Mar 2024 04:03:10 -0700 Merge pull request #634 from bbbbbr/docs/fix_missing_search_results Docs: fix some missed search results Diffstat:
| M | docs/doxygen_search_override.js | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/doxygen_search_override.js b/docs/doxygen_search_override.js @@ -140,7 +140,7 @@ SearchResults = function () { // { // CHANGED START rowMatchName = rowMatchName.replace(/^[sr\d_]*5f_/, ''); // strip 'sr123_5f' - rowMatchName = rowMatchName.replace(/5f/, ''); // strip '5f' chars + rowMatchName = rowMatchName.replace(/5f/g, ''); // strip '5f' chars // rowMatchName = rowMatchName.replace(/_/, ' '); // underscores to spaces if (rowMatchName.includes(search))
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.