The_Glitchy_Boy
Don't Worry about me. Just being glitchy.
- 10
- Posts
- 3
- Years
- He/Him They/Them
- The Netherlands
- Seen Jul 2, 2024
BW PAUSE MENU![]()
Pokémon BW Pause Menu Script. The Menu looks nearly exactly like the one from Pokémon Black & White 2.
What you will get:
- all menu sound effects ripped from Pokémon Black & White 2
- all menu graphics ripped from Pokémon Black & White 2
- the script itself
- animated graphical visuals
Usage:
- Download the file from Attachments below and extract them.
- Paste the Graphics and Audio folder as intended in the main game file.
- The graphics must be inside Graphics/Pictures/Menu,
- Open the Script.txt file from the extracted folder and copy the entire code.
- Go to the Script-Editor, and create a new Script above Main, and call it BW Pause Menu or whatever desired.
- Paste the copied code there.
- Good to go now!
Credits:
- Bhagya Jyoti
- Shiney570
Hoi, Glitch here. I just implemented the code to my project and it crashed the game when I tried to run the custom menu. Pressing the menu button returns this error:
Code:
[Pokémon Essentials version 19.1]
Exception: NameError
Message: undefined local variable or method `pbSetViableDexes' for #<PokemonPauseMenu_Scene>
Backtrace:
373:BW-Pause menu:37:in `pbStartScene'
373:BW-Pause menu:647:in `pbStartPokemonMenu'
032:Scene_Map:102:in `call_menu'
032:Scene_Map:197:in `update'
032:Scene_Map:218:in `block in main'
032:Scene_Map:215:in `loop'
032:Scene_Map:215:in `main'
374:Main:34:in `mainFunctionDebug'
374:Main:18:in `block in mainFunction'
014:Errors:70:in `pbCriticalCode'