The user had to patch the SimpleText code to open a smaller text window at startup, which involved disassembling code resources, injecting a new routine, and jumping over original code to avoid modifying it. The user used CodeWarrior and ResEdit to achieve this, and shared several tricks and workarounds for debugging and patching old software, including using C functions, scratch registers, ...