aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gbmovie.py
diff options
context:
space:
mode:
authorgbc dev <gbc@localhost>2026-07-17 01:08:48 +0200
committergbc dev <gbc@localhost>2026-07-17 01:08:48 +0200
commitc714fc8927c454b5cf4735429b4cc9cde7aa5760 (patch)
tree7148b668750ae3cbb3e5b6c87723526e3e28ed35 /tools/gbmovie.py
parentmain: options-first CLI with --help, and wire up display/boot flags (diff)
downloadsl0pboy-c714fc8927c454b5cf4735429b4cc9cde7aa5760.tar.gz
sl0pboy-c714fc8927c454b5cf4735429b4cc9cde7aa5760.tar.xz
sl0pboy-c714fc8927c454b5cf4735429b4cc9cde7aa5760.zip
rebrand: gbc -> sl0pboy (binary, README, tooling)
Diffstat (limited to 'tools/gbmovie.py')
-rw-r--r--tools/gbmovie.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gbmovie.py b/tools/gbmovie.py
index dc92989..56ee7c1 100644
--- a/tools/gbmovie.py
+++ b/tools/gbmovie.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-"""Build TAS-style input movies for the gbc emulator's `input play` replayer.
+"""Build TAS-style input movies for the sl0pboy emulator's `input play` replayer.
A movie is a text file of `<frames> [buttons...]` lines: hold the given buttons
(a b start select up down left right; none/'-' = released) for that many frames.