From f71d6142410c42f5a5d5b02dd23d8a509e5e2fe1 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 26 Aug 2018 17:52:19 -0400 Subject: [PATCH] HRAM style --- STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STYLE.md b/STYLE.md index 7fdfc77d4..a80315120 100644 --- a/STYLE.md +++ b/STYLE.md @@ -74,11 +74,11 @@ PascalCase:: ; global label wPascalCase: ; wram sPascalCase: ; sram vPascalCase: ; vram +hPascalCase: ; hram PascalCase: ; rom ; Some constants are also prefixed rBGP EQU $ff47 ; hardware register -hPascalCase EQU $ff80 ; hram ; Most other constants should be upper case UPPER_CASE EQU 1