Remapped JumpUp/JumpDown controls, replaced and/or/not, fixed typo in previous commit

This commit is contained in:
Maruno17
2021-04-25 16:38:47 +01:00
parent a42b66db68
commit 484813c592
22 changed files with 137 additions and 139 deletions

View File

@@ -28,7 +28,7 @@ module GameData
# Check for TM/HM type icons
if item_data.is_machine?
prefix = "machine"
if item.data_is_HM?
if item.data.is_HM?
prefix = "machine_hm"
elsif item_data.is_TR?
prefix = "machine_tr"