fix typo in comment

This commit is contained in:
Martin Michelsen
2024-07-10 22:06:24 -07:00
parent 5ea3d0ad4b
commit 4d76229527
+1 -1
View File
@@ -8,7 +8,7 @@
start:
// Create quest opcode handlers for F9FE to call flush_code and F9FF to call
// the copied code. Fortunately, quest_call_l leaved the byteswapped value of
// the copied code. Fortunately, quest_call_l leaves the byteswapped value of
// the opcode argument in r4, so as long as the address ends with 00, it will
// be valid as the size argument to flush_code. We'll end up flushing many
// more bytes than needed, but this isn't a problem.