- 7
- Posts
- 13
- Years
- Seen Jul 2, 2023
I'm trying to expand the Move Tutor and Game Corner prize menus to offer 5-6 options each. I'd prefer to do this with a scrolling menu rather than additional NPCs. Currently both use the simple STATICMENU_CURSOR structure that just pulls from a list directly below. My best option appears to be SCROLLINGMENU_ITEMS_NORMAL but that seems to have a more complicated structure, and I'm not sure where/how to list the actual items for the menu. Most other menus that use a scrolling menu seem to have a function that pulls in external info, but I don't really need that here. What's my best option?