Add IGNORE, @ (hide patch), syntax example
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
//# Enable FREE PLAY
|
||||
IGNORE
|
||||
# Enable FREE PLAY
|
||||
// Just in case it's disabled...
|
||||
//1403BABEA:75 // ...enable it.
|
||||
@1403BABEA:75 // ...enable it.
|
||||
|
||||
//# Custom FREE PLAY text
|
||||
//1409F61F0:!My text
|
||||
# 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
|
||||
Reference in New Issue
Block a user