MCPcopy Create free account
hub / github.com/Admiral-Fish/PokeFinder / setValues

Method setValues

Form/Controls/TextBox.cpp:28–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void TextBox::setValues(InputType type)
29{
30 switch (type)
31 {
32 case InputType::Advance32Bit:
33 case InputType::Delay:
34 setValues(0, 0xffffffff, 10, 10);
35 break;
36 case InputType::Seed64Bit:
37 setValues(0, 0xffffffffffffffff, 16, 16);
38 break;
39 case InputType::Seed32Bit:
40 setValues(0, 0xffffffff, 8, 16);
41 break;
42 case InputType::Seed16Bit:
43 setValues(0, 0xffff, 4, 16);
44 break;
45 case InputType::TIDSID:
46 setValues(0, 0xffff, 5, 10);
47 break;
48 }
49}
50
51void TextBox::setValues(u64 minValue, u64 maxValue, int length, int base)
52{

Callers 15

HiddenGrottoMethod · 0.80
Static5Method · 0.80
Eggs5Method · 0.80
DreamRadarMethod · 0.80
Event5Method · 0.80
IDs5Method · 0.80
Wild5Method · 0.80
ProfileCalibrator5Method · 0.80
ProfileEditor5Method · 0.80
IVCacheFinderMethod · 0.80
Eggs3Method · 0.80
Static3Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected