mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fix for pokemon that should be impossible to catch
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -103,6 +103,10 @@ module PokeBattle_BattleCommon
|
|||||||
@scene.pbThrowAndDeflect(ball,1)
|
@scene.pbThrowAndDeflect(ball,1)
|
||||||
pbDisplay(_INTL("The Trainer blocked your Poké Ball! Don't be a thief!"))
|
pbDisplay(_INTL("The Trainer blocked your Poké Ball! Don't be a thief!"))
|
||||||
return
|
return
|
||||||
|
elsif $game_switches[SWITCH_CANNOT_CATCH_POKEMON]
|
||||||
|
@scene.pbThrowAndDeflect(ball,1)
|
||||||
|
pbDisplay(_INTL("The Pokémon is impossible to catch!"))
|
||||||
|
return
|
||||||
end
|
end
|
||||||
# Calculate the number of shakes (4=capture)
|
# Calculate the number of shakes (4=capture)
|
||||||
pkmn = battler.pokemon
|
pkmn = battler.pokemon
|
||||||
|
|||||||
@@ -94,6 +94,7 @@ SWITCH_FIRST_RIVAL_BATTLE=46
|
|||||||
SWITCH_BATTLE_FACTORY_INCLUDE_ALL = 775
|
SWITCH_BATTLE_FACTORY_INCLUDE_ALL = 775
|
||||||
SWITCH_SUPER_SLOW_SPEED=649
|
SWITCH_SUPER_SLOW_SPEED=649
|
||||||
SWITCH_LOUNGE_BATTLE_LEVEL = 240
|
SWITCH_LOUNGE_BATTLE_LEVEL = 240
|
||||||
|
SWITCH_CANNOT_CATCH_POKEMON = 75
|
||||||
|
|
||||||
#############
|
#############
|
||||||
# VARIABLES #
|
# VARIABLES #
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Graphics/Pictures/EQI/quest_arrow.png
Normal file
BIN
Graphics/Pictures/EQI/quest_arrow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 225 B |
BIN
Graphics/Pictures/EQI/quest_button.png
Normal file
BIN
Graphics/Pictures/EQI/quest_button.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 376 B |
BIN
Graphics/Pictures/EQI/quest_page1.png
Normal file
BIN
Graphics/Pictures/EQI/quest_page1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
BIN
Graphics/Pictures/EQI/quest_pager.png
Normal file
BIN
Graphics/Pictures/EQI/quest_pager.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 202 B |
Reference in New Issue
Block a user