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:
@@ -1,7 +1,7 @@
|
||||
; Maps that roaming monsters can be on, and possible maps they can jump to.
|
||||
; Notably missing are Route 40 and Route 41, which are water routes.
|
||||
|
||||
roam_map: macro
|
||||
roam_map: MACRO
|
||||
; map, # of other maps, other maps
|
||||
map \1
|
||||
db \2
|
||||
|
@@ -1,4 +1,4 @@
|
||||
treemon_map: macro
|
||||
treemon_map: MACRO
|
||||
map \1
|
||||
db \2 ; treemon set
|
||||
endm
|
||||
|
Reference in New Issue
Block a user