- 38
- Posts
- 9
- Years
- Canada
- Seen Jul 10, 2022
So i've been trying to figure out how to make the battle menu (the one that shows your current pokémon's moves) appear like it does in the Gen 2 games (as well as in gens 1, 7, and 8) where the 4 moves are displayed in a list from top to bottom instead of in a 2x2 grid like in gens 3-6. I've been experimenting a lot in PokéBattle_Scene and i can change the positioning of all the graphics just fine, but i can't seem to figure out how to change from the grid style. I thought it might have to do with this bit:
But i can't tell any difference in game whenever i change any of the numbers there. Any of you guys know how to do this? I can't imagine it's a very difficult thing, i just can't seem to find the right bit of code. Thanks!
Code:
@window=Window_CommandPokemon.newWithSize([],0,Graphics.height-96,320,96,viewport)
@window.columns=2
@window.columnSpacing=4
But i can't tell any difference in game whenever i change any of the numbers there. Any of you guys know how to do this? I can't imagine it's a very difficult thing, i just can't seem to find the right bit of code. Thanks!