mirror of
https://github.com/cellos51/balatro-gba.git
synced 2026-04-26 09:42:05 -05:00
* 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>
9 lines
183 B
C
9 lines
183 B
C
#ifndef GBALATRO_SYS8_FONT_H
|
|
#define GBALATRO_SYS8_FONT_H
|
|
|
|
#include <tonc.h>
|
|
|
|
extern const TFont gbalatro_sys8Font;
|
|
extern const unsigned int gbalatro_sys8Glyphs[192];
|
|
|
|
#endif |