diff --git a/Data/Scripts/011_Battle/005_Battle scene/004_PokeBattle_SceneElements.rb b/Data/Scripts/011_Battle/005_Battle scene/004_PokeBattle_SceneElements.rb index c6752b114..1a325bd26 100644 --- a/Data/Scripts/011_Battle/005_Battle scene/004_PokeBattle_SceneElements.rb +++ b/Data/Scripts/011_Battle/005_Battle scene/004_PokeBattle_SceneElements.rb @@ -293,6 +293,7 @@ class PokemonDataBox < SpriteWrapper def refreshExp return if !@showExp + return if @battler.level >= 100 w = exp_fraction * @expBarBitmap.width # NOTE: The line below snaps the bar's width to the nearest 2 pixels, to # fit in with the rest of the graphics which are doubled in size. diff --git a/Data/System.rxdata b/Data/System.rxdata index 65b67b4b4..d7d10e177 100644 Binary files a/Data/System.rxdata and b/Data/System.rxdata differ