---------------------------
Pokemon Essentials
---------------------------
Exception: NoMethodError
Message: undefined method `get_mouse_pos' for Mouse:Module
PokemonPokedex:96:in `pbPokedex'
PokemonPokedex:91:in `loop'
PokemonPokedex:347:in `pbPokedex'
PokemonPokedex:90:in `pbActivateWindow'
PokemonPokedex:90:in `pbPokedex'
PokemonPokedex:1005:in `pbStartScreen'
PokemonMenu:145:in `pbStartPokemonMenu'
PokemonMenu:142:in `pbFadeOutIn'
PokemonMenu:142:in `pbStartPokemonMenu'
PokemonMenu:139:in `loop'
This exception was logged in
C:\Users\Mathew\Saved Games/Pokemon Essentials/errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
@sprites["arr_icon"]=AnimatedSprite.create("Graphics/Pictures/Select-2",2,10)
@sprites["arr_icon"]=AnimatedSprite.create("Graphics/Pictures/Select",2,10)
---------------------------
Pokemon Essentials
---------------------------
Exception: NoMethodError
Message: undefined method `pbShowSprite' for #<PokemonPokedexScene:0x8c59a38>
PokemonPokedex:474:in `pbDexEntry'
PokemonPokedex:228:in `pbPokedex'
PokemonPokedex:91:in `loop'
PokemonPokedex:347:in `pbPokedex'
PokemonPokedex:90:in `pbActivateWindow'
PokemonPokedex:90:in `pbPokedex'
PokemonPokedex:1005:in `pbStartScreen'
PokemonMenu:145:in `pbStartPokemonMenu'
PokemonMenu:142:in `pbFadeOutIn'
PokemonMenu:142:in `pbStartPokemonMenu'
This exception was logged in
C:\Users\Mathew\Saved Games/Pokemon Essentials/errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
Just a few queries. How do you call the take photo script?
Also, the Pokedex is almost working perfectly now. But nothing is displaying on the bottom screen (yes, I did change the pokedexbg.png graphic so it has a bottom section), I am using CNG's Dual Screen (I tried yours, but I prefer to have the spacer in between each screen), all I get is a black screen. I tried editing parts of the Pokedex script that I assumed would be causing this, I even tried making the bottom screen graphic separate from the top but to no avail. It's got me completely stumped @_@
I also have an error when I go to the (I think) Forms page and press the "Right" arrow key to go to the Weight page.
Spoiler:Code:--------------------------- Pokemon Essentials --------------------------- Exception: NoMethodError Message: undefined method `pbShowSprite' for #<PokemonPokedexScene:0x8c59a38> PokemonPokedex:474:in `pbDexEntry' PokemonPokedex:228:in `pbPokedex' PokemonPokedex:91:in `loop' PokemonPokedex:347:in `pbPokedex' PokemonPokedex:90:in `pbActivateWindow' PokemonPokedex:90:in `pbPokedex' PokemonPokedex:1005:in `pbStartScreen' PokemonMenu:145:in `pbStartPokemonMenu' PokemonMenu:142:in `pbFadeOutIn' PokemonMenu:142:in `pbStartPokemonMenu' This exception was logged in C:\Users\Mathew\Saved Games/Pokemon Essentials/errorlog.txt. Press Ctrl+C to copy this message to the clipboard. --------------------------- OK ---------------------------
@Lyzo thanks for that, PokeGear working perfectly now
@help I'm assuming the bottom part of the PokeGear is to display photos taken with the take photo script? Photo Album FTW =D...new way to do Hall of Fame XD
To display the bottom screen change Graphics.height to 660
Just a few queries. How do you call the take photo script?
Also, the Pokedex is almost working perfectly now. But nothing is displaying on the bottom screen (yes, I did change the pokedexbg.png graphic so it has a bottom section), I am using CNG's Dual Screen (I tried yours, but I prefer to have the spacer in between each screen), all I get is a black screen. I tried editing parts of the Pokedex script that I assumed would be causing this, I even tried making the bottom screen graphic separate from the top but to no avail. It's got me completely stumped @_@
I also have an error when I go to the (I think) Forms page and press the "Right" arrow key to go to the Weight page.
Spoiler:Code:--------------------------- Pokemon Essentials --------------------------- Exception: NoMethodError Message: undefined method `pbShowSprite' for #<PokemonPokedexScene:0x8c59a38> PokemonPokedex:474:in `pbDexEntry' PokemonPokedex:228:in `pbPokedex' PokemonPokedex:91:in `loop' PokemonPokedex:347:in `pbPokedex' PokemonPokedex:90:in `pbActivateWindow' PokemonPokedex:90:in `pbPokedex' PokemonPokedex:1005:in `pbStartScreen' PokemonMenu:145:in `pbStartPokemonMenu' PokemonMenu:142:in `pbFadeOutIn' PokemonMenu:142:in `pbStartPokemonMenu' This exception was logged in C:\Users\Mathew\Saved Games/Pokemon Essentials/errorlog.txt. Press Ctrl+C to copy this message to the clipboard. --------------------------- OK ---------------------------
@Lyzo thanks for that, PokeGear working perfectly now
@help I'm assuming the bottom part of the PokeGear is to display photos taken with the take photo script? Photo Album FTW =D...new way to do Hall of Fame XD
Use pbTakePhoto to call it o_0
Also you are using old version of starter kit so don't have pbShowSprite
Spoiler:
def pbShowSprite(sprites,visiblesprites=nil)
if visiblesprites
for i in visiblesprites
if i[1] && sprites[i[0]] && !pbDisposed?(sprites[i[0]])
sprites[i[0]].visible=true
end
end
end
end
Put in class Game_Temp ịn SpriteWindow