How do I remove the red flashing when the player is poisoned? It's annoying. I checked Scene_Map and couldn't find it :P
Game_Party
Line 299
$game_screen.start_flash(Color.new(255,0,0,128), 4)
Remove it
Never thought of checking Game_Party, was sure it was Game_Map :roll: oh well, thanks Aqua :)
Use CTRL + Shift + F to search within EVERY script
So all I did was search for slip damage, and it gave me line 290 of Game_Party as one of the places where it appears XD
# * Slip Damage Check (for map)
Never knew that, might come in handy some time :)