mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
use realistic values for hardware/hram constant examples
This commit is contained in:
parent
a6472e3e56
commit
d87a231b72
4
STYLE.md
4
STYLE.md
@ -75,8 +75,8 @@ vPascalCase: ; vram
|
|||||||
PascalCase: ; rom
|
PascalCase: ; rom
|
||||||
|
|
||||||
; Some constants are also prefixed
|
; Some constants are also prefixed
|
||||||
rBGP EQU 1 ; hardware register
|
rBGP EQU $ff47 ; hardware register
|
||||||
hPascalCase EQU 1 ; hram
|
hPascalCase EQU $ff80 ; hram
|
||||||
|
|
||||||
; Most other constants should be upper case
|
; Most other constants should be upper case
|
||||||
UPPER_CASE EQU 1
|
UPPER_CASE EQU 1
|
||||||
|
Loading…
Reference in New Issue
Block a user