mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-27 20:55:24 -05:00
4 lines
265 B
Plaintext
4 lines
265 B
Plaintext
# Control codes for how to pad numeric strings.
|
|
PADDING_MODE_NONE # Do not pad the string. Effectively left-justification.
|
|
PADDING_MODE_SPACES # Right-justify the string, padding with spaces.
|
|
PADDING_MODE_ZEROES # Right-justify the string, padding with zeroes. |