Go to file
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
cmd [script] Rework CDL & Label stuff 2025-09-21 22:26:59 -04:00
rom [rom] Tweaked packet info output 2025-09-06 22:46:26 -04:00
script [script] Fix 0xEA; Add 0xEF 2025-09-21 22:45:20 -04:00
.gitignore Initial commit 2024-04-27 15:19:14 -04:00
Makefile [cmd] Add just-stats command 2025-09-06 22:56:10 -04:00
go.mod Initial commit 2024-04-27 15:19:14 -04:00
go.sum Initial commit 2024-04-27 15:19:14 -04:00