Added method for buying a Game Corner prize item, made def _I able to replace text like _INTL

This commit is contained in:
Maruno17
2022-01-30 20:03:52 +00:00
parent 6698149083
commit 0465572ca0
2 changed files with 16 additions and 2 deletions

View File

@@ -758,8 +758,8 @@ def _ISPRINTF(*arg)
return string
end
def _I(str)
return _MAPINTL($game_map.map_id, str)
def _I(str, *arg)
return _MAPINTL($game_map.map_id, str, *arg)
end
def _MAPINTL(mapid, *arg)