Fixes graphical glitch when pressing shift on sprites pokedex page

This commit is contained in:
chardub
2025-03-13 10:02:12 -04:00
parent aa396cf402
commit 4edd8e9719
8 changed files with 490 additions and 534 deletions

View File

@@ -688,7 +688,7 @@ class PokemonPokedexInfo_Scene
pbUpdate
dorefresh = false
if Input.trigger?(Input::ACTION)
changeEntryPage()
#changeEntryPage()
elsif Input.trigger?(Input::BACK)
pbPlayCloseMenuSE
break

Binary file not shown.

View File

@@ -130,7 +130,7 @@
"description": "A mysterious long black cloak or dress, worn over black leggings.",
"len": 65,
"done": "yes",
"price": 10000,
"price": 6500,
"tags": "lavender,",
"howToGet": "city exclusive outfit"
},
@@ -408,6 +408,11 @@
"price": 18000,
"tags": "pokemon-rockruff,pokemon-lycanroc_d,pokemon-lycanroc_n,"
},
{
"id": "maid",
"name": "Waitress Uniform",
"price": 5000
},
{
"id": "marshweater",
"name": "Marshweater",

View File

@@ -722,6 +722,12 @@
"tags": "hat,trainer,johto,",
"howToGet": "regional set"
},
{
"id": "maid",
"name": "Mob Cap",
"price": 1500,
"tags": "hat,"
},
{
"id": "magicap",
"name": "Magikarp Balaclava",
@@ -1220,7 +1226,7 @@
},
{
"id": "surgeglasses",
"name": "Sunglasses",
"name": "Surge Shades",
"description": "Shockingly cool sunglasses.",
"done": "yes",
"len": 27,

View File

@@ -1,2 +1,5 @@
1741723971
1741723972
1741874456
1741874457
1741874460
1741874466
1741874489

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 B

After

Width:  |  Height:  |  Size: 4.1 KiB