Root Cause: Unown only learns Hidden Power, which is banned in raid battles, resulting in an empty moveset
Solution: Unown now receives a set of Psychic-type moves for raid battles (Psychic, Psyshock, Psybeam, Stored Power, Confusion, Zen Headbutt, Calm Mind, Amnesia)
#### [008] Ditto Raid Fix
Fixed: Ditto causing baseMoves error during raid battles
Fixed: Error message appearing but not crashing the game when Ditto attacks
Root Cause: The baseMoves attribute may not exist or be nil for transformed Pokémon
Solution: Added proper safety checks before accessing baseMoves in shield damage calculation for Ultra and Max raid styles
CRITICAL FIX: Fixed major bug where caught Pokémon were not being stored in party or PC boxes
Fixed: Raid boss Pokémon now properly stored after capture
Fixed: Wild Pokémon catching still works correctly
Fixed: Stack overflow/infinite loop errors when catching Pokémon
Fixed: F12 soft reset no longer causes storage errors on subsequent catches
Fixed: Pokédex data properly recorded (when player has Pokédex)
Raid Battles Hotfixes:
Enhanced [003] Pokemon Storage Fix.rb with comprehensive debug output
Added parameter fix for raid_pbStorePokemon to prevent parameter mismatch error
Debug logging now tracks Pokemon storage flow and immunities (Bearbeitet)
Separated raid boss detection logic from Pokemon storage logic for better modularity
Created plugin compatibility system to handle interactions between different plugin systems
Resolved ArgumentError: wrong number of arguments crashes during Pokemon capture