Files
balatro-gba/tests
MeirGavish 6575fc7f94
Some checks failed
Deploy Nightly / Run Build ROM Workflow (push) Has been cancelled
Deploy Nightly / Deploy nightly (push) Has been cancelled
Update the truncate number function to use decimal point (#333)
* Fixed to truncate as "1.234M" instead of "1234K"

* Optimized by switching to strings to avoid divisions

* Changed FP constants to strings

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-23 07:52:30 +02:00
..
2025-12-02 08:28:36 +02:00

These are tests that run on the repository's CI or can be run locally 
to make sure none of the base modules are broken.

The project uses the gnu23 C standard which is stably supported from GCC 14 and onwards 
so this project should be compiled with GCC 14 or later.