summaryrefslogtreecommitdiff
path: root/STYLE.md
diff options
context:
space:
mode:
Diffstat (limited to 'STYLE.md')
-rw-r--r--STYLE.md2
1 files changed, 1 insertions, 1 deletions
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