summaryrefslogtreecommitdiff
path: root/STYLE.md
diff options
context:
space:
mode:
Diffstat (limited to 'STYLE.md')
-rw-r--r--STYLE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/STYLE.md b/STYLE.md
index 35726136e..676171e57 100644
--- a/STYLE.md
+++ b/STYLE.md
@@ -75,8 +75,8 @@ vPascalCase: ; vram
PascalCase: ; rom
; Some constants are also prefixed
-rBGP EQU 1 ; hardware register
-hPascalCase EQU 1 ; hram
+rBGP EQU $ff47 ; hardware register
+hPascalCase EQU $ff80 ; hram
; Most other constants should be upper case
UPPER_CASE EQU 1