• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
[SV] Summary Screen

Tutorial [SV] Summary Screen 1.3

Shashu-Greninja

Novice
Member
Joined
Oct 22, 2020
Posts
43
[2025-08-12 17:22:55 -0400]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
[EBDX v1.4.7.1 (E21)]

Exception: NoMethodError
Message: undefined method `endPage' for #<PokemonSummary_Scene>

Backtrace:
[[SV] Summary Screen] [001] Summary Utilities.rb:35:in `drawPageIcons'
[[SV] Summary Screen] [002] Summary Rewrites.rb:330:in `drawPage'
[[SV] Summary Screen] [002] Summary Rewrites.rb:153:in `pbStartScene'
[Elite Battle: DX] UI Fixes.rb:70:in `pbStartScene'
UI_Summary:1349:in `pbStartScreen'
UI_Party:709:in `pbSummary'
UI_Party:1325:in `block in <main>'
[Modular UI Scenes] UI Party Commands.rb:95:in `block in pbPokemonScreen'
[Modular UI Scenes] UI Party Commands.rb:52:in `loop'
[Modular UI Scenes] UI Party Commands.rb:52:in `pbPokemonScreen'

Keep getting this whenever I go to the summary screen
 
[2025-08-12 17:22:55 -0400]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
[EBDX v1.4.7.1 (E21)]

Exception: NoMethodError
Message: undefined method `endPage' for #<PokemonSummary_Scene>

Backtrace:
[[SV] Summary Screen] [001] Summary Utilities.rb:35:in `drawPageIcons'
[[SV] Summary Screen] [002] Summary Rewrites.rb:330:in `drawPage'
[[SV] Summary Screen] [002] Summary Rewrites.rb:153:in `pbStartScene'
[Elite Battle: DX] UI Fixes.rb:70:in `pbStartScene'
UI_Summary:1349:in `pbStartScreen'
UI_Party:709:in `pbSummary'
UI_Party:1325:in `block in <main>'
[Modular UI Scenes] UI Party Commands.rb:95:in `block in pbPokemonScreen'
[Modular UI Scenes] UI Party Commands.rb:52:in `loop'
[Modular UI Scenes] UI Party Commands.rb:52:in `pbPokemonScreen'

Keep getting this whenever I go to the summary screen
Are you sure it's not a compatibility issue with Elite Battle DX?
 
It's not a compatibility issue, as it still didn't work on an earlier version that doesn't have EBDX installed on it. This is what the exception says

Exception `NoMethodError' at [[SV] Summary Screen] [001] Summary Utilities.rb:35 - undefined method `endPage' for #<PokemonSummary_Scene>

This is line 35: if endPage size < @page_list.length - 1

Edit: Ran into the same problem on a base version of v21.1 (with the neccessary plugins installed), so it's something related to that line
 
Last edited:
[2025-08-12 17:22:55 -0400]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
[EBDX v1.4.7.1 (E21)]

Exception: NoMethodError
Message: undefined method `endPage' for #<PokemonSummary_Scene>

Backtrace:
[[SV] Summary Screen] [001] Summary Utilities.rb:35:in `drawPageIcons'
[[SV] Summary Screen] [002] Summary Rewrites.rb:330:in `drawPage'
[[SV] Summary Screen] [002] Summary Rewrites.rb:153:in `pbStartScene'
[Elite Battle: DX] UI Fixes.rb:70:in `pbStartScene'
UI_Summary:1349:in `pbStartScreen'
UI_Party:709:in `pbSummary'
UI_Party:1325:in `block in <main>'
[Modular UI Scenes] UI Party Commands.rb:95:in `block in pbPokemonScreen'
[Modular UI Scenes] UI Party Commands.rb:52:in `loop'
[Modular UI Scenes] UI Party Commands.rb:52:in `pbPokemonScreen'

Keep getting this whenever I go to the summary screen
This issue have been addressed in the latest update. Just download it again.
 
The hexagons aren't being drawn correctly, for some reason the attack and defense values drawn the hexagon are inverted to each other and even when all stats are the same and thus, the hexagon should be even on all sides, it stretches more on the right side
s8PmMrP.png
There's also this weird shape whenever the pokemon has 0 or low evs/ivs
UFc7C9m.png
And another issue where if the values on the hexagon are close or at max value, it only draws half the shape for some reason
1KmGl5V.png
I even installed this on a fresh essentials copy with only the required plugins, gen 9 pack and the enhanced UI por the EV/IV screen and still find this issue.
 
The hexagons aren't being drawn correctly, for some reason the attack and defense values drawn the hexagon are inverted to each other and even when all stats are the same and thus, the hexagon should be even on all sides, it stretches more on the right side
s8PmMrP.png
There's also this weird shape whenever the pokemon has 0 or low evs/ivs
UFc7C9m.png
And another issue where if the values on the hexagon are close or at max value, it only draws half the shape for some reason
1KmGl5V.png
I even installed this on a fresh essentials copy with only the required plugins, gen 9 pack and the enhanced UI por the EV/IV screen and still find this issue.
Can you confirm that you did not replace the line in Better Bitmaps. If you have done so, please check that I have asked to add a line, not replace anything.
 
Can you confirm that you did not replace the line in Better Bitmaps. If you have done so, please check that I have asked to add a line, not replace anything.
I see, I replaced the line instead of just adding it, I added the line that was deleted back and works as intended now.
 
I got this error,
I never touch anything code in UI_SummaryScreen..
Code:
Expand Collapse Copy
[2025-08-17 10:11:07 +0700]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: NoMethodError
Message: undefined method `pbPlayIntroAnimation' for #<PokemonSprite>

Backtrace:
UI_Summary:932:in `pbChangePokemon'
[Pokemon Contests Script] 001_Summary.rb:311:in `block in pbScene'
[Pokemon Contests Script] 001_Summary.rb:264:in `loop'
[Pokemon Contests Script] 001_Summary.rb:264:in `pbScene'
UI_Summary:1364:in `pbStartScreen'
UI_Party:709:in `pbSummary'
[LA Moverelearner] LAMR.rb:163:in `block in pbPokemonScreen'
[LA Moverelearner] LAMR.rb:62:in `loop'
 
I got this error,
I never touch anything code in UI_SummaryScreen..
Code:
Expand Collapse Copy
[2025-08-17 10:11:07 +0700]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: NoMethodError
Message: undefined method `pbPlayIntroAnimation' for #<PokemonSprite>

Backtrace:
UI_Summary:932:in `pbChangePokemon'
[Pokemon Contests Script] 001_Summary.rb:311:in `block in pbScene'
[Pokemon Contests Script] 001_Summary.rb:264:in `loop'
[Pokemon Contests Script] 001_Summary.rb:264:in `pbScene'
UI_Summary:1364:in `pbStartScreen'
UI_Party:709:in `pbSummary'
[LA Moverelearner] LAMR.rb:163:in `block in pbPokemonScreen'
[LA Moverelearner] LAMR.rb:62:in `loop'
This seems like a compatibility issue with Pokemon Contests Script, and (or) LA Moverelearner. You have to make some edits it to.
 
Back
Top