| 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"). |
no test coverage detected