From bfcce80bd90741a1e5666da7416205279a8a6ae4 Mon Sep 17 00:00:00 2001 From: tomvita <68505331+tomvita@users.noreply.github.com> Date: Fri, 30 Dec 2022 16:44:36 -0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 344be53e7..074d09a88 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +# DMNT limits +## MaxCheatCount = 0x80; +Total number of cheat codes that can be put in a cheat code file and be loaded into memory + +## uint32_t opcodes[0x100]; +Each cheat can have up to 0x100 opcodes. + +## MaximumProgramOpcodeCount = 0x400; +No more than 0x400 opcodes can be enabled at anytime. ![Banner](img/banner.png?raw=true) =====