MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / buttonRowY

Function buttonRowY

3ds/source/ScriptRequestOverlays.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 constexpr int BTN_H = 30, BTN_GAP = 10;
42
43 int buttonRowY(void)
44 {
45 return ScriptTile::uiBodyBottom() - BTN_H - 6;
46 }
47
48 // List rows are single-line, but script-supplied strings can carry newlines
49 // (3DS SMDH long titles store the two-line marquee form as "line1\nline2").

Callers 5

drawButtonMethod · 0.85
drawWrappedBodyMethod · 0.85
ScriptMessageOverlayMethod · 0.85
drawBodyMethod · 0.85
ScriptConfirmOverlayMethod · 0.85

Calls 1

uiBodyBottomFunction · 0.50

Tested by

no test coverage detected