Files
PDModdingCommunity_PD-Loader/source-code/data/patches/custom_freeplay_text_example.p
T

19 lines
413 B
OpenEdge ABL

# Enable FREE PLAY
// Just in case it's disabled...
@1403BABEA:75 // ...enable it.
# Custom FREE PLAY text
1409F61F0:!Miku\0
# Custom text colour
1401964A2:00 FF FF 7F
// Syntax:
// "#" console comment
// "//" hidden comment
// "@" omit patch console output
// ":" address:bytes (hex)
// " " byte byte
// ":!" address:!string (escape characters require PD Loader 2.1+)
// "IGNORE" skip patch file (deprecated)