From 4191f36c8e45833961dedfdec5f929fb3a273717 Mon Sep 17 00:00:00 2001 From: nicsure <77679714+nicsure@users.noreply.github.com> Date: Sat, 1 Jun 2024 10:57:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b49d5eb..ac33015 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,4 @@ code:0000B9A4 jc code_B98D code:0000B9A6 ret ``` -The structure and logic of this section does seem to make sense, it's performing some kind of loop, incrementing a ram pointer, until some condition is met then returning. +The structure and logic of this section does seem to make sense, it's performing some kind of loop, incrementing a ram pointer, calling some other function until some condition is met then returning.