mirror of https://github.com/pret/pokecrystal.git
Fix comments
This commit is contained in:
parent
53bcd8f46c
commit
e1fabcfbff
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue