mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-23 11:32:07 +00:00
Improve string/interpolation formatting (#1491)
- The '#' component for type 's' now escapes the string characters - The '#' component for type 'f' now prints a precision suffix - The new 'q' component specifies a precision value
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
error: fixed-point-precision.asm(21):
|
||||
error: fixed-point-precision.asm(22):
|
||||
Fixed-point constant precision must be between 1 and 31
|
||||
error: Assembly aborted (1 error)!
|
||||
error: fixed-point-precision.asm(23):
|
||||
Fixed-point constant precision 0 invalid, defaulting to 16
|
||||
error: Assembly aborted (2 errors)!
|
||||
|
||||
Reference in New Issue
Block a user