Skip to content

Commit

Permalink
Add love in the air
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaD173 committed Jun 18, 2024
1 parent eb1dc2a commit 64c7ec2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions play.pokemonshowdown.com/src/battle-animations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,9 @@ export class BattleScene implements BattleSceneStub {
acidrain: 'Acid Rain',
stellarstorm: 'Stellar Storm',
darkness: 'Darkness',
twilightzone: 'Twilight Zone',
thunderstorm: 'Thunderstorm',
pollen: 'Pollen',
hail: 'Hail',
snow: 'Snow',
deltastream: 'Strong Winds',
Expand Down
8 changes: 7 additions & 1 deletion play.pokemonshowdown.com/style/battle.css
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ License: GPLv2
background: #AAAAAA url(../fx/weather-darkness.png) no-repeat scroll left top;
color: #000000;
}
.ghostweather {
.twilightzoneweather {
background: #AAAAAA url(../fx/weather-ghost.jpg) no-repeat scroll left top;
color: #666666;
}
Expand All @@ -464,10 +464,16 @@ License: GPLv2
background: #EEAACC url(../fx/weather-mistyterrain.png) no-repeat scroll left top;
color: #551144;
}
.loveintheairweather {
background: #EEAACC url(../fx/weather-loveintheair.jpg) no-repeat scroll left top;
color: #551144;
}
.thunderstormweather,
.electricterrainweather {
background: #EEEEAA url(../fx/weather-electricterrain.png) no-repeat scroll left top;
color: #444411;
}
.pollenweather,
.grassyterrainweather {
background: #CCEEAA url(../fx/weather-grassyterrain.png) no-repeat scroll left top;
color: #335511;
Expand Down

0 comments on commit 64c7ec2

Please sign in to comment.