bunch of whatever

This commit is contained in:
FL
2021-08-12 16:23:27 -03:00
committed by infinitefusion
parent 1e17cbe453
commit f54959c136
25 changed files with 99956 additions and 94 deletions

53
traceback.log Normal file
View 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'