From cdfc77d2a4ecef67446fa39704d34961ba0cbc98 Mon Sep 17 00:00:00 2001 From: kurayamiblackheart Date: Sat, 24 Jun 2023 18:22:55 +0200 Subject: [PATCH] Kurayami updated the mod --- Data/Scripts/016_UI/001_UI_PauseMenu.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Data/Scripts/016_UI/001_UI_PauseMenu.rb b/Data/Scripts/016_UI/001_UI_PauseMenu.rb index 95b52463a..350b4b5f5 100644 --- a/Data/Scripts/016_UI/001_UI_PauseMenu.rb +++ b/Data/Scripts/016_UI/001_UI_PauseMenu.rb @@ -241,7 +241,8 @@ def pbStartPokemonMenu # 100 = Life Orb $game_temp.mart_prices[570] = [6900, 3450] # $game_temp.mart_prices[604] = [9100, 4550] - $game_temp.mart_prices[568] = [18000, 9000] + $game_temp.mart_prices[568] = [999999, 24000] if !$game_switches[SWITCH_GOT_BADGE_8] + $game_temp.mart_prices[568] = [42000, 24000] if $game_switches[SWITCH_GOT_BADGE_8] # $game_temp.mart_prices[569] = [8200, 4100] $game_temp.mart_prices[245] = [1200, 600] $game_temp.mart_prices[247] = [4000, 2000] @@ -265,6 +266,7 @@ def pbStartPokemonMenu 570, 568, 245, 247, 249, 246, 248, 250, 314, 371, 619, 618, 114, 115, 116, 100 ] + # allitems.push(568) if $game_switches[SWITCH_GOT_BADGE_8] pbFadeOutIn { scene = PokemonMart_Scene.new screen = PokemonMartScreen.new(scene,allitems)