Exception: SystemStackError
Message: stack level too deep
Nuzlocke:105:in `nuzlocke_ThrowPokeBall'
Nuzlocke:105:in `nuzlocke_ThrowPokeBall'
Nuzlocke:105:in `nuzlocke_ThrowPokeBall'
Nuzlocke:105:in `nuzlocke_ThrowPokeBall'
Nuzlocke:105:in `nuzlocke_ThrowPokeBall'
Nuzlocke:105:in `nuzlocke_ThrowPokeBall'
Nuzlocke:105:in `nuzlocke_ThrowPokeBall'
Nuzlocke:105:in `nuzlocke_ThrowPokeBall'
Nuzlocke:105:in `nuzlocke_ThrowPokeBall'
Nuzlocke:105:in `nuzlocke_ThrowPokeBall'
I was able to fix the problem by deleting the Nuzlocke Mode script...
Running into a wild Deoxys gave me this error:
Script: 'PokeBattle_Battle' line 2590: NoMethodError occurred. undefined method 'pbDisplayEffect' for #<PokeBattle_Scene:0x86af3f8'
http://picpaste.com/deoxyserror-RsHfisVJ.png
Wild Luxio gave this error
http://picpaste.com/luxioerror-YnWsqTGL.png
Wild Granbull gives this error
http://picpaste.com/granbullerror-YHNGBIPK.png
Trying to battle Bug Catcher Rick gives this error (his first pokemon was Cranidos)
http://picpaste.com/bugcatcherrickerror-Sb5OO91L.png
When I fought Bug Catcher Doug, his Pokemon still had the moves Weedle/Kakuna would have instead of moves fitting their species.
Fighting a wild Slowbro gave this error when it used Curse but it did not crash the game.
Exception: NoMethodError
Message: undefined method `hasBypassingAbility' for false:FalseClass
PokeBattle_BattlerEffects:774:in `pbIncreaseStatBasic'
PokeBattle_BattlerEffects:836:in `pbIncreaseStat'
PokeBattle_MoveEffects:7177:in `pbEffect'
PokeBattle_Battler:3462:in `pbUseMove'
PokeBattle_Battler:3461:in `logonerr'
PokeBattle_Battler:3461:in `pbUseMove'
PokeBattle_Battler:3705:in `pbProcessTurn'
PokeBattle_Battler:3704:in `logonerr'
PokeBattle_Battler:3704:in `pbProcessTurn'
PokeBattle_Battle:3087:in `pbAttackPhase'
Fighting a wild Lampent gave this error (it presumably had the Flash Fire ability) but it did not crash the game.
Message: undefined method `pbDisplayEffect' for #<PokeBattle_Scene:0x8215a50>
PokeBattle_Battle:2590:in `pbDisplayEffect'
PokeBattle_Move:481:in `pbTypeModMessages'
PokeBattle_Move:1191:in `pbCalcDamage'
PokeBattle_Move:1452:in `pbEffect'
PokeBattle_MoveEffects:320:in `pbEffect'
PokeBattle_Battler:3128:in `pbProcessMoveAgainstTarget'
PokeBattle_Battler:3086:in `each'
PokeBattle_Battler:3086:in `pbProcessMoveAgainstTarget'
PokeBattle_Battler:3499:in `pbUseMove'
PokeBattle_Battler:3473:in `loop'