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:
12
data/maps/map_data.asm
Normal file
12
data/maps/map_data.asm
Normal file
@@ -0,0 +1,12 @@
|
||||
INCLUDE "constants.asm"
|
||||
|
||||
|
||||
SECTION "Maps", ROMX
|
||||
|
||||
INCLUDE "data/maps/maps.asm"
|
||||
INCLUDE "data/maps/attributes.asm"
|
||||
|
||||
|
||||
INCLUDE "data/maps/blocks.asm"
|
||||
|
||||
INCLUDE "data/maps/scripts.asm"
|
||||
Reference in New Issue
Block a user