GBALATRO/balatro-gba

Remove `game_` prefix from functions extracted from game.c

Open

#584 opened on Jul 7, 2026

 (1 comment) (0 reactions) (0 assignees)C (95 forks)auto 404
Refactorgood first issue

Repository metrics

Stars
 (2,281 stars)
PR merge metrics
 (Avg merge 4d 5h) (21 merged PRs in 30d)

Description

Now that game.c was broken up and these functions are no longer in game.c, it doesn't make much sense to have the prefix anymore. It doesn't mean much and it's just clutter that makes the functions longer and harder to read. So rename for example,

  • game_round_ui_text_update() -> round_ui_text_update()
  • game_blind_select_handle_input() -> blind_select_handle_input()

Contributor guide