Renamed ABC inputs

This commit is contained in:
Maruno17
2021-02-27 22:02:46 +00:00
parent 19fe83f932
commit a112a21a87
59 changed files with 303 additions and 289 deletions

View File

@@ -346,8 +346,8 @@ class HallOfFame_Scene
Input.update
pbUpdate
continueScene=true
break if Input.trigger?(Input::B) # Exits
if Input.trigger?(Input::C) # Moves the selection one entry backward
break if Input.trigger?(Input::BACK) # Exits
if Input.trigger?(Input::USE) # Moves the selection one entry backward
@battlerIndex+=10
continueScene=pbUpdatePC
end