mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
9b4b4a581b
Fixes #1917
10 lines
439 B
Plaintext
10 lines
439 B
Plaintext
error: Fixed-point constant precision must be between 1 and 31
|
|
at fixed-point-precision.asm(22)
|
|
error: Fixed-point constant precision 0 invalid, defaulting to 16
|
|
at fixed-point-precision.asm(23)
|
|
error: Fixed-point constant precision must be between 1 and 31
|
|
at fixed-point-precision.asm(24)
|
|
error: Fixed-point constant precision 999 invalid, defaulting to 16
|
|
at fixed-point-precision.asm(25)
|
|
Assembly aborted with 4 errors
|