From 4d7622952796936fb75b9e83b3eb08c66bcfea1c Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Wed, 10 Jul 2024 22:06:24 -0700 Subject: [PATCH] fix typo in comment --- system/quests/hidden/q88500-gc-e.bin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/quests/hidden/q88500-gc-e.bin.txt b/system/quests/hidden/q88500-gc-e.bin.txt index bed35b66..3c33cb02 100644 --- a/system/quests/hidden/q88500-gc-e.bin.txt +++ b/system/quests/hidden/q88500-gc-e.bin.txt @@ -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.