No redundant filename prefixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
map_def: MACRO
|
||||
;\1: map name: for the MapData pointer (see data/maps/map_data.asm)
|
||||
;\1: map name: for the MapData pointer (see data/maps/data.asm)
|
||||
;\2: tileset: a TILESET_* constant
|
||||
;\3: environment: TOWN, ROUTE, INDOOR, CAVE, ENVIRONMENT_5, GATE, or DUNGEON
|
||||
;\4: location: from constants/landmark_constants.asm
|
@@ -3,8 +3,8 @@ INCLUDE "constants.asm"
|
||||
|
||||
SECTION "Maps", ROMX
|
||||
|
||||
INCLUDE "data/maps/map_defs.asm"
|
||||
INCLUDE "data/maps/map_data.asm"
|
||||
INCLUDE "data/maps/definitions.asm"
|
||||
INCLUDE "data/maps/data.asm"
|
||||
|
||||
|
||||
INCLUDE "data/maps/blocks.asm"
|
||||
|
Reference in New Issue
Block a user