Skip to content

Commit

Permalink
Merge pull request #406 from besteon/dev
Browse files Browse the repository at this point in the history
8.1.1 Hotfix
  • Loading branch information
Fellshadow authored Aug 11, 2023
2 parents 2e5d33c + 20b8e6a commit 4eb699e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ironmon_tracker/Main.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Main = {}

-- The latest version of the tracker. Should be updated with each PR.
Main.Version = { major = "8", minor = "1", patch = "0" }
Main.Version = { major = "8", minor = "1", patch = "1" }

Main.CreditsList = { -- based on the PokemonBizhawkLua project by MKDasher
CreatedBy = "Besteon",
Expand Down
2 changes: 1 addition & 1 deletion ironmon_tracker/screens/InfoScreen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ function InfoScreen.getPokemonButtonsForEncounterArea(mapId, encounterArea)
if not RouteData.hasRouteEncounterArea(mapId, encounterArea) then return {} end

local areaInfo
local totalPossible
local totalPossible = 0
if Options["Open Book Play Mode"] or LogOverlay.isDisplayed then
areaInfo = {}
local selectedEncKey
Expand Down

0 comments on commit 4eb699e

Please sign in to comment.