You are not logged in.
Pages: 1
Hi all. So I was thinking of adding more TMs to be purchasable in the game corner(s). And I can add more and launch the game, but when I talk to the lady that sells tms for coins, the menu won't let you scroll down to see more items. I presume this has something to do with using coins instead of normal money...and I'm pretty sure it would be easy to just sell the TMs at an ordinary Mart instead, but how complicated would it be to change how the menu works in game corners to be more like a Mart?
Offline
Shouldn't be hard to add to the list as I've changed the text in the list to account for changed Pokémon and TMs available.
I'm hoping your editing Pokecrystal but which game are you editing and how?
---
Pokémon White Crystal
A simple quality of life and gameplay improved hack
Offline
The Game Corner menus are done via the "verticalmenu" script command, which I believe does not allow scrolling. One example of a scrolling menu is Buena's prize list, which uses "special SpecialBuenaPrize". Check out how its code works.
My projects on GitHub:
• Polished Map 4.5.4 or 2.5.4++
• Tilemap Studio 3.2.2
• Pokémon Polished Crystal 2.2.0 or 3.0.0 beta
• Pokémon Red★/Blue★: Space World Edition 2020-11-01
Offline
Shouldn't be hard to add to the list as I've changed the text in the list to account for changed Pokémon and TMs available.
I'm hoping your editing Pokecrystal but which game are you editing and how?
Yes I've been working exclusively in pokecrystal, probably should have mentioned that.
Offline
The Game Corner menus are done via the "verticalmenu" script command, which I believe does not allow scrolling. One example of a scrolling menu is Buena's prize list, which uses "special SpecialBuenaPrize". Check out how its code works.
Ya I noticed it doesn't allow scrolling, is there any way you know of that would allow the list to do that? I'm sure it must be possible.
Offline
Rangi wrote:The Game Corner menus are done via the "verticalmenu" script command, which I believe does not allow scrolling. One example of a scrolling menu is Buena's prize list, which uses "special SpecialBuenaPrize". Check out how its code works.
Ya I noticed it doesn't allow scrolling, is there any way you know of that would allow the list to do that? I'm sure it must be possible.
Yes, look for all the places "ScrollingMenu" is called (such as in SpecialBuenaPrize) and see how it gets used, then write a similar routine for TMs.
My projects on GitHub:
• Polished Map 4.5.4 or 2.5.4++
• Tilemap Studio 3.2.2
• Pokémon Polished Crystal 2.2.0 or 3.0.0 beta
• Pokémon Red★/Blue★: Space World Edition 2020-11-01
Offline
stubbyfinger wrote:Rangi wrote:The Game Corner menus are done via the "verticalmenu" script command, which I believe does not allow scrolling. One example of a scrolling menu is Buena's prize list, which uses "special SpecialBuenaPrize". Check out how its code works.
Ya I noticed it doesn't allow scrolling, is there any way you know of that would allow the list to do that? I'm sure it must be possible.
Yes, look for all the places "ScrollingMenu" is called (such as in SpecialBuenaPrize) and see how it gets used, then write a similar routine for TMs.
OK I'll give it a try, thanks.
Offline
Pages: 1