You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix comments
This commit is contained in:
@@ -5,8 +5,8 @@ ENDM
|
|||||||
|
|
||||||
map_const: MACRO
|
map_const: MACRO
|
||||||
;\1: map id
|
;\1: map id
|
||||||
;\2: height: in blocks
|
;\2: width: in blocks
|
||||||
;\3: width: in blocks
|
;\3: height: in blocks
|
||||||
GROUP_\1 EQU const_value
|
GROUP_\1 EQU const_value
|
||||||
enum MAP_\1
|
enum MAP_\1
|
||||||
\1_WIDTH EQU \2
|
\1_WIDTH EQU \2
|
||||||
|
Reference in New Issue
Block a user