Pokemon 3000
huh?
- 70
- Posts
- 19
- Years
- Germany
- Seen Oct 15, 2013
I changed the bag screen to fit the new resolution of my game. It works good, except one thing:
When you open the bagscreen it looks as following:
But when you scroll the itemlist, it looks so:
The list begins over the white field and I don't know what part of the script I must change.
I changed the line 372 in PokemonBag:
When i change the -8 to a higher number (e.g 14) than the total list goes lower. That would fix my problem, but than the top of the list would be too low.
Does anyone have a suggestion/ a solution? Thanks.
Edit: An another question: How can I change the x-position of the begSel.png?
When you open the bagscreen it looks as following:
![[PokeCommunity.com] New pokemon bag. minor problem [PokeCommunity.com] New pokemon bag. minor problem](https://medien.pokemeister.net/bagproblem.png)
But when you scroll the itemlist, it looks so:
![[PokeCommunity.com] New pokemon bag. minor problem [PokeCommunity.com] New pokemon bag. minor problem](https://medien.pokemeister.net/bagproblem2.png)
The list begins over the white field and I don't know what part of the script I must change.
I changed the line 372 in PokemonBag:
Code:
@sprites["itemwindow"]=Window_PokemonBag.new(@bag,lastpocket,218,-8,364,30+32+ITEMSVISIBLE*32)
When i change the -8 to a higher number (e.g 14) than the total list goes lower. That would fix my problem, but than the top of the list would be too low.
Does anyone have a suggestion/ a solution? Thanks.
Edit: An another question: How can I change the x-position of the begSel.png?
Last edited: