mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
HRAM style
This commit is contained in:
parent
0e1445b796
commit
f71d614241
2
STYLE.md
2
STYLE.md
@ -74,11 +74,11 @@ PascalCase:: ; global label
|
|||||||
wPascalCase: ; wram
|
wPascalCase: ; wram
|
||||||
sPascalCase: ; sram
|
sPascalCase: ; sram
|
||||||
vPascalCase: ; vram
|
vPascalCase: ; vram
|
||||||
|
hPascalCase: ; hram
|
||||||
PascalCase: ; rom
|
PascalCase: ; rom
|
||||||
|
|
||||||
; Some constants are also prefixed
|
; Some constants are also prefixed
|
||||||
rBGP EQU $ff47 ; hardware register
|
rBGP EQU $ff47 ; hardware register
|
||||||
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