Skip to content

Commit

Permalink
Correcion de warnings por indentacion
Browse files Browse the repository at this point in the history
  • Loading branch information
dpertierra committed Dec 24, 2024
1 parent 91d7b1a commit 9979dc0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def drawPageFourSelecting(move_to_learn)
pbDrawImagePositions(overlay, imagepos)
pbDrawTextPositions(overlay, textpos)
end
end
end

def pbChooseMoveToForget(move_to_learn)
new_move = (move_to_learn) ? Pokemon::Move.new(move_to_learn) : nil
Expand Down Expand Up @@ -246,7 +246,7 @@ def pbChooseMoveToForget(move_to_learn)
end
end
return (selmove == Pokemon::MAX_MOVES) ? -1 : selmove
end
end

if !PluginManager.installed?("Modular UI Scenes")
def pbScene
Expand Down Expand Up @@ -333,7 +333,7 @@ def showAbilityDescription(pokemon)
base=Color.new(248,248,248)
shadow=Color.new(176,176,176)
shadow2=Color.new(104,104,104)
statshadows=[]
# statshadows=[]
pbSetSystemFont(overlay)
abilityname=pokemon.ability.name
abilitydesc=pokemon.ability.description
Expand Down

0 comments on commit 9979dc0

Please sign in to comment.