Textdata misccaption u.txt
From Raynegard Wiki
Jump to navigationJump to search
misccaption_u.txt (138 bytes, part of BIN textdata) holds miscellaneous UI captions (the "u" variant) — small, but functionally important: it supplies the item-stat panel's column headers.
Format
[edit]CP949 text, Korean~English tilde-delimited pairs, read as individual indexed lines.
Known lines
[edit]| Line | Contents | Use |
|---|---|---|
| 1 | LIFE FOOD OFC DEF AGL LUCK |
Column headers for the item-detail stat row, in on-screen order |
| 2 | SPEC |
Header for the equip-delta row (%+d per stat)
|
The on-screen column order (LIFE FOOD OFC DEF AGL LUCK) differs from the underlying NN.dat record order (OFC DEF AGL LUCK LIFE FOOD, cols 9–14) — the item-detail builder re-orders the fields to match this header when drawing.
Loading (Ghidra)
[edit]String address 004e65c0. Read via FUN_004bc650 @ 004bc650. Consumed by the item stat-display builder FUN_004bacb0 (the item-detail panel).
See also
[edit]- BIN textdata
- textdata NN.dat — the 6 equip stat columns this header labels
- textdata cpt_panel_status_msg.txt
- textdata misccaption_b.txt