You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Uppercase MACRO and EQU(S) according to the style guide
This commit is contained in:
@ -38,7 +38,7 @@ jumptable: MACRO
|
||||
; Many mobile functions were dummied out in localization.
|
||||
mobile EQUS "ret"
|
||||
|
||||
maskbits: macro
|
||||
maskbits: MACRO
|
||||
; example usage in rejection sampling:
|
||||
; .loop
|
||||
; call Random
|
||||
|
Reference in New Issue
Block a user