You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
map → map_id; map_def → map; map_data → map_attributes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
map: MACRO
|
||||
map_id: MACRO
|
||||
;\1: map id
|
||||
db GROUP_\1, MAP_\1
|
||||
ENDM
|
||||
@@ -22,7 +22,7 @@ warp_event: MACRO
|
||||
;\3: map id: from constants/map_constants.asm
|
||||
;\4: warp destination: starts at 1
|
||||
db \2, \1, \4
|
||||
map \3
|
||||
map_id \3
|
||||
ENDM
|
||||
|
||||
coord_event: MACRO
|
||||
@@ -110,7 +110,7 @@ elevfloor: MACRO
|
||||
;\2: warp destination: starts at 1
|
||||
;\3: map id
|
||||
db \1, \2
|
||||
map \3
|
||||
map_id \3
|
||||
ENDM
|
||||
|
||||
conditional_event: MACRO
|
||||
|
Reference in New Issue
Block a user