blob: a8074c02ab85f1891f5b88e5b8b115d35cda0c46 (
plain)
1
2
3
4
5
6
7
8
9
10
|
.include "asm/macros.inc"
.include "constants/constants.inc"
.section .rodata
.include "data/maps/_assets.inc"
.include "data/maps/attributes_table.inc"
.include "data/maps/headers.inc"
.include "data/maps/_groups.inc"
.include "data/maps/connections.inc"
|