- 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.
Starting with some script parsing. This script is the Domain Specific
Language that is on the tapes of the studybox. Not every opcode is
fully decoded/named yet.