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 pbUpdate
dorefresh = false dorefresh = false
if Input.trigger?(Input::ACTION) if Input.trigger?(Input::ACTION)
changeEntryPage() #changeEntryPage()
elsif Input.trigger?(Input::BACK) elsif Input.trigger?(Input::BACK)
pbPlayCloseMenuSE pbPlayCloseMenuSE
break break

Binary file not shown.

View File

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

View File

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

View File

@@ -1,2 +1,5 @@
1741723971 1741874456
1741723972 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