1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-02-17 18:03:35 +01:00
2018-07-12 22:39:38 -05:00

17 lines
447 B
ArmAsm

#include "constants/map_types.h"
#include "constants/maps.h"
#include "constants/weather.h"
#include "constants/region_map_sections.h"
#include "constants/songs.h"
#include "constants/weather.h"
.include "asm/macros.inc"
.include "constants/constants.inc"
.section .rodata
.include "data/layouts.inc"
.include "data/layouts_table.inc"
.include "data/maps/headers.inc"
.include "data/maps/groups.inc"
.include "data/maps/connections.inc"