You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WRN(check_memory_file, "Accessing file '%s' which is not in memory while Wcheck_memory_file is enabled.", false)
34
-
WRN(datasize_last_label, "Datasize used on last detected label '%s'.", true)
35
-
WRN(datasize_exceeds_size, "Datasize exceeds 0xFFFF for label '%s'.", true)
36
-
WRN(mapper_already_set, "A mapper has already been selected.", true)
37
-
WRN(feature_deprecated, "DEPRECATION NOTIFICATION: Feature \"%s\" is deprecated and will be REMOVED in the future. Please update your code to conform to newer styles. Suggested work around: %s.", true)
38
-
WRN(invalid_warning_id, "Warning '%s' (passed to %s) doesn't exist.", true)
39
-
WRN(byte_order_mark_utf8, "UTF-8 byte order mark detected and skipped.", true)
23
+
WRN(warn_relative_path_used, "Relative %s path passed to asar_patch_ex() - please use absolute paths only to prevent undefined behavior!", true)
24
+
WRN(warn_rom_too_short, "ROM is too short to have a title. (Expected '%s')", true)
25
+
WRN(warn_rom_title_incorrect, "ROM title is incorrect. Expected '%s', got '%s'.", true)
26
+
WRN(warn_spc700_assuming_8_bit, "This opcode does not exist with 16-bit parameters, assuming 8-bit.", true)
27
+
WRN(warn_assuming_address_mode, "The addressing mode %s is not valid for this instruction, assuming %s.%s", true)
28
+
WRN(warn_set_middle_byte, "It would be wise to set the 008000 bit of this address.", true)
29
+
WRN(warn_freespace_leaked, "This freespace appears to be leaked.", true)
WRN(warn_check_memory_file, "Accessing file '%s' which is not in memory while Wcheck_memory_file is enabled.", false)
33
+
WRN(warn_datasize_last_label, "Datasize used on last detected label '%s'.", true)
34
+
WRN(warn_datasize_exceeds_size, "Datasize exceeds 0xFFFF for label '%s'.", true)
35
+
WRN(warn_mapper_already_set, "A mapper has already been selected.", true)
36
+
WRN(warn_feature_deprecated, "DEPRECATION NOTIFICATION: Feature \"%s\" is deprecated and will be REMOVED in the future. Please update your code to conform to newer styles. Suggested work around: %s.", true)
37
+
WRN(warn_invalid_warning_id, "Warning '%s' (passed to %s) doesn't exist.", true)
38
+
WRN(warn_byte_order_mark_utf8, "UTF-8 byte order mark detected and skipped.", true)
0 commit comments