Skip to content

Commit 90f2bd2

Browse files
committed
Adjust HP bar to work on Switch 2.
1 parent 39ab436 commit 90f2bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonSV/Inference/Overworld/PokemonSV_LetsGoHpReader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ using namespace Pokemon;
2323
LetsGoHpWatcher::LetsGoHpWatcher(Color color)
2424
: VisualInferenceCallback("LetsGoHpWatcher")
2525
, m_color(color)
26-
, m_box(0.055, 0.928, 0.067, 0.012)
26+
, m_box(0.057, 0.930, 0.065, 0.010)
2727
// , m_last_known_value(-1)
2828
{}
2929

0 commit comments

Comments
 (0)