Advertisement
AngryPacman

For DP3 [PAC MM]

Mar 26th, 2012
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.22 KB | None | 0 0
  1. class Scene_Map < Scene_Base
  2.   def call_menu
  3.     if $game_temp.menu_beep
  4.       Sound.play_decision
  5.       $game_temp.menu_beep = false
  6.     end
  7.     $game_temp.next_scene = nil
  8.     $scene = Scene_Menu.new(0)
  9.   end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement