hidden ability maps

This commit is contained in:
infinitefusion
2021-07-28 20:18:51 -04:00
parent 2b9f96d07c
commit 980517c0a2
5 changed files with 39 additions and 3 deletions

View File

@@ -647,4 +647,8 @@ module PBItems
JETPACK = 643
INFINITEREVERSERS = 644
INFINITESPLICERS = 645
def PBItems.getName(item)
return GameData::Item.get(item).real_name
end
end