Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian0255 committed Jun 20, 2022
1 parent 335c7b9 commit cd76bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SHOW_MOVE_CATEGORIES=true
RIGHT_JUSTIFIED_NUMBERS=true
CALCULATE_VARIABLE_DAMAGE=true
SHOW_MOVE_EFFECTIVENESS=true
SHOW_ACTUAL_ENEMY_PP=false
SHOW_ACTUAL_ENEMY_PP=true
SHOW_ACCURACY_AND_EVASION=true
SHOW_1ST_FIGHT_STATS_IN_PLATINUM=true
SHOW_POKECENTER_HEALS=true
Expand Down
2 changes: 1 addition & 1 deletion ironmon_tracker/Program.lua
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ end

function Program.getPlayerBattleMonPID()
local activePID = memory.read_u32_le(GameSettings.playerBattleMonPID)
if activePID == 0 then
if activePID == 0 then
return memory.read_u32_le(GameSettings.playerBattleBase)
else
return activePID
Expand Down

0 comments on commit cd76bb7

Please sign in to comment.