From 07031949d43efe23a710c1bacc46c1f1b2bb1710 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sat, 20 Jun 2020 22:39:41 +0000 Subject: Updated Code cleanup (markdown) --- Code-cleanup.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Code-cleanup.md b/Code-cleanup.md index bf92565..274fa7e 100644 --- a/Code-cleanup.md +++ b/Code-cleanup.md @@ -66,3 +66,9 @@ The convention that should be used is as follows: ### Future of `SECTION`s Namely determining the purpose of them and when they should be defined. + + +### Unused/Unreferenced + +- `unused` is a keyword that may be used to denote code or data that is referenced but never used, through branches that are never taken during normal gameplay +- `unreferenced` is a keyword that's used to denote code or data that's never references, thus can never be used, even with glitches, short of ACE. -- cgit v1.2.3