✓ ESS20-21 有没有大佬帮忙看一下这段代码,在做菜单,可以正常打开图鉴,但是关闭图鉴的时候就出错

Miku

宝可梦训练家
2024/05/07
27
1
0
195
def openPokedex
if Settings::USE_CURRENT_REGION_DEX
pbFadeOutIn(99999){
scene = PokemonPokedex_Scene.new
screen = PokemonPokedexScreen.new(scene)
screen.pbStartScreen
menu.refresh
}
else
if $player.pokedex.accessible_dexes.length == 1
$PokemonGlobal.pokedexDex = $player.pokedex.accessible_dexes[0]
pbFadeOutIn(99999) {
scene = PokemonPokedex_Scene.new
screen = PokemonPokedexScreen.new(scene)
screen.pbStartScreen
menu.refresh
}
else
pbFadeOutIn(99999) {
scene = PokemonPokedexMenu_Scene.new
screen = PokemonPokedexMenuScreen.new(scene)
screen.pbStartScreen
menu.refresh
}
end
end
end1000140098.png1000140099.png
 

Drqiu

馆主
2023/04/10
8
1
2
600
29
只要这三行scene = PokemonPokedex_Scene.new
screen = PokemonPokedexScreen.new(scene)
screen.pbStartScreen
 
解决方案

TAAAAAAA

天王
管理成员
2024/06/16
225
4
34
1,270
所以——
1.到底解决了没有?
2.refresh这行是你自己加的吗?你看一下原本有没有,原本没有就不需要。
 

在线成员

现在没有成员在线。

论坛统计

主题
502
消息
2,295
成员
2,960
最新成员
agroskiyeo