diff --git a/Maintaining-OOVPA's-for-HLE-function-detection.md b/Maintaining-OOVPA's-for-HLE-function-detection.md index 3cc8763..20482a8 100644 --- a/Maintaining-OOVPA's-for-HLE-function-detection.md +++ b/Maintaining-OOVPA's-for-HLE-function-detection.md @@ -82,8 +82,11 @@ OOVPA_END; - OOVPA_XREF, doing this method will greatly decrease false detection over time. Plus ability to support earlier and later XDK builds. Unless something has changed over several XDK builds later. ```c OOVPA_XREF(/*Name of a function or address*/, /*XDK version*/,/*Total of "offset, value" array*/, + /*Name of this OOVPA reference, see XRefDataBaseOffset enum for usage.*/, - /*Total of "XREF_ENTRY" used at the very top usage only. It cannot be in random location or will screw up the scan method you expect it to do.*/) + + /*Total of "XREF_ENTRY" used at the very top usage only. + It cannot be in random location or will screw up the scan method you expect it to do.*/) // { Offset, XRefDataBaseOffset value }, //...