From df7a03409982623f92e89888b8a838378d095ee4 Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Mon, 13 Apr 2020 02:15:25 -0400 Subject: [PATCH] typo --- util/pokemon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/pokemon.lua b/util/pokemon.lua index 663c498b..d3091930 100644 --- a/util/pokemon.lua +++ b/util/pokemon.lua @@ -32,7 +32,7 @@ function toPSSpriteID(name) if info.forme == 'Female' then info.forme = 'F' end - result = result .. "-" ..toPSID(info.forme) + result = result .. "-" .. toPSID(info.forme) end return result end