diff options
Diffstat (limited to 'Code-cleanup.md')
-rw-r--r-- | Code-cleanup.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Code-cleanup.md b/Code-cleanup.md index 8162347..aa457a3 100644 --- a/Code-cleanup.md +++ b/Code-cleanup.md @@ -51,7 +51,6 @@ The convention that should be used is as follows: ### WRAM label style -- `Curr` -> `Cur` - `wMapObjects` and friends to be re-formatted to `wObjectEvents` - `wObjectStructs` and friends to be re-formatted to `wMapObjects` - Removal of struct macros which include only a partial label definition (e.g. `wNorthMapConnection:: map_connection_struct wNorth`) |