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

16 lines
320 B
OpenEdge ABL

IGNORE
# Enable FREE PLAY
// Just in case it's disabled...
@1403BABEA:75 // ...enable it.
# Custom FREE PLAY text
1409F61F0:!My text
// Syntax:
// "#" console comment
// "//" hidden comment
// "@" omit patch console output
// ":" address:bytes (hex)
// " " byte byte
// ":!" address:!string
// "IGNORE" skip patch file