mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 14:44:58 +00:00
bunch of whatever
This commit is contained in:
53
traceback.log
Normal file
53
traceback.log
Normal file
@@ -0,0 +1,53 @@
|
||||
Script error in event 6 (coords 16,7), map 371 (Pokemon Center):
|
||||
|
||||
Exception: NameError
|
||||
|
||||
Message: uninitialized constant PBSpecies::SPEAROW
|
||||
|
||||
|
||||
|
||||
***Full script:
|
||||
|
||||
pbChoosePokemon(1,2,
|
||||
proc {|poke|
|
||||
!poke.egg? &&
|
||||
!(poke.isShadow? rescue false) &&
|
||||
poke.species==PBSpecies::SPEAROW
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
||||
Backtrace:
|
||||
|
||||
(eval):5:in `block in execute_script'
|
||||
|
||||
005_UI_Party.rb:1067:in `block in pbChooseAblePokemon'
|
||||
|
||||
005_UI_Party.rb:1066:in `each'
|
||||
|
||||
005_UI_Party.rb:1066:in `pbChooseAblePokemon'
|
||||
|
||||
005_UI_Party.rb:1353:in `block in pbChoosePokemon'
|
||||
|
||||
002_MessageConfig.rb:573:in `pbFadeOutIn'
|
||||
|
||||
005_UI_Party.rb:1349:in `pbChoosePokemon'
|
||||
|
||||
(eval):1:in `execute_script'
|
||||
|
||||
003_Interpreter.rb:137:in `eval'
|
||||
|
||||
003_Interpreter.rb:137:in `execute_script'
|
||||
|
||||
|
||||
|
||||
003_Interpreter.rb:189:in `rescue in execute_script'
|
||||
003_Interpreter.rb:135:in `execute_script'
|
||||
004_Interpreter_Commands.rb:1024:in `command_355'
|
||||
004_Interpreter_Commands.rb:116:in `execute_command'
|
||||
003_Interpreter.rb:127:in `block in update'
|
||||
003_Interpreter.rb:87:in `loop'
|
||||
003_Interpreter.rb:87:in `update'
|
||||
002_Scene_Map.rb:157:in `block in update'
|
||||
002_Scene_Map.rb:155:in `loop'
|
||||
Reference in New Issue
Block a user