go-studybox/script
Zorchenhimer 63de05e9dd
[script] Fix 0xEA; Add 0xEF
- 0xEA `string_write_to_table` - Has an inline word that wasn't being
  captured correctly.
- 0x89 `draw_string` - Figured out what some of the arguments
- 0xEF `draw_string_sprites` - Similar to `draw_string` but uses sprites
  instead of drawing to the background.  Seems to only be used in debug
  code to print three "A" characters in different colors.
2025-09-21 22:45:20 -04:00
..
cdl.go [script] Rework CDL & Label stuff 2025-09-21 22:26:59 -04:00
instructions.go [script] Fix 0xEA; Add 0xEF 2025-09-21 22:45:20 -04:00
labels.go [script] Rework CDL & Label stuff 2025-09-21 22:26:59 -04:00
parser.go [script] Rework CDL & Label stuff 2025-09-21 22:26:59 -04:00
script.go [script] Rework CDL & Label stuff 2025-09-21 22:26:59 -04:00
stats.go [script] Move InstrStat to script/stats.go 2025-09-13 14:03:45 -04:00
tokens.go [script] Rework CDL & Label stuff 2025-09-21 22:26:59 -04:00
values.go Initial commit 2024-04-27 15:19:14 -04:00